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
2
votes
2 answers

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 OpenNETCF version 2.3 and before I start my debugging…
sarsnake
  • 26,667
  • 58
  • 180
  • 286
2
votes
2 answers

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 the functionality I require (and is even described…
2
votes
2 answers

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 the form. When the button is clicked it's…
2
votes
1 answer

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 existing Microsoft SQL tables?
meds
  • 21,699
  • 37
  • 163
  • 314
1
vote
2 answers

extending context menu in windows Mobile Contact

i want to extend contact context menu in windows mobile. when a user right clicks on a contact with dial and other feature i want to extend and add my own item to execute my custom program or so.
Usman Masood
  • 1,937
  • 2
  • 17
  • 33
1
vote
0 answers

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…
s.zink
  • 19
  • 3
1
vote
2 answers

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 messageBody, string fromAddress, string…
1
vote
1 answer

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 constructor is called twice. Class A's constructor…
1
vote
1 answer

No Windows CE in the OpenNETCF dll file

I'm developing a Windows CE app using .NET Compact Framework 2.0 and C#. I wanted to add OpenNetCF and found the repository on GitHub. However, the OpenNETCF does not have an OpenNETCF.WindowsCE namespace. Does anybody knows why it is not there? I'm…
Michi
  • 23
  • 5
1
vote
2 answers

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 use of OpenNETCF functionality? Things like…
sarsnake
  • 26,667
  • 58
  • 180
  • 286
1
vote
3 answers

Compact-Framework: Play default text alert and vibrate

I'm trying to put a notification into my compact framework 2.0 application that allows me to inform the user when they've received a new job. I've tried to use the following code with the latest community edition of SDF: try { …
djdd87
  • 67,346
  • 27
  • 156
  • 195
1
vote
1 answer

Windows Mobile - Internet Usage C#

I need to monitor internet traffic (both upload and download) on windows mobile. Is there any API available to monitor internet data traffic on windows mobile (C#)? I am using OpenNetCF in my project. I can also use API from OpenNetCF is it is…
Let me Ask
  • 1,029
  • 1
  • 8
  • 33
1
vote
2 answers

Prevent User from running applications on windows CE

we have windows ce 5.0 devices and want to lock them down ie. only allow the user to run our application that is installed on the device. We are thinking perhaps there is someway we can turn this lock-down mode off an on. For example we don't want…
Coda
  • 517
  • 5
  • 10
1
vote
0 answers

Windows Mobile 6 tapi and OpenNetCF telephone

I have a Ciperlab scanner running Windows Mobile 6 and compact framework 3.5. I have developed a phone interface from the app using OpenNetCF Telephony. This works well but at times the "hangup" takes up to 80 seconds before the "disconnected" event…
1
vote
1 answer

OpenNETCF: APN Configuration Programmatically. It's possible?

How i do implement programmatically APN automatic configuration for windows mobile using OpenNetCF? I have 4 APN providers and I should like mark provider name and automatically set configurations and connection. It's possible on Windows Mobile…
Ivan Clay
  • 116
  • 3
1 2
3
8 9