VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Using Load Picture

by Splix (3 Submissions)
Category: Graphics
Compatability: Visual Basic 3.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (5 Votes)

Just a simple way to load a picture, nothing special, but sometimes people forget the basics

Rate Using Load Picture

'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

Download this snippet    Add to My Saved Code

Using Load Picture Comments

No comments have been posted about Using Load Picture. Why not be the first to post a comment about Using Load Picture.

Post your comment

Subject:
Message:
0/1000 characters