Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Code Samples & Tips
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Code Samples & Tips Share your recent discoveries and ideas with other users.

Save HTML File with images

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-19-2009, 06:56 AM
Knows the basics
 
Join Date: Jan 2008
Posts: 78
Default Save HTML File with images

Hello

how can I save a web page from IE or webbrowser.dll on the Pocket PC?
Reply With Quote
  #2 (permalink)  
Old 01-19-2009, 07:59 AM
Basic4ppc Veteran
 
Join Date: Feb 2008
Location: Hilversum, The Netherlands
Posts: 295
Awards Showcase
Beta Tester 
Total Awards: 1
Default

use the HTTP.dll and use the string variable...

Code:
Request.New1(URL)

Response.New1
Response.Value = Request.GetResponse
string = Response.GetString 'Get the Response string.

Response.Close
Reply With Quote
  #3 (permalink)  
Old 01-28-2009, 12:02 PM
Basic4ppc Expert
 
Join Date: May 2008
Location: Berkshire, UK
Posts: 810
Awards Showcase
Beta Tester 
Total Awards: 1
Default

I too have been irritated that there is no "save" in IE Mobile. But to have a separate app to do this would only be useful if it did the same as IE (and no doubt many other browsers) and also saved the required images etc.

Is there an easy way to do that?

Mike.
Reply With Quote
  #4 (permalink)  
Old 01-28-2009, 07:37 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 15,726
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

The attached program saves a web page with its images.
The html is updated to point to the saved images.

Make sure to download both the main program and the module.
Attached Files
File Type: sbp DownloadPage.sbp (816 Bytes, 107 views)
File Type: bas SavePage.bas (2.6 KB, 96 views)
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Embed your images into a .DAT file with this builder Oran Share Your Creations 28 05-15-2008 09:58 AM
Save program settings ( file or registry ?) TWELVE Questions (Windows Mobile) 7 05-11-2008 06:12 PM
Embed and retrieve images in a data file Erel Code Samples & Tips 10 02-18-2008 07:23 AM
Get all links from an html file using regex MM2forever Questions (Windows Mobile) 2 10-13-2007 07:56 AM
How to save images after they have been placed in an imagelist XerVision Questions (Windows Mobile) 2 07-13-2007 08:59 PM


All times are GMT. The time now is 10:20 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0