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

Recommended Answers

All 2 Replies

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.

Hi,

Use this :

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

Regards
Veena

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.