|
-
Jul 17th, 2000, 03:33 PM
#1
Thread Starter
Member
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?
-
Jul 17th, 2000, 03:38 PM
#2
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.
-
Jul 18th, 2000, 05:12 AM
#3
Thread Starter
Member
Thanx Megatron!
I used the paintpicture method and it worked great!
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
|