Hello So I started programming and after a while I get used to it. So my question is about HTTP. Is it possible to download a Site, store it somewhere on the device and the watch it in offline mode? Cheers Geko
Yes. You can download the files using the HTTP library. You can show the html files with dzt's HTMLView control: http://www.basic4ppc.com/forum/showthread.php?t=782
Hmm does the test4 work on your device? When I press the Load Button, nothing happens... What could be the problem? Geko
On the device, this 'load_click' code works. Note the 'red' forward slash Code: Sub load_Click hc.Clear hc.Navigate("file://" & AppPath & "[COLOR="Red"]/[/COLOR]" & "test4.htm")End Sub I don't know why the page shows when I run test4, but didn't refresh on the load_click event. It does now :sign0060: