I would like to build a Bluetooth keyboard for a smartphone like this product. This product has a hardware driver. Ho开发者_如何学Gow can I write device driver for my keyboard.You don\'t need to wri
I am attempting to utilize a hardware button on my Motorola MC75 to pe开发者_如何学编程rform the function of a button event that I created on the form.I have attempted to use the WindowsCE.Forms.Hardw
I have placed a picture as background to the form. protected override void OnPaintBac开发者_JAVA百科kground(PaintEventArgs e)
I\'m writing a control that may have some of its parts transparent or semitransparent. Basically this control shows a png image (with alpha channel). The control\'s parent window has some graphics on
Considering the different sizes of the screen on Windows Mobile devices, which should be the ideal size of a photo that I\'m going to show on my WinForm application?
currently I’m creating 2 applications (app A and B) for Win开发者_开发知识库dows Mobile 5.0 and using Compact Framework 2.0. App A is the main application and B is the sub application.
Is it possible to delete a registry key using a CAB installer that is generated using VS2005? T开发者_JAVA百科he CAB is targeted at Windows CE 6.
I\'m looking into purchasing the new Samsung Intrepid Windows Mobile 6.5 device. Before I plunk down the cash, I\'m investigating the available APIs and support resources. I have one question I wa开发
Is there a way to get the directory structure in windows mobile in C++? There is no folder browse dialog in MFC or in win32 for the windows mobile so I searched for a way to get the directory str开发
I am developing application which uses google maps. I want to know how can I plot a single point and multiple points on Google maps in windows mobile?