| Thread | Last Post | Replies |
|
| Signing a driver for windows mobile 5.0 platform | 23 Feb 2006 18:50 GMT | 2 |
We have a device driver which works fine on Pocket PC 2003 devices. The driver is loaded at boot time. But for some reason, it doesn't work with the windows mobile 5.0 devices. The driver is not loaded after reset, though we can load it in our application by calling
|
| Windows CE 5.0 SIP Without Title Bar | 23 Feb 2006 16:21 GMT | 1 |
Hi... I've designed a SIP Keyboard for Windows CE that is working fine, but one of the requirements is that the "Title Bar" on the SIP Keyboard must be removed...
|
| Fullscreen, no border | 22 Feb 2006 19:01 GMT | 2 |
We are using CE 4.2 with a 640x480 display. The app is the standard single doc/view framework with the view being CFormView. I have not been able to get the app to show up without a shaded border. Is this possible?
|
| Starting with WinCe development | 22 Feb 2006 18:30 GMT | 5 |
I'm new to WinCe development. Currently I'm planning on doing my next project for PocketPC devices in C++. I already looked around the internet to find articles to get me started. But I have a few questions that I couldn't answer by myself.
|
| Problem to build SDK with debug information PlatforBuilder 5.0 | 22 Feb 2006 14:58 GMT | 3 |
Please Help, I used platformbuilder 4.2 and the SDK was OK. In Platformbuider 5.0 I have problem with my SDK. I uses EVC 4.0 build and MFC dialog application.
|
| Serial Driver | 22 Feb 2006 06:50 GMT | 8 |
Anyone have a DDK sample on how to use the RTS line as a data line(like RxD)? I have one on Palm. But it is for DragonBall processors and in Assembler .. hard (for me) to read... ;-) thx
|
| cfiledialog | 22 Feb 2006 00:29 GMT | 1 |
I try to open a file inside a program in windows ce. I use the cfiledialog object. It launches fine, but I am unable to browse in the filesystem once the file browser is launched inside my program. Here is my source code:
|
| Beginner book fro EVC | 21 Feb 2006 22:51 GMT | 1 |
Hai all, I am a beginner in EVC, Can anyone provide me the link or book where i can learn some of the basic concepts of EVC(listbox, textbox, button and all other controls...)
|
| UCHAR problem | 21 Feb 2006 22:51 GMT | 2 |
The problem i have is this : i want to use the following structure in a DLL that i created: typedef struct _NDIS_802_11_SSID { ULONG SsidLength;
|
| Multicast issue on Win CE Emulator. | 21 Feb 2006 16:05 GMT | 2 |
We are testing an VC++ CE application which uses WinSock 1.0 and multicast. We intend to receive multicast packets and process them further. However, the multicast sockets are successfully created, but it fails to receive any packets from the multicast location, when run
|
| WM_RBUTTONDOWN and Tray Icon in Win CE | 21 Feb 2006 08:23 GMT | 2 |
Hello NG, My application is displaying a tray icon in the taskbar (using Shell_NotifyIcon). When I move the mouse over my icon, or when I left-click my icon, my messagehandler receives the user defined message
|
| How to handle hardware buttons through my program.. | 21 Feb 2006 08:08 GMT | 3 |
In my application I want to control Hardware buttons like navigation buttons through program for eg. i want to open another dialog through right navigation button etc.
|
| realtime and fflush | 20 Feb 2006 17:35 GMT | 3 |
hi, we're tracking some jitter in our realtime program, we're tracing logs in a separate threads, but it seem tracing is a jitter source, we are wondering if fflush is interuptible or not, does someone know? embedded visual c++ documentation doesn't really help on that... thanks ...
|
| how to open internet explorer | 20 Feb 2006 16:09 GMT | 2 |
i would like to add a button on the menu bar, upon clicking it, it will open the internet explorer and showing a pre-defined link, say, i've made a character array containing the link. thanks a lot.
|
| ListView Control Selected Item in WM5 | 19 Feb 2006 05:10 GMT | 2 |
Anyone know how to get the selected item of a List Ctrl on a click event in WM5? many thx -B
|