-
Hello
I've tried for several days just simply print the Form & Module code from the VB6 IDE,by simply cliking the print Icon on the toolbar, but all I got from the printer were several blank pages, with the name of the module + page number like:"frmMain -3" at the upper left corner of the blank page(of course I've set the "current module" option box & the "code" checkbox, in the printing dialog box.
is this the normal printing results???
or did I do anything wrong ?
Is there a proper & simple way to print code in VB6 IDE?
Ofcource beside cutting & pasting to notepad :)?
maybe some add on, or plugin?
Pls help...
-
you could probably make an add in to print the code :)
-
My best advice to anybody who wishes to print off code is to NOT print it from the VB IDE!! Just open up the the files (ie. *.frm, *.mod, *.cls) in a word processing application, like Word. This allows you to specify your own header/footers, font size, margins, etc. Trust me, you'll thank me later!