whow can i print a text on a specific position in a picture box? (VB4.0)
Thanks
Printable View
whow can i print a text on a specific position in a picture box? (VB4.0)
Thanks
I know that you can in VB 5 and 6 useing Print, but I'm not sure if it works in VB4.
you use the same method
picture1.print myVar
..couldn't find anything in my book
VB4 by Peter Norton on specific position for print out
yep, it is the Print Method. You need to use the CurrentX and CurrentY properties to tell it where to print.
Example