CFileDialog Sample: Logging Event Order

This sample creates a custom dialog box that illustrates what events are generated when you create a CFileDialog. The events that are generated and the order they are generated in can vary based on two factors: if the CFileDialog is an open dialog or a save dialog, and if you are running on Windows Vista or earlier versions of Windows. This sample displays and logs the messages that are generated under any one of the four possible combinations.

Security noteSecurity Note

This sample code is intended to illustrate a concept, and it shows only the code that is relevant to that concept. It may not meet the security requirements for a specific environment, and it should not be used exactly as shown. We recommend that you add security and error-handling code to make your projects more secure and robust. Microsoft provides this sample code "AS IS" with no warranties.

To get samples and instructions for installing them:

To access samples from Visual Studio

  • On the Help menu, click Samples.

    By default, these samples are installed in drive:\Program Files\Microsoft Visual Studio 10.0\Samples\.

  • For the most recent version of this sample and a list of other samples, see Visual Studio Samples on the MSDN Web site.

To build and run this sample

  1. Open the solution file, FileDlgWatcher.sln, in the Visual Studio development environment.

  2. From the Build menu, click Build Solution.

  3. From the Debug menu, click Start Without Debugging.

  4. Select the options for the CFileDialog that you want to create.

  5. Click the Create Dialog button to generate the log of messages.

See Also

Reference

CFileDialog Class

Other Resources

General Samples