Sep 28, 2002 #1 napio Technical User Aug 9, 2002 6 PE i want to print a word document from vb6, using this code: objApp.ActiveDocument.PrintOut False but i also want the 'choose printer' dialog thing. how do i do that, please, it's rather urgent!
i want to print a word document from vb6, using this code: objApp.ActiveDocument.PrintOut False but i also want the 'choose printer' dialog thing. how do i do that, please, it's rather urgent!
Sep 28, 2002 #2 docjohn52 Programmer Sep 28, 2002 114 US Use the common dialog control and the ShowPrinter command Upvote 0 Downvote
Sep 29, 2002 #3 VBslammer Programmer Aug 12, 2002 1,367 US You can show any of the built-in dialogs like this: Dialogs(wdDialogFilePrint).Show Have fun, VBSlammer Upvote 0 Downvote
You can show any of the built-in dialogs like this: Dialogs(wdDialogFilePrint).Show Have fun, VBSlammer