I want to print my VB code to the inkjet printer.The code comes touching the boundary of the page.what should i do so that it leaves one inch gap for punch holes
Printable View
I want to print my VB code to the inkjet printer.The code comes touching the boundary of the page.what should i do so that it leaves one inch gap for punch holes
Sounds like your trying to print from VB6 ? If so you can highlight all
your code and then press the Tab key once. This will indent all your code
four character spaces. Test it out so see if its enough, if not then try two
tabs. Then after printing you can either leave it as is or highlight it all again
and press Shift + Tab to outdent.
HTH