| Thread | Last Post | Replies |
|
| How can I compare a couple of strings? | 07 Jan 2005 11:30 GMT | 1 |
I am doing an interface in which I want that the user selects one between 10 options. However, I don´t know how to retry the option selected in the combobox. The situation is that I need to find out the selection done by the
|
| Scroll Bar in Embedded VC++. How does this thing work? | 07 Jan 2005 09:55 GMT | 2 |
hello *, I am having problems creating my MFC Dialog Based Application in Embedded VC++ and I could use some help. My main problem is that I cannot adjust a horizontal scroll bar in my dialogs and as a result,
|
| Have a dialog box pass a string back to the edit window | 07 Jan 2005 09:09 GMT | 1 |
I have constructed a simple application that I can add text to using the CeditView class as a base. I have a dialog box that I would like to have it add a CString into the edit window following closeout of the dialog box. What is the best way to go about this? Thanks for any ...
|
| FSD filter | 06 Jan 2005 22:56 GMT | 7 |
I am exploring sample FSD filter - Fsdspy.dll, and I have a quastion about registering FSD filters in the system. When I try to register this sample in HKEY_LOCAL_MACHINE\System\StorageManager\Filters and reset - system hangs on startup and it needs to perform hard-reset. But when ...
|
| CabWiz 2: Prevent CAB file from being auto-deleted after installat | 06 Jan 2005 22:13 GMT | 1 |
I have written an .inf file for CabWiz to create a CAB file, which works fine: The program is installed on my PDA properly, and the shortcut is added. Unfortunately, when installed, the CAB file is being deleted automatically - but I don't want it to be deleted!!
|
| Password change notification on HPC | 06 Jan 2005 19:52 GMT | 1 |
How is the 'power on' password on a HPC device stored. Is it possible to get a notification/signal when the password of a HPC device is changed or set. My requirement is that my application should either be able to detect or be notified of a change of password on an HPC device ...
|
| Error 8 Not enough storage from IMediaControl->Run | 06 Jan 2005 00:18 GMT | 2 |
I'm trying to run the usual DirectShow example with eVC++ 4.0 on CE 4.2. The CoInitialize, CoCreateInstance, and RenderFile are working, and a blank window appears to be positioned correctly, but when I try hr = pMediaControl->Run();
|
| ChangeDisplaySettingsEx and GAPI | 06 Jan 2005 00:00 GMT | 1 |
I want to display my graphic full-screen application (2D real time graphic) in landscape orientation. I have read some posts of this newsgroup and i have tried to use ChangeDisplaySettingsEx but it returns -2 (DISP_CHANGE_BADMODE)
|
| How can I retrieve the text selected in a combobox? | 05 Jan 2005 23:55 GMT | 1 |
I am doing an interface in which I want that the user selects one between 10 options. However, I don´t know how to retry the option selected in the combobox. I have done it
|
| Problems reconnecting to WAP | 05 Jan 2005 19:29 GMT | 1 |
problem: [-] Using a WinCE .NET 4.2 device, when we walk out of WAP range and back in, the device will sometimes not reconnect back to the WAP, even if we then place the device right next to the WAP.
|
| Why IsWindowVisible() always return false? | 05 Jan 2005 17:16 GMT | 1 |
hi, all In my dlalog app,there is a edit box, m_editAge; CDlgTest::OnInitDialog() {
|
| How to write text or numbers in an edittext? | 05 Jan 2005 15:05 GMT | 2 |
I am doing an interface for my pocket pc. I have created a keypad which simulate the numbers of a telephone and I want to take the numbers pressed and write directly in an edittext. I have done it, but it doesn´t work because LB_ADDSTRING is for list
|
| how to get shellicon? | 05 Jan 2005 01:33 GMT | 1 |
in eVC4 i'll make a filelist control like window explorer. my code is working well on normal PC(x86 windows xp). but it did not work on WinCE.NET 4.1 emul and real device(ce5.0).
|
| Moving classes and dialogs between projects | 04 Jan 2005 20:32 GMT | 2 |
Is there an elegant way to move classes between projects? I have a class defined to execute a dialog, and would like to move both the resource file and the class code to another project. Thanks for the help. Brian
|
| GetSystemPowerStatusEx2 returns zero on PPC 2003 | 04 Jan 2005 12:37 GMT | 2 |
My application (written with EVC 3) call the GetSystemPowerStatusEx2 function to know the battery life percent. It works on a PPC 2000/2002, but not on a PPC 2003 device (iPaq 2210 ou 5550). The function returns zero :
|