Tagged Questions

5
votes
4answers
1k views

C#: how to disable form move?

The MSV-Studio description for Locked is "The Locked property determines if we can move or resize the control" so I set the winforms Locked property to true but the form is still movable. What is the ...
5
votes
2answers
464 views

Ignoring queued mouse events

I have an application written in C# targeting .NET Compact Framework 3.5, running on Windows CE. From time to time, operations lasting for a second or so are being performed on the UI thread. I ...
4
votes
7answers
246 views

Customized UI - Windows or Linux?

I'm not sure if this is possible, but I'll give it a go. I'm creating a device where I have to add a customized user-interface instead of the normal operating system UI. I'm thinking of installing ...
4
votes
2answers
125 views

Compact Framework targeting

If a smart device project is set to target CF 2.0, Windows CE 5.0, should this same application run on Windows Mobile 6 with CF 3.5 installed? I was able to install it (the CF 2 app), but when ...
4
votes
3answers
528 views

What are the requirements for running .net application on windows ce5?

What are the requirements for running .net framework targeted application on Windows CE 5? If I try to start an application that I developed for Windows Mobile 6, I will get the following error. ...
4
votes
2answers
249 views

Determine screen color depth/monochrome in .NET compact framework 2.0?

I'm using the .NET CF 2.0 on multiple devices which have different display capabilities (specifically color/monochrome) that I'd like to determine at run-time but can't find any methods that provide ...
4
votes
2answers
367 views

Multilingual Application support in Windows CE?

What are some of the considerations needed when adding multilingual support for a .NET application designed to run in Windows CE (5)?
4
votes
1answer
626 views

Stack overflow from native DLL called from managed application

I'm getting the infamous 0xC00000FD (stack overflow) exception from my application when I call into a native DLL. This is being done from a managed C# application on Windows CE 5 (SH4 processor). ...
3
votes
5answers
491 views

One timer, many method calls or many timers, one method call?

I'm developing an application for WinCE 5.0 on .NET CF 2.0. I was wondering what other people see as the best solution in the following two cases: Assume that i have 10 methods that i need to run ...
3
votes
4answers
438 views

What is are the tradeoffs of developing under Windows CE 6.0 vs Windows Mobile 6.1

I have a Windows .NET application that I plan to "port" and tailor to a mobile device. The application consists of a standalone .NET program that works with a barcode scanner, has a simple UI and ...
3
votes
2answers
2k views

How to get a programmatic list of all loaded assemblies (referenced) in the .NET Compact Framework

I am running on Windows CE and using the Compact Framework. I need to get a list of all reference assemblies that my application has loaded. It would be nice to be able to get to the AssemblyName ...
2
votes
1answer
40 views

Are GUIDs generated on Windows CE devices using the .NET Compact Framework 3.5 still statistically unique?

I know that you can bang away at GUID generation on single and multiple machines and it's statistically unlikely to ever generate the same GUID twice. There is lots of information on the internet ...
2
votes
1answer
143 views

Windows CE 5.0 HTTPD <-> .NET Application

I'm what is the most practical way of coupling a HTTPD Web server of a Windows CE 5.0 Device to a .NET application that runs on the same Windows CE device? My first idea was to build an ISAPI ...
2
votes
1answer
110 views

How to ensure of Socket sent data?

In .NET CF on a Windows CE 5.0 based POS device, if no connection (GPRS/WiFi) is available, when i try to connect my socket object i don't get any exceptions, even after it, when i try to send bytes ...
2
votes
1answer
284 views

How to set Visual-Studio .NET CompactFramework Windows-CE default window size

This C# Windows-CE tablet application needs WindowState Maximized and Size set to 800x480 to completely fill the screen but any time the winforms design file is opened for editing, the framework ...
2
votes
3answers
143 views

Developing for mobile devices and desktop

I'm starting a new project. It will run on devices running Windows CE, Windows Mobile 6 and will also have a desktop version. The software will connect to some equipments through the serial port, ...
2
votes
2answers
817 views

Strange exceptions in .Net CF framework code under WinCE 6.0 R3

