Sub CheckOffline
If hc.IsOffline Then
Msgbox("Device is offline."," Tenki",cMsgBoxNone,cMsgBoxAsterisk)
End If
Return hc.IsOffline
End Sub
Sorry. it must be an error in Microsofts' documention! It is documented as being available on the device.web.IsOffline causes a "NotSupportedException" error on the device
Not possible (on the device at least). The device WebBrowser is a very small very simplified subset of the desktop version. I've been throuugh the docs again but can't see anything else useful to implement.Would it be a great effort to add methods to influence font size and text wrapping?
I think that you must be referring to the zoom level in dzHtmlView, that is the only manipulation that I can see that it offers. He can do that because he is not using the .NET control but going in to the underlying native control at a very low level by hooking the window procedure and watching/sending window messages. Apart from the occasional native dll call I prefer to work at a rather higher level in .NET and these low-level operations are not exposed there.Regarding font size, etc., I thought it was possible because dzt's htmlview.dll can do it(?)
Nothing to forgive - keep on asking then everyone learns (including me when I have to investigate something for a replyForgive my naiveness
I know very little about html. Show me the code of how to do this with dzHtmlView and I will see.is it possible to get the url from the href -"tag" before it is excecuted by the browser?
I am surprised because I thought that both my WebBrowser and dzHtmlView were using the same underlying browser.your HTMLBrowser supports some more tags to formate the table, so it would be great to use it in the same way.
I am afraid not. There probably is lower down somewhere as the .NET browser merely wraps the one used by PIE. However the functionality exposed in .NET does not include this.Is there any possible way to view it similar to the "desktop" view on PIE?.
From the help "NavigatingURL : String : 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." Sorry but this is an OS limitation. There is no work around except to use WM5.0 or later.Ianother option in the DLL or a different (/older) webbrowser.DLL for older Pocket PCs that I should be using?
:sign0162:In the CHM it says (c) "Andrew Graham - 2008" - is this you agraham ?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?