Hi all,
In vb6 i'd write:
Picture1.CurrnetX = 200
Picture1.CurrnetY = 200
Picture1.print "Hello and thanks for your help."
In vb.net how should print a message in a picturebox? The CurrentX and Y methods, as well as the print method do not exist...
Any help for that?
In vb6 i'd write:
Picture1.CurrnetX = 200
Picture1.CurrnetY = 200
Picture1.print "Hello and thanks for your help."
In vb.net how should print a message in a picturebox? The CurrentX and Y methods, as well as the print method do not exist...
Any help for that?