In our .Net CF app we are getting weird errors from parts of the code that shouldn't be having problems. For instance, the following code: public void AddParm(string str) { string[] pair ...
2
votes
2answers
2k views

Windows Device Emulator V3, windows 7 + Network

Well im debugging a windows CE application from visual studio in the Windows Device Emulator, now to setup the network i go to File -> Configure -> Network, i enable a network card and press OK, then ...
2
votes
5answers
542 views

Why won't my program terminate?

I have a .NET Compact Framework app that can runs on three windows machines (Desktop windows and two WinCE machines) and on the WinCE devices, the process never terminates on exit, even if I call ...
2
votes
1answer
846 views

Getting the device's CPU utilization and free RAM on WinCE in C#

I'm looking for alternative ways of obtaining the total CPU utilization percentage and the amount of free RAM on the device in C#. There is an extremely easy solution described here: ...
2
votes
3answers
436 views

.Net Compact Framework & WinCE Question

I have never had any experience working with the compact framework or WinCE, however, I have a fair bit of experience developing in C#. How different is it developing for these platforms as opposed ...
2
votes
2answers
209 views

What is the best mechanism for communicating cross-process in Windows CE?

I need to broadcast an event that can be picked up by any application running on a Windows CE 5 device. Haven't done this before so i'd be interested in knowing what techniques people would suggest ...
2
votes
1answer
3k views

Changing row colors in the Compact Framework DataGrid

How can I use non-default coloring in the DataGrid control in a Windows CE compact framework application? I need to color one row in color X and one row in color Y (alternating row colors basically). ...
2
votes
1answer
1k views

In .NET CF 2.0, will a global keyboard hook interfere with P/Invokes that require a keypress?

My details: custom mobile device running Windows CE 4.2, Compact Framework 2.0 SP1. C# app making decent use of P/Invokes with no problems until now. I've written a low-level keyboard hook (similar ...
2
votes
4answers
4k views

Does DataGrid on CE 5.0 Compact Framework .NET support editing?

I am trying to get a DataGrid under CE 5.0 / .NET CF 2.0 that a user can edit. The document at http://msdn.microsoft.com/en-us/library/ms838165.aspx indicates that some environments do not support ...
1
vote
0answers
14 views

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 ...
1
vote
4answers
105 views

Detect Windows Mobile vs. “plain” Windows CE

