Questions tagged [opennetcf]

OpenNETCF is a provider of libraries and tools commonly used in .NET Compact Framework applications for Windows CE and Windows Mobile

OpenNETCF is a provider of libraries and tools commonly used in .NET Compact Framework applications for Windows CE and Windows Mobile. The most commonly used library is the Smart Device Framework, or SDF.

135 questions
0
votes
1 answer

OpenNetCF - Stay Connected to Ad-Hoc Network

I'm coding in OpenNetCF for WIndows Mobile 6.0. I need my application to connect to a particular Ad-Hoc network. I find that if there is no other device connected to that same Ad-Hoc network, the device automatically switched back to some other…
TripShock
  • 4,081
  • 5
  • 30
  • 39
0
votes
1 answer

Get Mac address windows mobile device from desktop by activesync

I think I search entire internet bu i cant find any solution for this. I can handle the connection by RAPI (OPENNETCF Remote Apı) I can copy files and start a process but i cant get the mac address by rapi or anything else.
Murat Vezir
  • 216
  • 1
  • 3
  • 12
0
votes
2 answers

Why can Visual Studio detect which "using" is needed, but then say the type or class which provoked the addition of the reference does not exist?

On trying to build, all of a sudden (a couple of days since I worked on this project) I get: "The type or namespace name 'IO' does not exist in the class or namespace 'OpenNETCF' (are you missing an assembly reference?)" But when I comment out that…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
0
votes
1 answer

Get value of battery level OpenNetCF 2.0

I'm working on windows mobile 6.0 project using .NET CF and OpenNET CF. I'm looking to get the value of the battery from the battery life bar. Any help please?
Anouar
  • 75
  • 1
  • 12
0
votes
1 answer

Uploading data when internet is available Compact Framework

I have an application that uses cellphone data connection to communicate with a remote server over web services. However, due to the unreliability of the cell phone network the application doesn't work for as long as the cell network is down. So…
0
votes
1 answer

Why is the barcode text value not printing beneath the barcode?

I am printing using the Windows Compact Framework to a Zebra belt printer using the OpenNetCF serial port class and CPCL. The printed label is pretty much as it should be, but the barcode value is not printing beneath the barcode as it should. I…
0
votes
1 answer

Why does my text not print?

Realizing that I should be using Line Print mode (as opposed to label mode) for sending CPCL to the Zebra QL 220 belt printer, I'm in the process of refactoring my working code (Why does everything print on the same line, even though I'm adding…
0
votes
1 answer

Problems using cfAES

I need to use HMACSHA256-Encryption on a Windows CE device. I tried to use BouncyCastle / cfAES (in combination with OpenNETCF), but I can't get them to work. BouncyCastle: I always get the error "Missing method exception: " regard…
René Pöpperl
  • 567
  • 5
  • 18
0
votes
2 answers

What must I deploy for a project that uses OpenNETCF?

I created an .exe using the OpenNETCF's SerialPort class, but when I copied the .exe to the Motorola device running Windows CE 6 and tried to run it, I got: TypeLoad Exception File or assembly name 'OpenNETCF, Version=1.3.50123.0...or one of its…
0
votes
2 answers

Why would I get "The type of namespace name 'bla' does not exist..." after no changes?

Why would I go from building with no errors to 3 of the type: The type of namespace name 'bla' does not exist in the class or namespace 'blah' (are you missing an assembly reference?) All three errors refer to the same group of files (two errors…
0
votes
0 answers

How to implement tap-and-hold feature for Button/Button2 in .NET CF

I need to catch both events for Button: OnClicked and tapped/holed/released. Unfortunately it is not possible correctly handle both OnClick and OnDoubleClick events - both OnClick and OnDoubleClick are raised.
hellboy
  • 1,567
  • 6
  • 21
  • 54
0
votes
1 answer

Convert String to PhysicalAddress in OpenNetCF

I have sample code for Getting Mac Address to IPAddress and I am trying to call the function but i am not getting. I have Mac Address Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click …
Imtyaz Ali
  • 11
  • 4
0
votes
2 answers

OpenNetCF.Net.NetworkInformation.Adapter class is missing

I have donwloaded OpenNETCF's Smart Device Framework but both OpenNETCF.Net.NetworkInformation.Adapter AND OpenNETCF.Net.NetworkInformation.AdapterCollection yield a "namespace is missing or not available" error from the compiler. I am using…
Imtyaz Ali
  • 11
  • 4
0
votes
1 answer

Problems using ImageHelper to resize images on OpenNetCF with HTC T3333

I use the class ImageHelper who was quoted in the article of Chris Tacke to resize large images on Compact Framework, using OpenNetCF.Drawing namespace. In many devices that have Windows Mobile 6.5 version Embebbed the class worked perfectly.…
-1
votes
2 answers

How can I assign enum values to a listbox in .NET 1.1 on the Compact Framework?

From http://weblogs.asp.net/stevewellens/archive/2009/08/19/how-to-fill-a-listbox-dropdownlist-from-an-enum.aspx, I see this example for assigning enum values to a listbox: Array Values = System.Enum.GetValues(EnumType); foreach (int Value in…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
1 2 3
8
9