-
webbrowser control (shdocvw.dll)
Comrades.
I am trying to open a bitmap file (.bmp) in a webbrowser control (Microsoft
Internet Controls: shdocvw.dll)
PROBLEM:
When I invoke navigate method on the control, the file is opened by MS Paint
(Default application for bmp files)
How do I open it in webbrowser control?
One way could be: Create a temp HTML file as below:
<HTML>
<IMG SRC="...my file(.bmp)">
</HTML>
Open this html file. It works well.
Is there no cleaner way?
Thanks in advance & Regards
Sanjay.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks