How can I create dialog boxes in Microsoft Visual Basic 6.0 like those used in Windows 95/98?
The CommonDialog control included in Microsoft Visual Basic 6.0 works like an interface between an application and Comdlg32.dll, the dynamic-link library that generates the dialog boxes for Windows 95/98. Using the CommonDialog control, the following dialog boxes can be displayed: Color, Font, Help, Open, Printer, and Save.