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 Process ID Confusion

I'm using OpenNETCF 2.3 in a .NET Compact Framework 3.5 mobile device application. At program startup I am looking for duplicate running instances of my application. I am confused why the current ProcessID I get from various methods seems to be…
Jason
  • 13
  • 5
0
votes
1 answer

Padarn OpenNetCF System.Argument.Exception when starting the server

I'm getting a "OpenNetCf - Argument Exception" when I try to start the server on the desktop (windows 8.1) Srvr = new OpenNETCF.Web.Server.WebServer(); Srvr.Start(); However, I can't see a problem with the config file. Any suggestions would be…
0
votes
1 answer

Issue with custom drawn TextBoxes and KeyDown/DoubleClick methods

I am struggling with this exception under windows mobile 6.5 System.NotSupportedException was unhandled Message="Control.Invoke must be used to interact with controls created on a separate thread." StackTrace: in…
Luntri
  • 610
  • 1
  • 8
  • 22
0
votes
0 answers

OpenNETCF.Net.Ftp.FTPWebResponse(): NullReferenceException

I have some problem when use Compact Framework and OpenNETCF.Net.Ftp lib I upload file to open ftp (test serv in web) and try to connect to ftp and read data, but have exception. For example ftp://ftp.asu.ru/ Maybe who is know what my problem??? My…
KorPaEv
  • 1
  • 2
0
votes
1 answer

A hack to display listbox as one item in windows mobile 6.5

I am developing a windows mobile application for a warehouse. Since the base functionalities have been achieved, I'm working on improving the overall appearance of the application. I'm struggling with few things, and I'd greatly appreciate any help…
Luntri
  • 610
  • 1
  • 8
  • 22
0
votes
1 answer

Setting timezone with application using OpenNETCF.WindowsCE

I'm developing an app for Windows Mobile 6.1 using the OpenNETCF Smart Device Framework, and I am trying to update the time zone of the Windows Mobile device from my application using the SetTimeZoneInformation call. The timezone I'm trying to set…
0
votes
2 answers

c# opennetCF background worker stops after 100 iterations

I have a background worker that stops after 100 iterations. Like this: BackgroundWorker bgWorker = new BackgroundWorker(); bgWorker.WorkerReportsProgress = true; bgWorker.WorkerSupportsCancellation = true; bgWorker.DoWork += new…
Ikky
  • 2,826
  • 14
  • 47
  • 68
0
votes
1 answer

What is the necessary call to send data over COM port using OpenNETCF Port class?

I am trying to retrieve a value from a Zebra printer by interrogating it with this code: public static string GetSettingFromPrinter(string cmd) { string setting = string.Empty; try { BasicPortSettings bps = new…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
0
votes
2 answers

NativeMethods doesn't exist in OpenNETCF.Security.Cryptography

I got a sample snippet code from OpenNETCF and cfAes, but name space definition is missing for some reason. Here is the missing namespace: using OpenNETCF.Security.Cryptography.NativeMethods; I tried to add reference for all the OpenNETCF…
Kelvin
  • 1,103
  • 2
  • 11
  • 16
0
votes
1 answer

Handle the event when device connect to cradle windows ce opennetcf in C#

I develop an application on windowCE 5.0 with opennetcf library. I want to check WHEN my Device is connected to Cradle. It means I want to handle the event of plugged the device to cradle or other similar. My purpose is that when Device is connected…
Truong Anh Tuan
  • 79
  • 1
  • 11
0
votes
0 answers

OpenNETCF RAPI exception can not be catched

I am using OpenNETCF Desktop Communication Library a RAPI open source library to develop a winform application. Now everything is OK. But in some computers, the application crashed caused by RAPI lirary and this exception can not be catched. I…
RyanWang
  • 178
  • 9
0
votes
1 answer

Long build time in VS2008 Mobile Application

Lately testing my application becomes painful. When I hit F5 in debug configuration VS' building time increased. it takes 1-2 minutes to finish building. Even a slight code changes makes me mad :/. My application uses OpenNETCF and Open Sans font…
0
votes
1 answer

failed try: OpenNETCF Send Method in Ping class

I have tried to ping with OpenNETCF like Mr."CNLSH" in this reference and it works fine if the host is available. If not, pingReply.Status never becomes false because i'll get an exception from send-Method (could not send package). Is there a…
eddy white
  • 301
  • 2
  • 24
0
votes
1 answer

Test TCP/UDP client for windows ce

On Windows desktop I use SocketTest as GUI tool to test TCP connections. Is there alternative for Windows CE (native are preferred) to test connections with Windows Desktop?
hellboy
  • 1,567
  • 6
  • 21
  • 54
0
votes
1 answer

Read file content from network path in Windows CE

Is there possible in Windows CE 6.0 devices (Compact Framework) read file content over WiFi from files stored in network using UNC path? Or in this case should I use FTP server or develop my own server?
hellboy
  • 1,567
  • 6
  • 21
  • 54
1 2 3
8
9