| Thread | Last Post | Replies |
|
| Limit to number of [SourceDiskFiles] and / or [LocalFiles] in .inf file? | 31 Dec 2007 15:13 GMT | 1 |
I am using Cabwiz to package a CAB and then an EXE file. I am packaging a bunch of .db, .dbh, .idr and .idk files (Litebase database stuff) ... Anyway, everything works fine until I get to the 52nd file. The CAB process just blows up. The error is:
|
| PPC vSP You would think there would be some GUI consistency | 30 Dec 2007 14:02 GMT | 1 |
I am trying to build an application which behaves as similarly as possible on SP & PPC. Microsoft suggest that you use common code where possible. I create a simple spinner as in this example.
|
| DirectDraw Question | 30 Dec 2007 13:25 GMT | 1 |
I have an MFC C++ app which displays video to screen. First I create a window full screen like so: m_pFSView = new CFullView(m_nCamera, GetSafeHwnd(), m_pSend); m_pFSView->CreateEx(WS_EX_TOPMOST,
|
| How to best protect Software from being copied. | 29 Dec 2007 12:49 GMT | 2 |
I know this is a technical forum but I dont know where else to post this. I have software which I am currently selling to a few select customers. They buy both the PDA & Software off me. So far, to protect my software, I check for the serial number of the pda. If it is not ...
|
| Windows Mobile 6 SDK incompatible with Orcas? | 29 Dec 2007 04:57 GMT | 1 |
I installed VS 2008 Team System on my spanking new WinXP dev machine only to find that the Windows Mobile 6 SDK installer doesn't quite believe that VS 2008 is an improvement over VS 2005 SP1 and then quit installation.
|
| Set input mode programmatically for Pocket PC | 27 Dec 2007 21:28 GMT | 1 |
How can I programmatically set input mode to numerical in windows mobile 5.0? I tried to use keybd_event() keybd_event(VK_NUMLOCK, 0x45, KEYEVENTF_EXTENDEDKEY | 0, 0);
|
| List View Control Header Colour | 27 Dec 2007 18:08 GMT | 8 |
Hi experts, I wish to change the listview control's header colour and the scrollbar colour but i cant find any properties in the listview controls to allow me to do tt.
|
| CreateFile fails | 27 Dec 2007 13:22 GMT | 2 |
I have MFC based project, which run on HP iPAQ PDA under Windows Mobile 5. I am trying to open file via parent directory as follows: wchar_t fileName[128]; ::memset(fileName, 0, sizeof(fileName ) ) ;
|
| CreateToolhelp32Snapshot returns invalid handle in PPC 6.0 device | 27 Dec 2007 13:14 GMT | 1 |
I am using HTC Touch phone for my R&D I am trying to run the sample application pViewCE given in the Windows Mobile 6.0 Proffessional SDK It is working fine in the emulator but when deployed on the device the
|
| help! locate an instance of a recurring task with poom | 27 Dec 2007 09:48 GMT | 2 |
i am developing a ppc calendar app with vs2005, c#, poom and .netcf2. is there any way to locate an instance of a recurring task by a given date? that can be done with getoccurrence() in the case of appointment, but getoccurrence() is not for task. any idea?
|
| pocket pc dispay jpeg picture | 27 Dec 2007 06:42 GMT | 3 |
i want to display a picture in pocket pc,could anybody can tell me how can i do?someone say uses GetOpenFileNameEx, how to use? thanks in advance!
|
| WM5 - Bitmap Rotation | 26 Dec 2007 12:22 GMT | 13 |
How is it possible to rotate bitmaps in C++ for WM5? Do I have to use standard GDI functions and rotate the bitmap manually (by reading bitmap bytes), or maybe it is possible to use DirectX for that purpose. Can anyone please provide some sample or point to some
|
| Can't create c++ projects | 26 Dec 2007 06:51 GMT | 1 |
I have installed Windows Mobile SDK 6 Refresh Professional. Most of the projects I did were c# so I didn't bother. But today when I wanted to create a c++ project I faced this problem: I select Visual C++ Win32 Smart Device Project and Platforms wizard
|
| How to add entire directory to cab? | 23 Dec 2007 21:49 GMT | 3 |
I have MFC based project, which run on HP iPAQ PDA under Windows Mobile 5. Now I am creating inf file for cab installation procedure for my project. I need to add entire directory with multiple files to cab. How can I do that? All examples and tutorials I saw so far deals with
|
| Not deploying right version on emulator | 21 Dec 2007 14:57 GMT | 1 |
I'm using compact framework 2.0 and Visual Studio 2005 (VB) to deploy a PDA application. In an effort to speed up the 'deployment' process I responded 'Yes' to the "Save emulator state before exiting" when closing the emulator down. However now every time I deploy the application ...
|