I have been trying to do this with no other help, but I'm done. I have read
HTTPUtils, HTTP library, and all http references in the forum, but I'm
getting frustrated . Just need to access my company web site and display it
on my device.
I have been trying to do this with no other help, but I'm done. I have read
HTTPUtils, HTTP library, and all http references in the forum, but I'm
getting frustrated . Just need to access my company web site and display it
on my device.
Sub MyOfficeWeb
Dim myw As WebView
myw.Initialize("myw")
Activity.AddView(myw, 0, 0, 100%x, 100%y) 'Your options for size here
myw.LoadUrl("http://www.yourwebsite.com")
End Sub