Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have a picturebox and I need to load different pictures (*.tif) at run time.

I have set the picturebox.imagelocation to a folder on C:
e.g. PictureBox1.ImageLocation= "C:\fmu_grp\"

The file I want to load into this picturebox is: "CB0105IP-16910_00.tif"

Can anyone show me an example of how to do this?
e.g. PictureBox1.Image= ?????

confused,
Stephen
Posted
Updated 16-Mar-11 14:35pm
v3
Comments
Dalek Dave 16-Mar-11 20:35pm    
Edited for Readability.
thatraja 17-Mar-11 2:55am    
I have a doubt, your question about VB6 or VB.NET?

1 solution

See Here[^]
This should help.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900