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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

jpeg file format

Status
Not open for further replies.

anindyakar

Programmer
Sep 15, 2000
8
IN
Hi,
I want to write a program that will display jpeg images.Can anyone help me with the file format and other stuff?
Thank you
 
I had this situation before.I just used some ActiveX controls.The first time I used WebBrowser control;that was nice.The second time I used Kodak Imaging activex control(install Kodak imaging for Windows to get components) that was simpler.But if you mean working with basic format of JPG files and create controls like Kodak imaging I don't know what to do!!
 
Where did you find the active x controls for this? I have been searching and have only been able to find some DLL's at codeguru.com.

Thanks
Jouster
 
Well u do not need to download anything.All are in your Windows!
1.By installing IE on your system!!the WebBrowser control will be installed.To add the control to your project try :
Project(menu)->Add to Project->Components & controls->Microsoft Web browser control.(a new class CWebbrowser2 will be added to your project)
2.But if you only want displaying JPEG files I recommend Kodak imaging control.To install Kodak imagimg:
Control Panel->Add remove programs->Windows setup->Accessories(details button)->imaging;
The proper controls we be installed on your system.To use the control:
Project(menu)->Add to Project->Components & controls->Kodak image edit control.
 
Thanks for the info. I will check into both of these options hopefully soon.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top