Browse by Tags

  • Obtaining WiFi Signal Strength

    Hi, I'm attempting to add functionality to display the signal strength of the current WLAN connection in an existing Windows CE, VB.NET Compact Framework application. The problem that exists is that every Network Adapter that is present has the read-only property IsWireless set to "false"...
    Posted to How do I....? (Forum) by nathan.arnold on 02-07-2011
  • Re: problems with getting the NearbyAccessPoints

    [quote user="banti"]I try to develope an application that lists the nearby acess points, like this( http://msdn.microsoft.com/en-us/library/aa446491.aspx) On the 1-st device it works fine, [/quote] I too am working on a similar project. I see that the classes and methods referenced in the MS...
    Posted to Smart Device Framework (Forum) by GaryNovosel on 10-19-2010
  • isWireless method bug?

    hello everyone i am using opennet 2.2 to search adapters that are connected to a AP. in debug mode i found an adapter with the correct AP IP but the library tells that the adapter isn't a wireless one. here is the code: Public Function GetSignalStrength() As String Dim adapters As AdapterCollection...
    Posted to How do I....? (Forum) by karmo on 06-07-2010
  • How do I disable DHCP in OpenNETCF 2.3?

    What's the equivalent of OpenNETCF.Net.Adapter.DhcpEnabled using OpenNETCF.Net.NetworkInformation? Thanks, - jevans
    Posted to How do I....? (Forum) by jevans on 03-31-2010
  • How to find wireless network

    Hello, I found this article on MSDN http://msdn.microsoft.com/en-us/library/aa446491.aspx. The sample code worked great but I wanted to do a bit more. When I come to the opennetcf.org site, it seems most of the published sample is obsolete. So I tried to find the replacements but I'm having some...
    Posted to How do I....? (Forum) by jevans on 03-23-2010
  • How to chane DNS or WINS ip ?

    Anyone can teach me how to change Domain Name Server or WINS server IP ? Thanks~~
    Posted to How do I....? (Forum) by seantw on 01-07-2010
  • Force use of WAP

    Hi, First of all, excuse my poor English. I'm writing an app which needs to connect to HTTP using the WAP connection, which is not the dafault connection in the PDA (WinMobile) network settings. What I mean is, my app needs to connect using a connection which is not the default one. ¿Is this possible...
    Posted to How do I....? (Forum) by nandiator on 11-23-2009
  • Channel number of Access Point

    I am trying to obtain the channel number from the WirelessZeroConfigNetworkInterface. I am using OpenNetCF version 2.3. No matter what the channel number being used is the value reported back is always -480. All the other information for the access point looks to be okay. Any ideas? Thanks, Kirk Public...
    Posted to How do I....? (Forum) by kirk5275 on 11-16-2009
  • How do I force a specific connection using ConnectionManager?

    I have an issue where a device has a valid GPRS connection available but is plugged into a Ethernet dock that uses USB Connections. The USB connection makes the device think that it has a Network Card connection even if there is no ethernet cord plugged into the dock itself. When this happens, even though...
    Posted to How do I....? (Forum) by mlindley on 12-10-2008
  • WirelessZeroConfigNetworkInterface.ConnectToPreferredNetwork(ssid)

    I have obtained the list of nearby preferred access points. Should I be able to actually change the connection the wireless adapter is using to one of them with WirelessZeroConfigNetworkInterface.ConnectToPreferredNetwork(ssid)? Or is the NetworkInformation namespace only information an no actual control...
    Posted to How do I....? (Forum) by jayflint on 04-02-2008
Page 1 of 2 (12 items) 1 2 Next >