how to show data in internet explorer
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, From my MFC program I want to pipe XML data to the internet explorer. To make it clear, if I press a button an Internet Explorer window will pop up and where I'll show the XML generated from my program. How do I do that? Please help Binayak
You don’t necessarily have to directly integrate your program with IE to display XML. One solution is to write the XML data into a file. Then start the iexplore.exe process and give it the filename of your XML file as a parameter. IE will come up with your XML data displayed. Lorenz Prem Microsoft Corporation