Browse by Tags

  • 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
  • WirelessZeroConfig.NearbyAccessPoints problem

    This seems to be an odd issue. Let me frame it up for you. I am currently using the WirelessZeroConfig interface class to connect a device to available SSID's. Everything appears to work perfectly as long as the adapter has a preferred network listed. However, there will never be any preferred networks...
    Posted to Smart Device Framework (Forum) by jlandon296 on 12-14-2009
  • WiFi & OpenNETCF.Net.NetworkInformation

    Hi, I'm trying to make simple app which should send file to FTP by WiFi or GPRS. I'm using samsung omnia sgh-i900 with WM 6.1. I've written something like this to find adapters and AP: foreach (NetworkInterface nil in NetworkInterface.GetAllNetworkInterfaces()) { cbAdaptersWIFI.Items.Add...
    Posted to Smart Device Framework (Forum) by przemast on 11-09-2009
  • IOControl call failed

    Hi all. When setting property CurrentIpAddress of a WirelessZeroConfigNetworkInterface, I obtain a System.ComponentModel.Win32Exception telling "IOControl call failed" (HResult = 0x80004005). Can anybody help me in understanding what's wrong? Thank you. Regards, /Morix
    Posted to Smart Device Framework (Forum) by morix on 08-31-2009
  • Calling NertworkInterface.Refresh()

    Hi, We are using smart device framework 2.3.0.21 and we have a question regarding Refresh() method of OpenNETCF.Net.NetworkInformation.NetworkInterface class. We call Refresh() before accessing following properties of WirelessZeroConfigNetworkInterface class object, so that we can get current statistics...
    Posted to Smart Device Framework (Forum) by sankalpshere on 08-02-2009
  • enable/disable DHCP

    Hi all, how can I enable/disable the DHCP on a WirelessZeroConfigNetworkInterface? I mean: I can set the IP address & subnet mask setting CurrentIpAddress and CurrentSubnetMask properties... but how can I enable/disable DHCP programmatically starting from a reference to a WirelessZeroConfigNetworkInterface...
    Posted to Smart Device Framework (Forum) by morix on 07-29-2009
  • Using Networking.WirelessZeroConfigNetworkInterface in VB

    I am having problems using the code If m_currentAdapter Is NetworkInformation.WirelessZeroConfigNetworkInterface Then ----- End If The compiler says WirelessZeroConfigNetworkInterface is a type and cannot be used as an expression. However, all of the c# code I have seen uses this construct. I have been...
    Posted to Smart Device Framework (Forum) by dloendorf on 02-11-2009
Page 1 of 1 (7 items)