Using Load Picture
Just a simple way to load a picture, nothing special, but sometimes people forget the basics
Rate Using Load Picture
(5(5 Vote))
'here its real simple
'you need a form, thats all, assuming the name is
'form1
form1.picture = loadpicture ("file path")
'example
'form1.picture = loadpicture ("c:\mypicture.bmp")
'well thats it you can also do it with images and
'picture boxes
image1.picture = loadpicture ("file path")
'simple I know, but its for begginers
'(V)enace-KoS
Using Load Picture Comments
No comments yet — be the first to post one!
Post a Comment