Changes

Dialogs and Message Boxes in VB6

36 bytes added, 20:28, 11 February 2008
/* Common Dialog Control */
The following lines were added (+) and removed (-):
* The FileOpen method calls VBGetOpenFileName, which calls Windows GetOpenFileName.* The '''FileOpen''' method calls VBGetOpenFileName, which calls Windows GetOpenFileName.* The FileSaveAs method calls VBGetSaveFileName, which calls Windows GetSaveFileName.* The '''FileSaveAs''' method calls VBGetSaveFileName, which calls Windows GetSaveFileName.* The FilePrint method calls VBPrintDlg, which calls Windows PrintDlg.* The '''FilePrint''' method calls VBPrintDlg, which calls Windows PrintDlg.* The FilePageSetup method calls VBPageSetupDlg, which calls Windows PageSetupDlg.* The '''FilePageSetup''' method calls VBPageSetupDlg, which calls Windows PageSetupDlg.* The OptionFont method calls VBChooseFont, which calls Windows ChooseFont.* The '''OptionFont''' method calls VBChooseFont, which calls Windows ChooseFont.* The OptionColor method calls VBChooseColor, which calls Windows ChooseColor.* The '''OptionColor''' method calls VBChooseColor, which calls Windows ChooseColor.
Bureaucrat, administrator
16,192
edits