Re: Displaying HTML
- Posted by "Hayden McKay" <hmck1 at dodo.com.au> Feb 03, 2004
- 488 views
One way is to use 'system_exec()' with the filename. and let the users defualt browser open the the file. ex: integer code code = system_exec("ReadMe.html",2) Under WINDOWS the above should open a browser window with the readme in it. ----- Original Message ----- From: "Philip Deets" <philip1987 at hotmail.com> To: <EUforum at topica.com> Sent: Tuesday, February 03, 2004 12:22 PM 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? > > Windows XP SP1 > win32lib 0.59.1 (the latest, I think) > > Thanks, > Phil > > > > TOPICA - Start your own email discussion group. FREE! > > > -- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.572 / Virus Database: 362 - Release Date: 27/01/04 > --- --