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
1
vote
2 answers

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 Namespace which makes the SmtpClient class available. It…
nitewulf50
  • 530
  • 1
  • 4
  • 17
1
vote
1 answer

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 mobile device from within the dektop application after…
emolah
  • 227
  • 2
  • 11
1
vote
0 answers

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…
Srv19
  • 3,458
  • 6
  • 44
  • 75
1
vote
1 answer

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 know this? Please post your suggestions.
Imtyaz Ali
  • 11
  • 4
1
vote
1 answer

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 Compact Framework 3.5 on a Windows Embedded 7…
sarsnake
  • 26,667
  • 58
  • 180
  • 286
1
vote
1 answer

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 simply trying to open the files. The application…
Ryan Allan
  • 13
  • 3
1
vote
0 answers

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?
k-s
  • 2,192
  • 11
  • 39
  • 73
1
vote
1 answer

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 unchecked the 802.11d and choose Motorola JEDI…
Mobility
  • 11
  • 3
0
votes
2 answers

how to make conference call in windows Mobile

could anyone please guide me how to make a conference call from netcf... in Windows Mobile like i have three numbers and i want to dail them for a conference call...
Usman Masood
  • 1,937
  • 2
  • 17
  • 33
0
votes
1 answer

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 a link-local address (169.254....). I suspect…
Lynn Crumbling
  • 12,985
  • 8
  • 57
  • 95
0
votes
2 answers

Using OpenNETCF.Net.Ftp inside a class instead of inside a Windows Form

So far I am using an FTP object inside a Windows form. FTP object runs in a separate thread, so to ensure that my app doesn't freeze up, I use the following piece of code: private void OnResponse(string response) { if…
sarsnake
  • 26,667
  • 58
  • 180
  • 286
0
votes
1 answer

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 OpenNETCF or .NET Framework to get a notification…
0
votes
1 answer

Converting OpenNetCF GetSignatureEx to Bitmap on Desktop

I have a SQLite database which is running on a handheld which is capturing signatures using OpenNetCF's Smart Device Framework 2.1 running under Windows Mobile 6.1. The signatures are captured from the Signature control using the GetSignatureEx…
CDM
  • 83
  • 2
  • 10
0
votes
0 answers

Get Signal Strength from windows CE device using OpenNETCF / C#

I'm already serach the whole internet abut this probelm but with no good result. I need get signal strength in c# using OpenNETCF. I tried with this code: string x = ""; var adapters =…
0
votes
2 answers

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.
jarek
  • 1,381
  • 1
  • 9
  • 6
1 2 3
8 9