I've written this in Mobile section, but there is not much activity down there

__
__


Hi! I've been using Wifi Scanner project (it detects Wifi Stations around you) and I want to add geo location using signal strenghts of every station.

I've added a 3rd tab to the software in which I sendthe lat/long I've already calculated to googlemaps and it would show as a webpage.

The point is that the project is dialogbased and I dont know how to add a WebBrowser control in that 3rd tab.

I've read WebBroser control in Compact .NET ( http://msdn.microsoft.com/en-us/library/ms229657.aspx ) and it needs...

Code:
This example requires references to the following namespaces:

* System
* System.Windows.Forms
What are the lines to add that namespaces? Would that namespaces be enough to enable a WebBrowser on that 3rd tab or should I start a brand new project with Activex?


Thanks.