Using Load Picture
Just a simple way to load a picture, nothing special, but sometimes people forget the basics
Original Author: Splix
Code
'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
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.