I have been developing in .NET for quite some time now, but now I have customer who wants me to develop an applic开发者_运维知识库ation for them in .NET for Windows CE.
We have a Windows CE 6.0 based product that allows for firmware 开发者_开发知识库upgrades through a web interface. I want to perform a sanity check on the new firmware image to be sure that it is vali
I am working with an MF开发者_开发技巧C application built on a WinCE platform in Visual Studio. I need to debug this application and I cannot do it using KITL and the hardware. I tried to use Device E
Are there any UI Components for Windows CE 6.0, other th开发者_Go百科an the ones supplied by the Compact Framework and Visual Studio? I am developing applications with C# and the Compact Framework tha
I\'ve already built wi开发者_JAVA百科ndows ce 6.0 and run it in windows ce emulator. but I want to run this without visual studio 2005.
I have the following code in a win32 app that shows a drop down menu on clicking a button. However, this does not work in WinCE as MENUINFO is not defined. Is there any way I can get around this? I ne
i have Picturebox control that contain any picture- on my form how i can save this picture 开发者_如何学Go?
I want to develop an application in VB.net for handheld device(Ticket machine in Bus and train).Is it possible to develop in Vb net.
I need to be able to control brightness o开发者_运维知识库f my Windows CE 5.0 device. I\'ve found that there is an API function ExtEscape to do that ( http://msdn.microsoft.com/en-us/library/aa45306
I have read about Windows Mobile\'s X button\'s behaviour and also about WM_HIBERNATE and WM_CLOSE which are sent on Low Memory Situation to all valid applications.