摘要
MFC类库中的CFileDialog类为用户提供了便捷的文件对话框,并且支持Windows2000和XP中的新EX-PLORER风格界面。VC6在某些领域的应用还较为广泛,可使用它却还是旧界面。为能使得开发的程序界面美观统一,通过对比VC6和VC2005,深入分析MFC源程序,查找到了问题原因,在VC6实现了OFN_EXPLORER新风格的文件对话框。
The class CFileDialog in MFC provides a convenient file dialog for programmers, which supports the new EX_ PLORER style in Windows 2000 and XP. But, the file dialog is still old style in VC6. Because VC6 is widely used in some fields, in order to make the interface of application graceful, the paper compared VC6 with VC2005 and deeply analyzed the MFC source code. Finally, this paper realized the OFN_EXPLORER style's file dialog in VC6.
出处
《电脑编程技巧与维护》
2008年第13期9-10,共2页
Computer Programming Skills & Maintenance