Community discussion forum

Open and Save A\s dialog boxes in Vista

  • 7 months ago
    The following simple code shows up the Save As dialog box. It works fine in XP but for some reason it doesn't work in Vista. The same happens with the Open dialog box. Apparently the common dialog boxes don't appear in Vista this way. What's the problem? Thank you. Javier SaveFileDialog dlg = new SaveFileDialog(); dlg.ShowDialog();
    Post was edited on 09/04/2009 01:59:14 Report abuse
  • 7 months ago
    The following simple code shows up the Save As dialog box. It works fine in XP but for some reason it doesn't work in Vista. The same happens with the Open dialog box. Apparently the common dialog boxes don't appear in Vista this way. What's the problem? Thank you. Javier SaveFileDialog dlg = new SaveFileDialog(); dlg.ShowDialog();

Post a reply

Enter your message below

Sign in or Join us (it's free).

We'd love to hear what you think! Submit ideas or give us feedback