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

learn more… | top users | synonyms

0
votes
1answer
20 views

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?
0
votes
0answers
16 views

How to create process using OpenNETCF RAPI and Windows CE 6

I'm using OpenNETCF.Desktop.Communication.RAPI for coping the OS from my PC to the device over Windows Device Center Manager and launching it. My program works fine with Windows Mobile 6.5 but same ...
0
votes
0answers
29 views

opennetcf _ DLL Version

I’m searching for differences between two versions of DLL and if there’s any corrections of Memory leak, I don’t found this information in Internet; OpenNETCF.dll v2.3.0.39 and v2.3.12004.0 ...
1
vote
1answer
36 views

What would cause a project to suddenly lose track of one of its references?

I successfully complile my project, closed it, ran 7-zip on it, then opened it back up to find, on attempting to build it, three err msgs of the sort: The type or namespace name 'Windows' does ...
0
votes
0answers
47 views

How to Identify Separate Wireless Networks with Identical SSIDs?

I'm currently developing a UI for a WinCE 6 kiosk device to handle wireless connectivity. I'm utilizing the OpenNetCF libraries to hook into the WZC settings. My problem is this: The devices are used ...
0
votes
1answer
74 views

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 ...
0
votes
1answer
262 views

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 ...
0
votes
1answer
170 views

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 ...
0
votes
1answer
29 views

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 ...
1
vote
3answers
171 views

Why does everything print on the same line, even though I'm adding crlfs?

