Browse by Tags

  • 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
  • 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
  • Find if my Mobile Device is connected to the network.

    Which is the better approach on checking if the device is connected to a wireless network? Using the SSID class? or Ping on a computer using the Ping class? I would like some help on this issue. I want to check for network connectivity before sending any data from the device.
    Posted to How do I....? (Forum) by gtas on 11-11-2009
  • SetWirelessSettingsAddEx

    Can someone give me a detailed example on how to use the function (preferably in vb.net) SetWirelessSettingsAddEx Thank you, Kirk
    Posted to How do I....? (Forum) by kirk5275 on 10-26-2009
  • Adding a preferred network, but make it connect to "work" not internet

    I'm trying to set up a p2p network between two pocket pcs. I have my code so that on one of the pc it attempts to connect to an AP with SSID = "GOD". but if it can't find GOD it adds GOD to its preferred networks. Everything is good, however when the code ends and I manually go into...
    Posted to How do I....? (Forum) by Tony on 06-18-2009
  • How to connect wireless?

    Using this code, the program connected after 4-5 attempts and that on condition that I overloaded PocketPC. At times in general does not want to connect, even when I try to unite in hand (on the basis of those settings which was created by the program). If wrong set settings, then did not connect in...
    Posted to How do I....? (Forum) by constantinus on 06-01-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
  • windows CE 5.0 or 6.0

    I would like to be able to keep both my GPRS cellular ip connection and my wifi ip connection open at the same time, does anyone know if this is possible? If so, are they any articles that explain how to do this? thanks
    Posted to How do I....? (Forum) by jakelague on 05-28-2008
  • SDF connect to an access point

    hi, i wrote a small program that should connect a pda to a ad-hoc node. i do a scanning until i find the desired ap. what i do now is: myAdapter.SetWirelessSettings(desiredAP). it seems to work, at least no exception is caught. but if i look into the properties of the adapter on the pda it says that...
    Posted to How do I....? (Forum) by Kouran on 05-24-2008
  • need help,about connect Wireless!!!!

    i'm write that code by c#,hope connect the wireless(CISCO AIR AP-1231G-K9) config the ap info:ptc001(ssid), Open Authentication(no addition) void connectWireless() { NetworkInterface[] interfaces = NetworkInterface.GetAllNetworkInterfaces(); WirelessZeroConfigNetworkInterface wzcInterface = null;...
    Posted to How do I....? (Forum) by phlywsy on 05-06-2008
Page 1 of 1 (10 items)