windows-ce

OnBoard Windows CE Development

I have a HP Jornada 720 that uses Windows CE 3(called HPC 2000) here with me and now I want to play with onboard development on it, but I don't want shareware programs, such as PocketC and NSBasic. What you suggest to me? I'm interested on developing with BASIC and C/C++, but what I really want is to develop onboard my Jornada, don't ma...

C# Compact-Framework friendly command line parser

I read this question: Command Line Parser for .NET. I thought that was what I was looking for, but the library Command Line Parser Library is not Compact framework friendly... I REALLY don't want to write a CL parser and I have been drifting away from the real purpose of my little app because of this unfortunate trial. Does someone kn...

Related to x & y coordinate of the window

Hi All Where does x and y value i.e window coordinate is stored? Thanks in advance. ...

WCF hosting in .NET compact framework

I would like to host a service on a WinCE device. The WinCE device is the host which can be accessed(control and data acquisition) by multiple clients (PC or WinCE) over serial port, TCP, USB etc. I was considering using Protocol Buffers for serialization on the wire. It would be ideal to use WCF or remoting but as far as I see they are ...

Does ConManClient2 have any prerequisites on WinCE6?

I have created a Windows CE6 Image through Platform Builder, and I now want to develop c++ applications on this device with VS2005. With Visual Studio 2005 comes ConManClient2, compiled for each patform, which can be placed onto the target platform to allow for remote degugging from VS. On previous platforms, ones I haven't designed th...

Is it possible to run my Windows Form application in Windows CE platform?

I am new in Windows CE development and never done it yet. Need some advise from the expert in here. In our current project, we are developing a client-server application. The client side is using a windows form application that are base on Windows XP OS while the server is a web base application. This question are related to the clie...

Pocket PC: Draw control to bitmap

Using C#, I'm trying to draw an instance of a control, say a panel or button, to a bitmap in my Pocket PC application. .NET controls has the nifty DrawToBitmap function, but it does not exist in .NET Compact Framework. How would I go about painting a control to an image in a Pocket PC application? ...

how can I automatically run my C# program after a reset on Windows CE ?

How can I automatically run my C# program after hard-reset or soft-reset on Windows CE? ...

how to make shortcut in winCE using C# code ?

hi i need to make shortcut to any program in Windows CE using C# code how i can do it ? thank's in advance ...

Overlay Surface

Dear All What is overlay surface? I have to work currently on overlay surface and for which i should know the concept of overlay surface? As i have to wrok on converting YUV444->RGB888 Thanks in advance ...

How to handle power-failure in WinCE?

I've got a WinCE device powered over ethernet (PoE) and I want to prevent File-System corruption following a potential power loss, e.g. user pulling the plug. As a side note, I'm already using TexFAT which is supposed to prevent FS corruptions. While the later certainly does help reducing FS corruptions (over using plain old FAT), it...

Revision Control For Windows CE

I have a HP Jornada 720 with Windows CE 3, called Handheld PC 2000. And as a good developer, I want to turn it into a fully-featured Scheme development environment. I already have Pocket Scheme on it, but now I need a revision control for my pocket development environment. Then I want to know: Where I can get it? ...

PC to smart device communication?

Hi, I would like to learn how to use C# to establish wireless connecton, sending data, receiving data between PC and smart device. I know C# has socket namespace that I can use, and have seen examples on google, but the examples do not demonstrate communication between PC and device, mostly just web communication. So can anyone give m...

NETCF app and "Program memory low" dialog

I have a memory leak somewhere in my NETCF app, but instead of getting the "OutOfMemoryException" with the nice stack trace to track it down, I get the big white wince "Program memory..." dialog and have to restart the device. Can anyone give me or point me to a good set of directions to disable the "Program memory" dialog, and have the ...

create and run applications on an evaluation module using Visual Studio

I have built a BSP and OS Design in Visual Studio. I brought it up on the evaluation module, that is, I flashed the image to the EVM. I now need to develop applications that will run on the evaluation module. Do I do this by creating projects that are smart devices or by creating subprojects in the initial os design solution. I tried cre...

Controlling USB Access of Windows CE6

I am looking to find a way to programatically (C++) control/secure access to the USB ports on a Windows CE device that will only have a single login, and then be left running a real-time application. Ideally, being able to have a password entered into the running application, which then opens up/enables USB functionality, would be the e...

How to compile application for wince 5.0 x86 using VS

Hello, i was looking for a way of compiling application for wince 5.0 x86 using VS. I found a thread http://stackoverflow.com/questions/1313001/intel-c-compiler-for-windows-ce where you mentioned ... "For Windows CE based on x86 architecture probably yes.... we just need to use general windows compiler." I was wondering if you could p...

how to make shortcut for any program in windows-mobile and Windows-CE using C# code ?

how to make shortcut for any program in windows-mobile and Windows-CE using C# code ? ...

Get output of CMD line program from C++ (specifically netstat)

I want to be able to run "netstat -n" and grab the output somehow so I can then write it out to another file. How can I do this in C++ on Windows CE Thankyou Chris ...

PocketC GUI Code Examples

I'm using PocketC on my Windows CE device, but I want to know where I can find some code examples of GUIs, because I don't know where to get help on this point. Also, I have some specify questions: How to create Buttons, ListBoxes...? What are the controls supported? How to create menus? ...