i am a little new to this visual basic and i'm working on a simple little project
i am trying to print a textbox to the printer...
this textbox contains a series of instructions
the problem is that if one of the instructions is too long and there isn't a carriage return in the text the printer doesn't "wrap" the text...
is there a simple way to set the printer margins to 80 chars?
or do i have to "format" the text with a function and look for "carriage returns" within a line of text and insert a carriage return at the space b/w words at/near the 80th character position of each line?
i think it would be so much simpler to just be able to set the left margin to 90 chars...
Lars
i am trying to print a textbox to the printer...
this textbox contains a series of instructions
the problem is that if one of the instructions is too long and there isn't a carriage return in the text the printer doesn't "wrap" the text...
is there a simple way to set the printer margins to 80 chars?
or do i have to "format" the text with a function and look for "carriage returns" within a line of text and insert a carriage return at the space b/w words at/near the 80th character position of each line?
i think it would be so much simpler to just be able to set the left margin to 90 chars...
Lars