| Thread | Last Post | Replies |
|
| How to load NDIS intermediate driver? | 31 Oct 2007 16:25 GMT | 1 |
I've read articles about intermediate drivers ( http://msdn2.microsoft.com/en-us/library/ms892243.aspx ), but I can't find any info about the way it loads. What should I do to register & load intermediate driver?
|
| Hiding System Tray | 31 Oct 2007 15:44 GMT | 1 |
I have been trying to hide the "System Tray" over Today screen and I found out that hiding the "menu_worker" would hide the tray. The catch here is the below piece of code works fine only if it is run as console application using VS.NET 2005. If I run it from File Explorer, it
|
| Memory Leaks | 31 Oct 2007 11:42 GMT | 3 |
I do not want the user to ever exit my app so I need to ensure it is not leaking any memory. I wish to call a function to check how much memory is free on the heap and write this to a text. Then I can run my program over a long time and check if
|
| ListView - highlighing selected item | 30 Oct 2007 11:58 GMT | 3 |
I have a ListView and I want to select and show a particular item. ListView_SetSelectionMark(hndl, item) sets the current item correctly and ListView_EnsureVisible(hndl, item, FALSE) scrolls to the correct line but doen't highlight the item.
|
| Designing Time Tracker | 30 Oct 2007 04:51 GMT | 3 |
I thought of designing a time tracker for student. He can select any one of the predefined subjects (Math, Science, History and Computers) and can enter at what time he has attended these classes for eg Today
|
| hardware interfaces | 29 Oct 2007 21:18 GMT | 1 |
any hardware to do the follow: detect motion could the camera be used to do this? exteranal switches buttons
|
| Replacement for PlgBlit? (Or: Copy a region of a DC to another) | 29 Oct 2007 11:41 GMT | 1 |
is there any way to copy a region (a rectangle) of one device context to another (compatible one)? PlgBlt seems to be thee perfect function for me but it is not available in Windows CE :(
|
| Exporting Registry Keys | 29 Oct 2007 10:29 GMT | 15 |
I am trying to export/import registry keys from a pocketpc and i am using evc++ 4.0 with PocketPC 2003 SDK. The problem is when i use the function RegSaveKey it is giving "Undeclared identifier" in which header file it is defined ? if it is not supported then how can i
|
| directory selection dialog on windows mobile | 29 Oct 2007 09:01 GMT | 2 |
I have a C++ Windows Mobile / Pocket PC application where I'd like to be able to open a CFileDialog and select what folder to save a logfile in. Similiar to the functionality of the CFolderDialog() available on the NT/XP platform.
|
| If Microsoft.WIndowsMobile.Status available | 29 Oct 2007 05:27 GMT | 3 |
I have coded an application which should run on both WinCE and Windows Mobile Devices. One problem I face is that I want to use the - if available - Microsoft.WIndowsMobile.Status.dll
|
| .NET CF get free space | 28 Oct 2007 22:55 GMT | 3 |
how can I get the amount of free space for the filestore? with .NET CF. I have a function which is working on a Smartphone and PocketPC, but not correctly on WinCE 5 Emulator... Thanks
|
| HowTo capture window image | 28 Oct 2007 06:42 GMT | 3 |
Doe anybody know a way to capture image (screenshot) for a window (application) different by topmost? I'm using GetWindowDC(HWND hWnd) followed by BitBlt, but when I paint the image I always obtain that of the topmost windows.
|
| MessageBox leaves copies of itself when it is dragged during unins | 27 Oct 2007 07:56 GMT | 5 |
When Settings->System->Remove Programs is used to remove my app, a message box (MessageBox()) that is displayed from the uninstall_init function leaves copies of itself when it is dragged. This does not happen when the cab is used and install_init pops up the same
|
| Custom LAP | 27 Oct 2007 01:31 GMT | 2 |
I'm creating a custom LAP for WM 5 and WM 6 devices. What do I need to do to have the device wipe itself after a certain number of failed attempts from the user trying to enter their password?
|
| sound volume slider | 26 Oct 2007 21:21 GMT | 1 |
How can I add to my program a volume button like the one of the taskbar? I have to hide the taskbar in my application but I want to keep just that button. I can enable the Sounds & Notifications control panel section with
|