Hi All,
I want to use a mobile web browser in my application (I will add it to Canvas) . is this possible? Do you have an example?
Thank you.
For Example;
MobileBrowser myBrowser = new MobileBrowser();
myBrowser.Navigate("http://discussion.forum.nokia.com");
myBrowser.AddToCanvas(g);
---------
myBrowser.Back();
myBrowser.Forward();

Reply With Quote



