| Thread | Last Post | Replies |
|
| application / OS space start end address | 07 Dec 2005 23:49 GMT | 1 |
Is there a way in CE 5.0 for an application to get the program space start and end address, and then be able to read it? I would like to implement something akin to a checksum diagnostic, running in the background to monitor possible memory corruption.
|
| LVS_EX_CHECKBOXES NM_CLICK problem | 07 Dec 2005 19:21 GMT | 1 |
I have CListCtrl with LVS_EX_CHECKBOXES style. In NM_CLICK notifiction handler I call SetCheck for item which was clicked (to switch checkbox even if mouse is clicked outside of the check image) CListCtrl::SetCheck is implemented as
|
| Image button | 07 Dec 2005 19:07 GMT | 5 |
I'm using eVC. I would like to know how can I make an image button in eVC? Actaully, I'm already find some example in vc but I wonder how could I use them in eVC? Thanks!!
|
| POOM extensions under Magneto | 07 Dec 2005 17:59 GMT | 1 |
> I have a question! if any other developers have run into trouble with > their > POOM extensions under Magneto?? > Maybe Microsoft has published a new specification. Is there anybody know, |
| How can i change the menubar height | 07 Dec 2005 12:57 GMT | 1 |
I change the menu fonts through regedit, but the menu bar is too small to fit the text. So I want to change the height of the menu bar, how can i do this. Thanks!
|
| EVC++ 4 Project - Debug and Step through | 06 Dec 2005 09:47 GMT | 4 |
Dear List, I have recently been assigned the task of looking over and getting to grips with a project that someone else coded in EVC++ 4. It generates an executable for Pocket PC. The exact target platform is Pocket PC 2003 (WCE ARMV4).
|
| GetFileSize problems | 05 Dec 2005 18:55 GMT | 2 |
I'm having trouble with GetFileSize in the emulator in VS 2005 The handle comes back fine from createFile I am getting a file size of 0 back from the GetFileSize call. Am i missing something?
|
| Help me to understand this line | 05 Dec 2005 16:00 GMT | 4 |
I am reading a C++ program, and the following line really gives me a headache. Does anybody know something about this type of assignment? To me the bitwise operator is really abused here. const int MAX_PACKETS = 1 | 30 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 | 1 |
|
| Root file system | 05 Dec 2005 14:22 GMT | 1 |
I have a question about the MountFlags registry key. I read that if I set this key to 0x0C I can mount the FileSystem on the CF as root of file system, hiding the ROM file system: in this way it is possible to have a small nk.bin and put the other components on the CF.
|
| RasDial, RasHangUp | 05 Dec 2005 12:39 GMT | 2 |
I cannot include ras.h in my project. What do i need to download to use the RAS API in Embedded VC4 ? J
|
| Porting from vc to eVC | 05 Dec 2005 03:00 GMT | 2 |
I'm trying the example FooButton sample (http://www.codeproject.com/buttonctrl/FooButton.asp) in vc. I would like to know how can I compile this sample in eVC? coz I cant open it in the eVC environment.
|
| Missing Data inside OnInitDialog() | 02 Dec 2005 17:08 GMT | 1 |
Please see thru this code Snipet. _________________________________________________________________ //Data member or class OranmentDetails. private:
|
| How to set IP Address in WinCE5.0 | 02 Dec 2005 16:04 GMT | 1 |
I want to set IP Address by keyboard in WinCE5.0, but I find that WinCE don't support IP Address control. Can I use any controls or functions to reach? Thank you!
|
| Connecting eVc program with IIS | 02 Dec 2005 15:59 GMT | 1 |
Is it possible to develop a eVc application which can use a webservice. Its possible in vb.net. problem: to retrieve data from a database in server. retrieval of data is done thru a
|
| Removing Input Panel from a form | 02 Dec 2005 10:53 GMT | 1 |
I am using a dialogue based MFC pgm. I need the input panel only in some forms. How can i remove the input panel from the form created by MFC Wizard. Regards Kiron
|