Link to home
Start Free TrialLog in
Avatar of ee_lcpaa
ee_lcpaa

asked on

Act as a browser!!!!

Hello,

If I have a dialog-based application, how can I display a gif file at my application which is placed at web server.

Actually I don't know the exact path of the file where it places. I only know the www link to the file eg. http://www.my.com/images/my.gif.

How can I display the file my.gif in my application by just knowing the www link of the file.

Can I implment like this?

Thanks for your opinion!!!!
ASKER CERTIFIED SOLUTION
Avatar of PIG
PIG

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Add the WebBrowser Control to your dialog box and call Navigate2();

Using MFC to Host a WebBrowser Control
http://msdn.microsoft.com/workshop/browser/webbrowser/tutorials/WBTutorial.asp