Hey, I'm creating an app that loads up a picture box (a lot of them) and load up
"\game\something\somthing.jpg" and etc. It's supposed to load up, with the .jpg files loaded into it. which also makes these .jpg files editable. It's something I'm making and will release to MPGH
I thought of this
Code:
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
PictureBox1.Picture = Load("\game\Test.jpg")
End Sub
But it gives me errors..
Just wondering if there was a way to do that?
Any help appreciated, Thanks guys
-flames-
Ahaha, Like how you put the "nub" in it. I'm a choob btw Thanks for you help.
Works. Thanks dude + thanks + repped
Is there a way to show .dtx files? It'd be much easier >< (Lithtech, CA)
or u can upload it to tinypic or something, get the direct link then in the ImageBox properties.
goto
ImageLocation
and paste the link there
Lol ok. Is there a way I can open .dtx (lithtech for CA) using picturebox?
and is there a way to set opacity for the pictureboxes?