|
-
Jul 6th, 2005, 05:51 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Time stamping pictures.
Hello,
How can I time stamp a picture box?
I want the date to be printed over the picture.
Can this be done?
Stilekid007
 Originally Posted by stilekid007
-
Jul 6th, 2005, 06:49 PM
#2
Re: Time stamping pictures.
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 ...
-
Jul 6th, 2005, 06:57 PM
#3
Thread Starter
Hyperactive Member
Re: Time stamping pictures.
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
 Originally Posted by stilekid007
-
Jul 6th, 2005, 07:12 PM
#4
Re: [RESOLVED] Time stamping pictures.
LOL ... no problem.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|