Home All Groups Group Topic Archive Search About
Author
22 Oct 2005 3:56 PM
mg
Hi,
I want to place  a text on a picture with vb6.
thanks.

Author
22 Oct 2005 4:35 PM
Mike Williams
"mg" <p***@cegetel.net> wrote in message
news:ewI8c$x1FHA.3568@TK2MSFTNGP15.phx.gbl...

Just draw your picture into a VB Picture Box (use PaintPicture or the API
equivalent) and then draw your text on top of it (use the picture box's
Print method or the API equivalent).

Mike
Author
22 Oct 2005 4:40 PM
Larry Serflaten
"mg" <p***@cegetel.net> wrote
> Hi,
> I want to place  a text on a picture with vb6.
> thanks.


OK, go ahead!

The picturebox has a Print method for just that purpose....

LFS