Log inUsernamePassword
Log me on automatically each visit    
Register
Register
Log in to check your private messages
Log in to check your private messages
Visual Basic Forum for Visual Basic Programmers VB Forum Index » Interface and Graphics

Post new topic   Reply to topic
adding text to images
View previous topic :: View next topic  
Author Message
hexstar
Newbie


Joined: 17 Apr 2004
Posts: 1
Location: Internet

PostPosted: Apr 17th, 2004 01:46 PM    Post subject: adding text to images Reply with quote

How can I make a program that will allow you to open an image (I already have this part done), and then allow me to add text to it, then save the image (again, I already have saving the image done, haven't tested it though)?

Thanks!
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
P.T.A.M.
Administrator


Joined: 08 Oct 2003
Posts: 752
Location: Greece

PostPosted: Apr 17th, 2004 05:35 PM    Post subject: Reply with quote

Welcome Wink

[vb:1:ccfdebf328]Picture1.AutoRedraw = True
Picture1.AutoSize = True
Picture1.Picture = LoadPicture("FileName")
Picture1.CurrentX = 100
Picture1.CurrentY = 100
Picture1.Print "testing"
SavePicture Picture1.Image, "C:\test.bmp"[/vb:1:ccfdebf328]
_________________
No one is completely useless. They can at least be an example of what to avoid.
Back to top
View user's profile Send private message Send e-mail Visit poster's website ICQ Number
Gilad_r
Centurion


Joined: 03 Mar 2004
Posts: 156

PostPosted: Apr 17th, 2004 05:48 PM    Post subject: Reply with quote

if it's not in a picture box:
TextOut
ExtTextOut
DrawText
DrawTextEx
PolyTextOut
TabbedTextOut
_________________
"you should make amends with you" (Incubus)
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Visual Basic Forum for Visual Basic Programmers VB Forum Index » Interface and Graphics All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Visual Basic Forum runs phpBB | Forum Template © iOptional
VB Resources | SSL | Visual Basic