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?
Printable View
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?
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.
Thanx Megatron!
I used the paintpicture method and it worked great!