Question: How can my Compact Framework application detect whether it is running under Windows Mobile (Start Menu at top, Menu bar at bottom) as opposed to "plain" Windows CE (Start Menu at bottom, ...
1
vote
1answer
92 views

convert ANSI data to Unicode

i have a text file saved by encoding 1256. as far as my Windows CE 5.0 on my device does not support that code page i can't open the file by that encoding in .NET CF, but the OS supports Unicode. (i ...
1
vote
1answer
97 views

.NET CF windows form can show Arabic Unicode text on title but not for labels?

After installing Arabic.CAB (or Arabizer) on my Win CE 5.0 device , i can set a static Arabic string as my .NET CF's windows form's title by : this.Text = "سلام"; and it works fine and i can see ...
1
vote
1answer
42 views

Weird result using LogFont with AntiAliased or ClearType

I want to use a custom font on a Windows CE 5 device. It works, but it doesn't look that good. So I tried to see if it would be any better with anti-aliasing or ClearType enabled. Instead, it's even ...
1
vote
2answers
94 views

delete executing file on windows ce

i want to make a uninstaller on windows ce. The Problem is I want to delete the uninstaller itself after executed everything else. Is this possible somehow? Or is there someway to make a unistaller ...
1
vote
2answers
69 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 ...
1
vote
2answers
169 views

Changing TimeZone does not reflect change in Time in .NET Compact Framework

I am working on .Net Compact Frmework(CF) application. I this application the requirement is that I should be able to change the TimeZone. However, when I changed the TimeZone the current time does ...
1
vote
1answer
353 views

Windows CE, .NET - how to get CPU ticks or current time in (micro) milliseconds?

I would like to test how difficult are lines of code I wrote. I need to know how long (or how many CPU ticks) it takes to complete them. I use Windows CE, compact .NET framework 2, VB.NET 2005 On ...
1
vote
3answers
1k views

How to Access Barcode Scanner with VB.Net in Windows CE

I've recently been asked to develop an application for the Motorola MK4000, an all-in-one device with a built-in barcode scanner. It runs Windows CE and supports VB.Net. I've never written an ...
1
vote
1answer
145 views

ContextMenu/MenuItem with icon on CF2.0 / WinCE

It seem that the MenuItem class on .NET compact framework 2.0 does not support icons. Does anyone know a workaround?
1
vote
1answer
101 views

How to determine the CPU type of a .dll file by .NET compact framework?

I need to be able to lookup the type of CPU for which a native .dll file is intended. When the CPU type is same as the CPU on which my application is running, my application will use the .dll files to ...
1
vote
1answer
143 views

Assembly Version Loading Problem and SQL CE

I have an application that utilizes SQL CE 3.5 and the Entity Framework from .NET 3.5. We encountered a known issue with SQL CE 3.5 SP2 RTM that causes application crashes. As a result, we obtained ...
1
vote
2answers
163 views

How to differentiate Compact Framework vs Full Framework .NET assemlies

Is there any way to differentiate a .NET assembly that is targeted for Compact Framework and runs in Windows CE from another which is not? I'd say more, is there any difference in the compilation ...
1
vote
1answer
373 views

How to know if battery still charging or full in windows ce 6

When charging, how to know if the battery is already full? GetSystemPowerStatusEx2() only tells charging. Thanks, fibon
1
vote
2answers
121 views

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

.NET external unmanaged library function throws uncatchable exception

I'm using OpenNetCF library in my WindowsCE .NET Compact Framework 3.5 application. The problem is that when I call one of its functions (NetworkInterface.GetAllNetworkInterfaces() to be specific), ...
1
vote
1answer
602 views

Deploying .NET 3.5 framework on Win CE 6

I need to install .net 3.5 compact framework on WINCE 6 device using wceload.exe command on startup. Problem is, i have .net 3.5 cab file on my storage card and i have managed to install it, But, ...
1
vote
2answers
180 views

How do I realize communication between two processes in Compact Framework 3.5

what is the best way to realize a communication between 2 processes? And how do I exchange Objects between both? I hoped that I can use something like WCF netNamedPipeBinding, in my understanding this ...
1
vote
2answers
511 views

Anti aliasing DrawLine on CE

I am drawing a line to a Graphics object in Windows CE using C#.NET 3.5. The code I am using looks like this: e.Graphics.DrawLine(new Pen(Color.FromArgb(11, 118, 200), 2), x1, y1, x2, y2); This ...
1
vote
1answer
168 views

.NET CF on Windows CE - problem with filtering system messages

I'm trying to get every windows message that tells that the user has touched the screen. It works everywhere, except the button, when it is disabled. It seems that the application doesn't get any ...
1
vote
1answer
104 views

Can disabling a control cause a radio buttons value to change?

I have a For Each loop going through the controls in a panel disabling them. When the loop reaches one certain grid control and disables it the CheckedChanged event fires for the next control in the ...
1
vote
2answers
123 views

NotSupportedExceptions thrown everywhere when debugging in windows CE

I am doing some work on a windows CE 6.0 application. The application loads a number of external assemblies dynamically using. Assembly assembly = Assembly.Load(path); These .dll files are outside ...
1
vote
1answer
358 views

how to remotely install certificate on Windows CE using RAPI and ActiveSync

I'm creating .NET application which connects to WindowsCE device using Active Sync. I'm using OpenNETCF.Desktop.Communication.dll library to connect via RAPI but I didn't find any way to install the ...
1
vote
2answers
119 views

Pitfalls when switching to .NET for Windows CE?

I have been developing in .NET for quite some time now, but now I have customer who wants me to develop an application for them in .NET for Windows CE. I have done some embedded system programming in ...

1 2