Browse by Tags

  • Problem with SDF's AddPreferredNetwork and ConnectToPreferredNetwork

    I'm using SDF to develope a windows mobile program that used to connect with wifi. When I'm trying to connect my device to an AP, it will be successful with a right SSID and a right password, but if I give a RIGHT SSID AND A WRONG PASSWORD, the AddPreferredNetwork(string SSID, bool infrastructureMode...
    Posted to Smart Device Framework (Forum) by wsptr on 05-10-2011
  • Smart Adapter Switching

    I was recently given a symbol 9550 running windows 6.5 mobile. They asked me to write a program that would continue to run in the background and flip networks automatically. So when the wifi drops below -90, it switches to cell, then if it comes back to -70, it comes back to wifi. I quickly found OpenNETCF...
    Posted to How do I....? (Forum) by twright on 04-12-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
  • WIFI connection - Signalstrength

    Hello everybody, I have a problem. I'm using OpenNETCF.Net.NetworkInformation. AccessPoint to get the signalstrength of the Wifi connection. This is going fine. BUT, when I get closer to the accespoint the signal gets stronger and I can get a dBm signal from -90 till -70 when the signal gets stronger...
    Posted to Smart Device Framework (Forum) by jkorsten on 09-08-2010
  • problems with getting the NearbyAccessPoints

    Hello! I have 2 smart device phones: 1. I-mate JasJar with windows mobile 5.0 2.HTC Touch 2 with windows mobile 6.5 (i just bought it) 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...
    Posted to Smart Device Framework (Forum) by banti on 07-23-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
  • Signal Strength in Decibels only shows increments of 10

    I need to get the signal strengh in Decibels with full set of integer values from 0 thru 100. Currently, I'm only getting values of 0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100. How do I get the actual values from 1 thru 100 and not incremented by 10's?
    Posted to How do I....? (Forum) by Fred Kendall on 03-27-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 connect to access point with a non WirelessZeroConfig Wifi card?

    Hi, Main goal: I want to programmatically connect to an access point using .NET CF 3.5 in C#. I have following situation: I have a mobile device with just Windows CE 5.0.1400 on it and it seems that the WLAN card is not a WirelessZeroConfig WLAN card. Device Info: http://www.mobile.datalogic.com/product...
    Posted to Smart Device Framework (Forum) by buju on 01-13-2010
Page 1 of 4 (38 items) 1 2 3 4 Next >