Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to Insert Unknown Image??????/

Status
Not open for further replies.

kotti

Programmer
Joined
Jul 21, 2003
Messages
1
Location
IN
Hi,

I have .tiff files with me. Actually this is a picture file. How to insert a .tiff files in a picture box.

With regards
GSP
 
Sorry supid me. I didn't sleep well last night and miss read your post.

You just want to load an image into a picture box.

The only issue with that is file type.
and I am 99% certain that tif doesn't work. (I don't have vb6 installed on this system so can't check)

You might try putting it into an ie webbrowser control
(microsoft internet control) or using an ole control.. but they really don't do what you want.

You might need to either look into changing your image type or finding a custom control commercially.


Rob
 

You can use the kodak/wang imageedit control to load and display (if you want) tiff files on MS's OS's 9x to 2k. If on XP then check with MS on one of two solutions. One being installing those controls on XP or downloading a different SDK for tiffs.

Good Luck

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top