G
Guest
Hell
I tried to make a watermark... So .
I have a picturebox1..
Picturebox1.creategraphic.drawString("Jarod Ltd.",...
and it works..
But when I do
dim img as imag
img = picturebox1.image
img.save("c:\test.jpg"
after this picturebox is saved but... of course without my "Jarod Ltd."
How to save it with the caption ?
Jaro
I tried to make a watermark... So .
I have a picturebox1..
Picturebox1.creategraphic.drawString("Jarod Ltd.",...
and it works..
But when I do
dim img as imag
img = picturebox1.image
img.save("c:\test.jpg"
after this picturebox is saved but... of course without my "Jarod Ltd."
How to save it with the caption ?
Jaro