Hi
Need to Load WebPage
I wrote:
Sub Globals
'These global variables will be redeclared each time the activity is created.
'These variables can only be accessed from this module.
Dim WebView1 As WebView
under Activity create:
Activity.AddView(WebView1,0,0,100%x,100%y)
WebView1 .LoadURL("http://test.com")
On Emulator
Got paused Error
Why ?
Please Help !!!
Need to Load WebPage
I wrote:
Sub Globals
'These global variables will be redeclared each time the activity is created.
'These variables can only be accessed from this module.
Dim WebView1 As WebView
under Activity create:
Activity.AddView(WebView1,0,0,100%x,100%y)
WebView1 .LoadURL("http://test.com")
On Emulator
Got paused Error
Why ?
Please Help !!!