Hi All,
I have got the multiline textbox in the picturebox.
I want to save the whole picture into a bmp file (including the multiline textbox).
Is there any easy way to do it?
what I have done at the moment is:
pic.currentx = textbox.left
pic.currenty = textbox.top
pic.print textbox.text
The multiline text in the textbox can be printed, but only the first line can be printed in (textbox.left, textbox.top)
the second line onward is being printed in the 0 x coordinates.
so, those lines are written in most left of the picture.
do you have any idea to solve it?
thanks