How To Put Text Into A PictureBox In Visual Basic 2008
Loading...
12,164
Loading...
Uploader Comments (environmentalnerd53)
see all
All Comments (36)
-
But how can i put the text in a picture box of an other form?
-
Thnx SO much!
-
Could you paste it on pastebin?
-
Can you make this to put the 'image text' in the textbox and not the text in the textbox in to the image box?
-
@bero231 english?
-
its not COLOUR! ITS COLOR! No "U"
-
what dlg mean,dost it realy works
Loading...
This comment has received too many negative votes show
*snor* wait what at first i was watching this may 31st but then it was so boring i fell asleep and know its HU!!!!!!! APRIL 2OTH
dannyvera9dannyvera 2 years ago
...
environmentalnerd53 2 years ago
its good but use less, you can't save it
hell858 2 years ago
u can, u just gotta add the save code, i have some code here:
Dim dlg As New SaveFileDialog
dlg.Filter = "Bitmap|*.bmp"
If dlg.ShowDialog = Windows.Forms.DialogResult.OK Then
PictureBox1.Image.Save(dlg.FileName)
End If
didn't put it in because i thought people could put it in themselfs lol
environmentalnerd53 2 years ago