| Thread | Last Post | Replies |
|
| Ringtone setting WINCE 5.0 | 25 Apr 2006 09:57 GMT | 2 |
I would like to make mp3 file to be the ringtone in device using the platform of WINCE500. But I found that only wav file can be set as ringtone and other type of file cannot be used as ringtone. Therefore, I would like to ask is there any method to set other type of file (mp3, ...
|
| CreateFileMapping and large memory area | 25 Apr 2006 09:28 GMT | 1 |
I have a small test program, opening large memory mapped files. My OS is PPC2003, the IDE is eVC4. Normally openeing a memory mapped file is a three step procedure: 1.) open using CreateFile (on CE CreateFileForMapping)
|
| Creating and Destyoying Dialog Box Continuosly. | 25 Apr 2006 08:07 GMT | 8 |
I am doing WCE application in ICOP vortex-x86 Board. In that I am creating and destroying a dialog box continuously(for every 40 ms). After some time, It's hanging. I could not access other GUI parts. Can anybody explain me why it happens? Can anybody help to solve this problem?
|
| Sd card Detection???? | 25 Apr 2006 02:20 GMT | 1 |
I am using MFC in Pocket PC. I am using SHChangeNotifyRegister and WM_FILECHANGEINFO to receive notification when sd card is inserted or removed.But it is not working.I am using Pocket PC 2003.
|
| Confirmation of resizing in EVC++? | 25 Apr 2006 00:01 GMT | 2 |
I am a newbie in EVC++, and I have the following WndClass member set as so: wc.style = CS_HREDRAW |CS_VREDRAW; and the CreateWindowEx as so: hWnd = CreateWindowEx(
|
| Required libraries are not available on the device | 24 Apr 2006 21:54 GMT | 5 |
I'm developing a Wince program by using eVC++. This program will be executed on different devices. Some of them may lack the required libraries. I want to create a CAB file to install this program and copy these reguired libraries to the target device. I can use Platform ...
|
| Task Bar Removal | 24 Apr 2006 21:54 GMT | 6 |
I am doing WCE application in wince (ICOP Vortex-x86 Board). In that application, I don't want the task bar. Is there any way to remove the task bar permanently after booting? Thanks in advance.
|
| Decrease CPU Speed in eVC | 24 Apr 2006 21:04 GMT | 3 |
I would like to ask are there any method which I can use in eVC to decrease the CPU speed time in the run time in order to save the battery into a longer operation time? Thank you for all of your help. Alex
|
| Mini debugger on Windows Mobile 2005 | 24 Apr 2006 20:16 GMT | 3 |
I would like to debug a program on a PocketPC 2005 device. When I run it, it does not seem to do anything. Just exits. I wrote a small program that tries to debug this process. These are the steps that work
|
| Emulator problem! | 24 Apr 2006 18:42 GMT | 3 |
When the Emulator is being started, a message box appears titled "Emulator for Windows CE" with the text "One or more files from the Emulator for Windows CE installation is missing. Please reinstall Emulator for Windows CE and try again." The connection or deployment to the ...
|
| CStatic control's hiden problem | 24 Apr 2006 12:51 GMT | 2 |
I searched help for CStatic control's hiden problem. When I create a CStatic control in one window, like below: __________________________________________________ class CTestWnd : public CWnd
|
| Installing Multiple CAB files | 24 Apr 2006 11:29 GMT | 2 |
I want to Install Multiple cab files programmatically.. I used the following code snippet to Install single cab files SHELLEXECUTEINFO si; memset (&si, 0, sizeof(si));
|
| WIndows CE Emulator and COM port | 24 Apr 2006 10:53 GMT | 2 |
I use embedded Visual C++ 4.0 to test and debug a windows CE application which uses a serial link to external programs. However, in the STANDARDSDK_420 profile, the emulator is launched with an OS image containing KITL, thus the COM1: port is unusable. Worse, I
|
| MFC status graphics | 24 Apr 2006 07:50 GMT | 2 |
I have a communicaiton control appliation that uses several alternate comms links and modes to connect to a control server. I want to display a set of graphics that indicate the link and link modes. For instance I have graphic for serial data, and serial data active, and one ...
|
| How to show start menu dropdown through program. | 24 Apr 2006 06:43 GMT | 2 |
I am using mfc for developing the application in PocketPc.In my application i want to show start menu dropdown(when user press start button on taskbar) through program.Is there
|