Results 1 to 4 of 4

Thread: [RESOLVED] Time stamping pictures.

  1. #1

    Thread Starter
    Hyperactive Member stilekid007's Avatar
    Join Date
    Apr 2005
    Location
    DUDE! I'm your neighbor! HELLO!!!
    Posts
    388

    Resolved [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
    Quote Originally Posted by stilekid007
    I RATE ALL HELPFULL POSTS!

  2. #2
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    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 ...

  3. #3

    Thread Starter
    Hyperactive Member stilekid007's Avatar
    Join Date
    Apr 2005
    Location
    DUDE! I'm your neighbor! HELLO!!!
    Posts
    388

    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
    Quote Originally Posted by stilekid007
    I RATE ALL HELPFULL POSTS!

  4. #4
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    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
  •  



Click Here to Expand Forum to Full Width