View Single Post
  #14 (permalink)  
Old 03-03-2008, 09:30 AM
agraham's Avatar
agraham agraham is offline
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,368
Awards Showcase
Forum Contributer 
Total Awards: 1
Default

Quote:
Originally Posted by berndgoedecke View Post
your HTMLBrowser supports some more tags to formate the table, so it would be great to use it in the same way.
I am surprised because I thought that both my WebBrowser and dzHtmlView were using the same underlying browser.

I have replaced the original download with a new version 1.1 with amended help file and amended demo apps that hopefully do what you want. The following new things have been added. I didn't add them originally as I didn't realise they might be useful.

DocumentText - a write-only property to set the html text of the browser. There is no way to access the text of the browser when either set by this property or downloaded.

CancelNavigate - a write-only property that cancels navigation if set true during a Navigating event. This property does not work on a device running WM2003.

NavigatingURL - a read-only property that when accessed within or after a Navigating event returns the URL to which the page is navigating. This property returns "Unavailable on WM2003" on a device running WM2003.

Navigating : an event that occurs when the control is starting to navigate to a new web page.

Navigated : an event that occurs when navigation to the new page is complete and and the browser is about to load and display the page.
Reply With Quote