| Thread | Last Post | Replies |
|
| full screen | 17 Dec 2007 21:02 GMT | 5 |
How do I create a full screen top level window, such that it has no title bar, and window can not be dismissed? I'm able to create the full screen window, using WS_EX_TOPMOST and WS_EX_ABOVESTARTUP flags, which creates a full screen, but with title bar. I
|
| Bluetooth serial port & ActiveSync | 17 Dec 2007 19:48 GMT | 2 |
I can only connect my PDA by ActiveSync through Bluetooth connection. This is ok, but I'd like to write a small app to have the PC and the PDA communicate with each other through the BT serial ports - but my app can not open the incoming port on the PC, I guess because
|
| WIFI Help Needed | 17 Dec 2007 14:43 GMT | 2 |
I trying to set a WEP Key using NDIS OID_802_11_ADD_WEP. However it just will not work. I can connect to an Access Point that does not have WEP enabled. But i can't when it is enabled. Does anybodybody have any pointers.
|
| Odd Windows Mobile 5.0 Button Color Issue | 17 Dec 2007 14:35 GMT | 2 |
I have 3 different applications on a Windows Mobile 5.0 device. Two of the applications have buttons whose faces are blue (background blue). One application has buttons whose faces are the window background color (just has the lines around the button, but no color fill at all).
|
| Thread stop while device entering suspend mode | 17 Dec 2007 12:40 GMT | 2 |
I'm working on a tool(with C++/Win32 programming) to keep battery information of device. I create a thread to get the information for every 5 seconds. But after device entering suspend mode. The thread also stop, is there any way make the thread work under suspend mode?
|
| Memory Leak with Resco | 16 Dec 2007 15:48 GMT | 3 |
I have a Menu Form has 10 buttons, and they all call a form. Here is the code that opens to a form: Dim form As frmDataEntry form = New frmDataEntry
|
| GPS's seiral port cannot use anymore? | 15 Dec 2007 14:22 GMT | 6 |
I have a simple PDA application to read GPS data by using raw 1. CreatFile 2. ReadFile 3. CloseHandle.
|
| Why does SHFullScreen fail | 14 Dec 2007 14:44 GMT | 1 |
This function call fails when called in response to WM_CREATE, but succeeds in WM_ACTIVATE, why? SHFullScreen(hWnd, SHFS_HIDETASKBAR | SHFS_HIDESIPBUTTON | SHFS_HIDESTARTICON)
|
| life cycle of a window | 14 Dec 2007 09:12 GMT | 5 |
I need to do one time initialization as soon as my window is created (and HWND is available, so I can't do it in WM_CREATE). While I can maintain a global BOOL to keep track of when initialization has already occurred in these functions:
|
| Com port and CreateFile | 14 Dec 2007 05:19 GMT | 2 |
Why at attempt to open port COM1 either COM2 or COM9 comes back INVALID_HANDLE_VALUE, and GetLastError returns ERROR_FILE_NOT_FOUND? How to me to work with GSM-modem port ?
|
| Indentations on Today Screen | 13 Dec 2007 23:16 GMT | 1 |
I've noticed ( and so has my QA guy ) that the icons on the screen all have what looks to be a 2-3 pixel indent from the edge of the screen The text is another 4-5 pixels from the edge of the icon. Almost all of the today items on screen line up this way. I was wondering if anyone ...
|
| power off | 13 Dec 2007 23:12 GMT | 8 |
How can I launch my application as soon as device is being powered off? It will be to display bye bye splash. Lisa
|
| how to allow tap and hold feature in c# pocket pc | 13 Dec 2007 21:31 GMT | 1 |
Hi experts out there, does anyone know how to implement a tap and hold feature to pop up a dialog box instead of a context menu? My intent is actually wanting to allow the user to select an item in a
|
| Open a Local File | 13 Dec 2007 18:59 GMT | 9 |
I'm trying to open a local file using compact framework vb.net - but the application can't seem to find the file - despite putting it in the application directory. the debug directory and the program files\app path directory. Is this possible on the Pocket PC ? I specifically ...
|
| How to rotate smartphone emulator to landscape | 13 Dec 2007 17:09 GMT | 8 |
I need to do some debugging of my smartphone (WM 6 Standard and WM 5 Smartphone Edition) application when the phone changes from portrait to landscape. So far I can only find out how to start a WM 5.0 Smartphone or WM 6.0 Standard emalutors in either landscape or portrait mode. I ...
|