RE: Displaying HTML
- Posted by "Derek Parnell" <ddparnell at bigpond.com> Feb 03, 2004
- 503 views
> -----Original Message----- > From: Philip Deets [mailto:philip1987 at hotmail.com] > Subject: Displaying HTML > > > > Hi, I want to add a View ReadMe Menu Item to the Help Menu in my > program. The readme is in HTML. I've looked through the > platform SDK > but can't find any answers. Can you help me? What's the question? If it's "How to add the menu item?" then call create(MenuItem, "View Readme...", myMenu, 0, 0,0,0,0). If it's "How to view the HTML file?" then call shellExecute("open", "readme.html", SW_SHOWNORMAL). > Windows XP SP1 > win32lib 0.59.1 (the latest, I think) >