I\'m having to back port some software from Windows Mobile 6.5 to Windows CE 5.0, the software currently detects when the unit is in the base unit (ActiveSync running).
I\'m trying to do direct disk access on Win CE (5.0), and I n开发者_如何学编程eed to p/invoke a DeviceIoControl call with IOCTL_DISK_READ.
I am trying to launch default print dialog from application , but it is not coming up. I am able to launc print dialog from wordpad application it is also printing the decument but, when i am trying t
I have a windows mobile device which is running windows CE 5.0. I want to now connect a hardware to the USB port and communicate with the hard开发者_如何学运维ware by configuring it as a virutal com
I am trying to print text from MFC application, developed by using custom SDK of OSDesign. I am using StartDoc() and EndDoc() API calls in my application, but I didn\'t find the declaration of these
I am trying to debug my appusing KITL. I have built my NK.bin in Release mode I tried to attach device:
I want to forward some broadcasts through a NAT gateway on a Windows CE device. This shou开发者_开发技巧ld be possible with a NAT plug-in.
W开发者_JAVA百科hat ports are safe to use for custom applications under WindowsCE? For example if I use something around 3000 (3000, 3002 tested) it works. But if I use 4000, 11000 (tested), it does n
I\'ve started to use Sqlite in my iPad project, however I would rather to use SQL Serv开发者_开发技巧er CE database instead.
I load a listview with several items and I would like to adapt the width of the listview to its content. Unfortunately, this doesn\'t wor开发者_开发技巧k.