954,558 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

problem of loading picture

am having problem on how to load a photograph from a folder to the form,through the picture control box in vb6 am a newbie to vb

daaboat
Newbie Poster
1 post since Dec 2006
Reputation Points: 10
Solved Threads: 0
 
am having problem on how to load a photograph from a folder to the form,through the picture control box in vb6 am a newbie to vb



hmm... could you be more specific? do you have any code set up?
all you have to do is put the picture box on the form and then go to the properties and click the elipsis (...) and select a picture.

darklynx489
Newbie Poster
3 posts since Dec 2006
Reputation Points: 10
Solved Threads: 0
 

Hi,

Use this :

Picture1.Picture = LoadPicture("C:\MyPict.bmp")

Regards
Veena

QVeen72
Posting Shark
950 posts since Nov 2006
Reputation Points: 84
Solved Threads: 143
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You