mirror of
https://github.com/Stone-Red-Code/docs-desktop.git
synced 2026-09-07 16:06:07 +02:00
* Merge winforms framework content to working branch (#14) * Breadcrumb / TOC / Move net5 to net folder (#15) * change path from net5 to net * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Mess with bread/toc * Add .net 5 winforms placeholder article (#16) * added some metadata and adjusted net5 placeholder * corrections * corrections * corrections * Test1 * Swapping landing page vs concept * fix links * Fix links * Fix desc
1.6 KiB
1.6 KiB
title, ms.date, helpviewer_keywords, ms.assetid
| title | ms.date | helpviewer_keywords | ms.assetid | |||||
|---|---|---|---|---|---|---|---|---|
| How To: Opt Out of File Dialog Box Automatic Upgrade | 03/30/2017 |
|
522e482e-cc01-48b1-8d59-9617dc2c4ac1 |
How To: Opt Out of File Dialog Box Automatic Upgrade
When the xref:System.Windows.Forms.OpenFileDialog and xref:System.Windows.Forms.SaveFileDialog classes are used in an application, their appearance and behavior depend on the version of Windows the application is running on. When an application that was created on the .NET Framework 2.0 or earlier is displayed on Windows Vista, xref:System.Windows.Forms.OpenFileDialog and xref:System.Windows.Forms.SaveFileDialog are automatically displayed with the Windows Vista appearance and behavior. Starting in the .NET Framework 3.0, you can opt out of the automatic upgrade to display the xref:System.Windows.Forms.OpenFileDialog and xref:System.Windows.Forms.SaveFileDialog with a Windows XP-style appearance and behavior.
To opt out of file dialog box automatic upgrade
- Set the xref:System.Windows.Forms.FileDialog.AutoUpgradeEnabled%2A property of xref:System.Windows.Forms.OpenFileDialog or xref:System.Windows.Forms.SaveFileDialog to
falsebefore you display the dialog box.