Printing a list

Dodgeram01

Active member
Joined
Apr 9, 2002
Messages
41
Location
Upstate NY
Okay, Im sure this will be a simple problem for most, but my mind isnt able to clearly see through it right now.

Im making a rather simple program, which will print items in a list format only if they are checked on the screen. How can I make them retain their list format, but yet not have the vbcrlfs affect them? When a checkbox is checked, it creates a string with the appropriate text. Would it be possible to add the necessary code into the string or something of a similar fashion?

A sidenote...I liked printing in VB6 MUCH better. Seemed simpler.

Thank you.
 
Okay, I solved the problem. I removed the vbcrlfs from the PrintDocument1_PrintPage control, and added them into the string values instead. I hadnt been aware that the strings could hold so many values.
 
Back
Top