Tools Links Login

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

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 92 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.