| Thread | Last Post | Replies |
|
| CAB-file structure. | 11 Mar 2008 23:08 GMT | 2 |
I want to add distibutive function into my application. I need to pack into installation file working files, settings, and resource files, wich can differ from initial file. So, I need to know CAB-file structure. Anybody have any information or links about it? Help me, please.
|
| SetForegroundWindow crashes | 11 Mar 2008 17:22 GMT | 5 |
I have this piece of code in my program: if (GetDesktopWindow() == GetForegroundWindow()) SetForegroundWindow(hWnd); I have to deny access to the desktop to users, they should only work
|
| SHCameraCapture crashes | 11 Mar 2008 17:21 GMT | 2 |
My program calls SHCameraCapture. The camera interface launches, it allows me to take a picture and it saves the file as expected, but when I finish, my program crashes. I get this in the debug logs: [Stack fault]: Thread=8a325400 Proc=885781e0 'camara.exe'
|
| VB.NET - Close an application | 11 Mar 2008 14:17 GMT | 7 |
I'm working with Visual Studio .NET and don't know how to close an application. I have created a single form but when I click on the button on the right corner, the form is disabled, but in fact the program is always running.
|
| Connection Manager and Network Timeouts | 11 Mar 2008 09:39 GMT | 1 |
I'm trying to create a persistent connection application on Windows Mobile 6. I intend for this application to use mobile radios (GPRS) to communicate with remote servers using Connection Manager for long periods of time (days). However, there appears to be a problem with my ...
|
| Precision problem with eVC++ 4.0 | 10 Mar 2008 17:20 GMT | 3 |
Hi, I am having a problem with the CString's Format & the wsprintf command in eVC++ v4.0 when displaying "double" values. I have some "double" values in my database and need to display them
|
| .NET CF-Application with SQL Server CE Compact running on Desktop? | 10 Mar 2008 14:26 GMT | 3 |
I have an application using SQL Server CE Compact, which is running on a mobile device. Now I want to use the same exe on my desktop machine. I know that the desktop framework can read the same database, but I think
|
| Uninstalling Windows Mobile 6 SDK | 10 Mar 2008 14:12 GMT | 2 |
I installed "Windows Mobile 6 Professional SDK" but it is incompatible with my Pocket PC 2003. Every time I try to launch my Pocket PC 2003 emulator Visual Studio 2005 Professional fails with the message: "Deployment and/or registration failed with error: 0x8973190e. Error writing ...
|
| Data abort when using LocalAlloc() between classes | 07 Mar 2008 22:13 GMT | 5 |
I'm using LocalAlloc() in my application running Windows mobile 6. When this is used in a Dialog class and another class member function is called with an argument pointing the allocated memory, it meets 'data abort' several steps after going into the callee class thesm ...
|
| Incremental Database backup in Wince Device. | 07 Mar 2008 18:52 GMT | 1 |
I am having Wince5.0 in my target device. I am having SQLCE 2.0 Database server and httpd web server. I want to do Incremental backup from my wince device to PC. File copy method is for FullBack up.
|
| Enable/Disable system sound. | 07 Mar 2008 16:08 GMT | 5 |
I'd like to programatically toggle the system sound. Right now, I change the device volume whenever I need to enable or disable the sound, but I'm not very satisfied with this solution. I don't want to prevent the user from changing the volume or the sound settings, I just want
|
| System tray icon | 06 Mar 2008 20:47 GMT | 4 |
While using my htc touch a few weeks ago, I noticed small icons towards the bottom of the screen. In desktop apps I used the NotifyIcon control. I have read that is control is not support in the CF. How was that Icon displayed? -James
|
| Database for a Pocket PC - Desktop syncing application | 06 Mar 2008 16:15 GMT | 8 |
I am planning to build a utiltiy for Pocket PC and sync it's data with it's counterpart on the desktop. Something in the lines of Illium eWallet. What is the best database to use for this type of applications? I can use SQL Server mobile on PDA but the SQL Server on the desktop ...
|
| Flip Image (90°) in .NET CF? | 06 Mar 2008 13:52 GMT | 1 |
How can I flip an image (90°) in .NET CF 3.5?
|
| running error of PPC application in PDA | 06 Mar 2008 08:37 GMT | 1 |
I am a new developer of Pocket PC native application with VS 2005. I create the Win32 Smart Device project with the WM 5.0 PPC SDK and the application type is window application. The application just shows the 'Hello'
|