Global WIN,gw,gh,id,WEBWIN gw = ClientWidth(Desktop()) : gh = ClientHeight(Desktop()) WIN = CreateWindow("Brochure",0,0,gw,gh,0,1) WEBWIN=CreateHtmlView(0,0,gw,gh,WIN) HtmlViewGo WEBWIN,"C:\diskstuff2\mainpage.htm" Repeat id = WaitEvent() VWait Until id=$803 FreeGadget WEBWIN FreeGadget WIN End
This still doesn't work on my PC at work or on several other PC's at work.(some work). All paths are fine but crashes after CreateHtml command and before HtmlViewGo command. It just exits. If the path is incorrect or the file doesn't exist then Blitz+ tells you with an error box.
Is there another way to view a web page in a window from blitz? I would like to show it without any of the buttons or other Windows stuff at the top.
The reason behind this is that I have made a Web page in Microsoft FrontPage and would like to launch it just from a bootable CD-ROM. There is no need for any buttons/menus/etc as I have incorporated Back/Forward buttons in the Web page itself.
Any help or suggestions would be gratefully received as I am now getting very frustrated and may be forced to re-run the program over and over again, even though I know it doesn't work, then, go red, swear, bang my fist on the table, get up, stomp around, swear, sit down then repeat the process over until 5'oclock.
Home: Blitz+ 1.11 (cos of commandline bug in my screensaver), WinXP Pro, Athlon 1900GHz, 768mb, Geforce3,DX9
Work: Blitz+ 1.11, WinXP Pro, MS FrontPage, Pentium4 2.4GHz, 512mb, On-board Graphics, DX9