This will print (although still ugly) on the Zebra QL220 belt printer from my CE/CF app running on a Motorola MC3100 handheld: public void PrintBarcode(string barcode, string UPC, string description, ...
3
votes
1answer
120 views

Why do I get “CreateFile Failed: 161” when I try to open the serial port?

I get "CreateFile Failed: 161" on the serialPort.Open() line: . . . MessageBox.Show(string.Format("Made it into PrintUtils.PrintBarcode()")); using (SerialPort serialPort = new SerialPort()) { ...
0
votes
1answer
46 views

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 ...
0
votes
0answers
87 views

To what values should I set the SerialPort (from the OpenNETCF libraries) when printing to a Zebra QL 220?

Based on information I gathered from the report generated by a Zebra QL 220 belt printer when turning it on with the Feed button depressed, I've got serialPort.BaudRate set to 19200, .Handshake set to ...
0
votes
2answers
83 views

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 ...
1
vote
1answer
353 views

Programmatically Create Wireless Ad-Hoc Network

How do i setup a wireless ad-hoc network to Windows Mobile 6.1 on startup? I think the only way to do this is programmatically and I have been unable to find a way to create a network, I have found ...
2
votes
1answer
86 views

OpenNetCF WebRequestMethod Class is missing

I Have downloaded community edition of OpenNETCF from this link, And Trying to access FTP. But I am not able to find WebRequestMethods class in OpenNETCF.Net or OpenNETCF.Net.Ftp Namespace. Please ...
1
vote
1answer
62 views

FileSystemWatcher fails when app is not active

I am trying to get an application (written in c#) to run on a windows mobile 6.1 device, in the background (with a filesystemwatcher) behind another application. I have written a simple ...
1
vote
1answer
106 views

Why doesn't the wireless radio state refresh when I change it?

I am trying to make a simple application to toggle the WiFi radio on a windows mobile device and have found that the OpenNETCF.WIndowsMobile namespace provides some gems to make this task super easy: ...
1
vote
2answers
259 views

How to send an email with an attachment from a Windows Mobile 6 device

I've learned that the .NET CF doesn't support a SmtpClient class. The best it has is the PocketOutlook class which I don't want to use. I found that OpenNETCF does have a OpenNETCF.Net.Mail ...
4
votes
1answer
148 views

OpenCFNet's LargeIntervalTimer on Socket SoMo 650/655 device

I'm working on a Windows Mobile 6.1/6.5 application running on .NET Compact 3.5. This application has been running successfully for years on the old HP iPaq 210, but I'm having some trouble getting it ...
0
votes
0answers
49 views

How to implement long clicked event handler for Button/Button2

Unfortunately it is not possible correctly handle both OnClick and OnDoubleClick events Both OnClick and OnDoubleClick are raised. Is there possible to increase time interval (2 clicks are treated ...
1
vote
1answer
129 views

How to start application on mobile device from desktop application

In my szenario i copy an application to a mobile device (Windows CE) from a desktop application (VB.NET, Win7). It is a small setup routine. Is it possible to start the setup application on the ...
1
vote
0answers
44 views

Reading parts of png image

I am working on application for Windows Mobile 6.1. device that, at some point, displays images. However from time to time i run into the limits of RAM when doing it. I was using the recipe from ...
0
votes
1answer
191 views

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 ...
0
votes
1answer
377 views

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 ...
1
vote
1answer
395 views

Get IP address from Mac ID in WindowsCE

How do I find the IP Address for a mac id in WindowsCE using VB.net Smartdevice application in VS 2008/ VS2005? I am trying to use OpenNETCF.Net but I am not getting the desired results. Does anyone ...
2
votes
1answer
414 views

BackgroundWorker implementation on Compact Framework

I was looking at the code within the OpenNETCF SDF BackgroundWorker implementation for the .NET compact framework and it looks like the following code is not thread-safe. But the Smart Device ...
-1
votes
2answers
194 views

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 ...
0
votes
1answer
911 views

Unable to load DLL 'coredll.dll' : the specified module could not be found

I am writing a small application to test OpenNETCF library loading and have stumbled upon this curious message Unable to load DLL 'coredll.dll' : the specified module could not be found I am using ...
2
votes
2answers
881 views

OpenNETCF and Compact Framework 3.5 compatibility

I am currently migrating my Compact Framework 2.0 application to the new Windows Embedded 7 Compact machines and had to recompile it for CF 3.5. It compiles but does not run at all. I am using ...
1
vote
1answer
78 views

Need to utilize OpenNETCF v2.x Imaging in application that has assemblies built on OpenNETCF v1.4

I have an existing WM application that I need to capture photos with and it looks like the Imaging class in OpenNETCF v2.x is the best bet because I am running into the "Out of memory" exception when ...
1
vote
0answers
37 views

Image rotation transparency not persists

I am rotating image (PNG) which is transparent using OPENNET CF DLL. But after rotation image 's transparency does not persists. How can I persist transparency or any one or other way I can do?
2
votes
2answers
744 views

Accessing WiFi information from Windows Phone 7

I am currently trying to extract WiFi information such as signal strength and MAC address from my windows phone 7.5 for an accurate location app I am working on. The OpenNETCF.Net framework has all ...
1
vote
1answer
193 views

Search Wireless adapter on MC75 device using OpenNETCF

I am using OpenNETCF to find wireless adapters on Motorola MC-75 device, but it do not show me any wireless adpaters. When i use “Wireless Companion” to search the wifi it does show all wifi. I have ...
0
votes
1answer
524 views

Windows Mobile 6.5 - TypeLoadException on Process.Start()

In the solution I have several .exe files that sit in the same directory. One of them is a Master Menu, which looks up all the other executables' path (within the same dir) and assigns to buttons in ...
1
vote
1answer
84 views

Is there a visual modeller which supports opennetcf.orm which can also map existing databases?

With OpennetCf.ORM I can define entities and their relationships in C# classes, is there a way to create these entities and relationships using a more visual modeller, perhaps one which can also map ...
0
votes
1answer
464 views

OpenNetCf SDF not returning all adapters

When calling GetAllNetworkInterfaces() via: INetworkInterface[] rgni = WirelessZeroConfigNetworkInterface.GetAllNetworkInterfaces(); I'm only getting back a single adapter back, RNDISFN1, which has ...
2
votes
0answers
973 views

WiFi - OpenNETCF.NET 2.3 - NearbyAccessPoints returns only AP's with low channel numbers

OS: WinCE 5.0 Hardware: Toradex Colibri (PXA300) with Ambicom USB Dongle (WL250N-USB) CF 3.5, SDF 2.3 Chris Tacke has showed that connecting an access point is quite easy with the OpenNETCF (see ...
2
votes
1answer
170 views

OpenNetCF.IoC can not hit start in SmartClientApplication

I'm using OpenNetCF's IoC framework and the code in my Program class looks like: public class Program : SmartClientApplication<Container> { /// <summary> /// The main ...
0
votes
1answer
381 views

Switching between WiFi and GPRS on Windows Mobile 5.0 and Windows CE

We are trying to switch between WiFi and GPRS depending upon the availability of the network. We are also using OpenNETCF for the network activity. Is there any callback methods available in the ...
1
vote
1answer
2k views

Getting Wireless Network Strength

I'm having difficulty getting the wireless signal strength in a C#, Compact Framework 3.5, Windows Mobile 5 project using OpenNetCF version 2.3. I am aiming to assess the strength of network access ...
2
votes
1answer
337 views

Compact Framework file Upload via FTP

Does anybody know any FTP package that is working correctly under .NET 2.0 Compact Framework? I've tried: OpennNetCF 32feet's In The Hand: they are same, 530 return code ftp24cp: desktop version ...
2
votes
2answers
301 views

OpenNetCF.IOC event subscription not firing

I am developing a Vb.net .Net 3.5 PDA application using the OpenNetCF IOC framework. I have set up and event to handle the navigation through the smart parts but when I raise the event the ...
0
votes
2answers
834 views

Get Wifi signal strength with OpenNetCf in VB.Net

As the title says, I want to get the wireless signal strength from adapter on Windows CE, VB.Net, Visual studio 2008. I believe opennetcf.net library has to be used.
1
vote
2answers
578 views

opennetcf.net.mail attachment help

Thanks for looking at my question. I am trying to figure out attachments for OpenNetCF.Net.Mail. Here is the code for my SendMail function: public static void SendMessage(string subject, string ...
0
votes
0answers
815 views

How do I fix this function for FTP upload via .net compact framework?

Thanks for looking at my question. I am currently working on an embedded (Windows CE 6.0) app (.NET Compact Framework, C#) for updating an existing app. I have everything working with the ...
1
vote
1answer
100 views

Opennetcf IoC Calls my class's constructor twice

I have a class (named A) which uses another class (named B) as one of it's constructor's arguments by Opennetcf's IoC Dependency Injection. the problem is when my application starts , class B's ...
0
votes
1answer
353 views

OpenNETCF.Telephony detect incoming calls in WIndows Mobile 6

I develop an application related to managing calls under Windows Mobile 6. For the calls I use OpenNETCF.Telephony around TAPI. I manage to detect and answer the first incoming call, but then, if I ...
1
vote
2answers
340 views

OpenNETCF and Windows Embedded Standard O/S

If I have an application that is written in .net Compact Framework (and runs on Windows CE) and is theoretically compatible with Windows Embedded Standard O/S, would it still be compatible if it makes ...
0
votes
1answer
201 views

Random behaviour trying to connect TCP/wifi/ad-hoc

I'm trying to connect my PDA to an ad-hoc network using OpenNETCF.Net. I want to force setting a link-local address and not rely on a fallback mechanism because that takes a little too long. Then I ...

1 2