Results 1 to 3 of 3

Thread: Text on an imagebox picture....

  1. #1

    Thread Starter
    Member
    Join Date
    May 2000
    Location
    Sweden
    Posts
    50

    Question

    Hello!

    I need to add date and time to a picture in a imagebox.
    I know it would be easyer to use the picturebox, but it doesn't have the strech property and I need that one.
    Does anyone know how to solve my little problem?
    Wolf

    VB6 SP5

  2. #2
    Guest
    You could make a Label, set it's BackStyle to Transparent and position it over the ImageBox.

    With regards to using a PictireBox instead of an ImageBox, you can easily work around it by using the PaintPicture method. See this link for more information.

  3. #3

    Thread Starter
    Member
    Join Date
    May 2000
    Location
    Sweden
    Posts
    50
    Thanx Megatron!

    I used the paintpicture method and it worked great!
    Wolf

    VB6 SP5

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