windows-ce

How can I update and get values in Windows Forms while moving one form to other form (like cookies)?

How can I update and get values in a Windows Forms application while moving one form to other form (like cookies)? I need to update the values to some variable and again I am going to refer stored values and need to do some calculations. I have used cookies in ASP.NET but I am not able to find out the same concept in .NET Windows Forms...

How to convert Byte* to LPCWSTR in wince6.0?

I have a structure say for an example typedef struct { DWORD time; BYTE* message; DWORD size; } ACCP_MESSAGE_COMMAND_PARAM_T; Now this is common to both master and client end and through master we r requesting to client with the following data 20,"MessageRequest",30. Now at client side i want to display the messag...

Is there any way to conver byte* message to LPCWSTR other than WideCharToMultiBYte()?

Is there any way to conver byte* message to LPCWSTR other than WideCharToMultiBYte()? Thanks Reply Abhineet Agarwal ...

How to install .cab file on wince 6.0? Also which application is needed to install .cab file on wince 6.0?

How to install .cab file on wince 6.0? Also which application is needed to install .cab file on wince 6.0? Please Reply Thanks Abhineet Agarwal ...

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 i get this message: "The required Virtual Machine Network Driver could not be found. Make sure that Virtual PC 2007 is installed. You can ...

How to limit network connectivity/resources used under Windows CE 6

Are there any techniques or strategies for limiting the number of inbound connections and/or the resources used by networking activity under Windows CE 6? My basic concern is to find a way to make sure that under scenarios where the network is "behaving badly" (e.g. DoS) that the majority of CPU time is still available for other process...

Specify client certificates in HttpWebRequest in .NET Compact Framework 3.5

Previously, I was trying to use client certificate on .NET CF 2.0 (see here) and I ultimately had to give up. I'm now on .NET CF 3.5 which has support for the ClientCertificates property on the HttpWebRequest object. However, I can't figure out how to instantiate the X509Certificate or X509Certificate2 object with a pfx file. On the f...

.net library to read pdf on Windows CE

Hello, is there any .net library to make small app to read pdf on Windows CE ? thanks ...

How to bind c++ dll to my C# program - winCE

hi i need to bind C++ dll to my C# WinCE program. (scanner dll) how i can do it ? thank's in advance ...

how to obtain alphablending in wince 6.0? and how to erase background image in wince 6.0?

How to obtain a alphablend image in wince 6.0 for a particular child window for n number of times? for example if i have a vol bar graph window which is for volume increase & decrease which is changed on click of vol+ or Vol- button so if i want to keep vol bar graph window as an alphablend image in wince 6.0 then how shall i obtain? Bec...

how to capture an image from the window mobile device using Qt?

I'm trying to capture an image from the window mobile device using Qt. Is there the APIs in Qt-wince to access the camera in the window mobile device? ...

Looking for like ghost program for WinCE

hi Looking for ghost program for WinCE that save FrameWork and sqlCE and my program after Hard-reset thank's in advance ...

Synchronization mechanisms - Windows CE

What is the fastest synchronization mechanism working on Windows CE? Maybe you know some good articles on this topic ... ...

Can you install Qt-4.6.0-wince successfully?

I'm trying to install Qt-4.6.0-wince on XP and Vista. I read the instructions and follow it to install. However, I can't install it successfully due to some fatal errors on all of the two machines. I think the problem is that qconfig.[h cpp] files are not created automatically during the configuration. I already report about this probl...

C# Interacting with existing executables in Windows CE using Compact Framework?

How would I go about interacting with an existing executable on Windows CE using the Compact Framework? I figure I am overlooking something simple. Here is the scenario: I am trying to write a small app to do some common functions such as creating a user with a specified password. The windows directory has a few executeables which...

What is Alphablend? And what function is used for alphablend?

What is alphablend and what functions are used for alphablend? Please Reply Thanks in Advance ...

performance metric of a software library in WinCE

Is there a way to calculate how many mips consumed by a module (libraray) running on wince? We are developing an audio library and want to give playback in wince (Renesas SH-4A core). How to calculate the number of mips (millions of instructions per second) consumed by this library? If not, what is the equivalent metric for measuring the...

What is thread?How to create thread in win32 application?

What is thread? How to create thread in win32 application? ...

Simple example to implement hive based registry?

Simple example to implement hive based registry? I have an appliaction in which i should maintain the value of volume up and down, everytime when i start or turn off the application, for this i came across hive based registry. But dont know how to implement and how to use? Please Reply Thanks in advance ...

How to create window using structure concept so as to reduce code segment?

Suppose i have 5 window to be created in which one is parent and the four window are child window. So on the parent window if i have to create four window then how should i implement the structure concept so as to reduce the code segment.? Is this a good habit or not to use the structure concept? Please reply thanks a lot. ...