Hello,
How can I time stamp a picture box?
I want the date to be printed over the picture.
Can this be done?
Stilekid007
Printable View
Hello,
How can I time stamp a picture box?
I want the date to be printed over the picture.
Can this be done?
Stilekid007
Sure it could be done- you have at least two choices:
* simplest - use Label control directly in the picturebox
* also simple but a bit of coding involved
Picture1.CurrentX = 300
Picture1.CurrentY = 300
Picture1.Print Time
You may need (but not necessary) to create some background for your timestamp using perhaps Line method so you can draw a box before printing time ... and so on and so forth ...
Sweet!
That is so simple! WOW!
Thank you so much!
I would rate you but I haven't spread enough reputation since earlier today when I rated you :P hehe
Thank you so much buddy!
Stilekid007
LOL ... no problem. :thumb: