| Thread | Last Post | Replies |
|
| Resource issues (1 of 2): Manual edits to resource.h | 18 Mar 2005 21:21 GMT | 1 |
Does anyone know if there's an eVC setting to stop sorting resource.h by the ID number? I'd like to manually order some of my ID's but I don't want to do that if my first change back in the eVC IDE is going to reorder them for me.
|
| Resource issues (1 of 2): Constants in .rc file | 18 Mar 2005 21:21 GMT | 2 |
Does anyone know if eVC supports constants in the .rc file? I'm working in a dialog-intense app and I'd like to have a few constants for common x- and y- control positions. Is this possible?
|
| Strange BitBlt problem, or bad usage ? | 17 Mar 2005 23:34 GMT | 2 |
I'm sorry if I post in the wrong group or too many groups but I think this question has not been answered before... a) To start, I have a working piece of code. It copies a bitmap on screen, and then two other images with some
|
| evc4 : CheckBox / Radio Button | 17 Mar 2005 23:17 GMT | 1 |
Hi, I'm working under evc++4 sp2. I've created a dialog unsing CreateDialog, I use callback functions and I don't work with classwizzard in my application. I've added in a DialogBox a CheckBox.
|
| eVC 4 and PPC 2002 | 17 Mar 2005 23:17 GMT | 3 |
Will embedded visual c apps run ok on pocket pc 2002? Thanks
|
| Loading Bitmap on Scroll Bar(arrow Button, Channels and Thumb) | 17 Mar 2005 21:37 GMT | 1 |
I am trying to create a customized scroll Bar with self skinned in embedded vc++. For Button Control I have used DrawItem.For scroll bar how i have to do.I have seen a sample with colored arrow button, channels, and thumb. Instead of color I wants to load a bitmap for
|
| STL | 17 Mar 2005 18:18 GMT | 1 |
I want to use STL in Windows CE application. We use Embedded Visual C++ Version 4.0 for application and Microsoft Platform Builder 4.2 for PB. 1. Do they support STL. 2. If they do, do I have to load some library to suport STL.
|
| Driver Exports issue | 17 Mar 2005 18:15 GMT | 4 |
I have a NDIS intermediate driver that I would like to report the state of by a series of booleans which have exported methods associated with it, such as GetAODVStatus() etc. This status is retrieved by a Today Screen plugin, which imports those function calls. Unfortunately, I ...
|
| platform manager 4 won't install | 16 Mar 2005 20:37 GMT | 2 |
I am having problems installing evc4 on my new laptop. I get a message saying to disable pae on my machine by removing the /pae switch from boot.ini but my boot file doesn't even have that. Is there a work around for this problem so I can bet eVC loaded?
|
| how to write bluetooth device driver | 16 Mar 2005 20:06 GMT | 4 |
i must write a bluetooth device driver. Have you some documentation? thanks
|
| Problem running application in Emulator. Em.dll | 16 Mar 2005 19:17 GMT | 1 |
Hi. I've recently tried porting a Windows (console) application to Windows CE (5.0 Evaluation version), but I've run into a problem. The application compiles and links ok, but when I try to run / debug it, it downloads the files to the emulator, and then I get the following
|
| Grid control, recommendation... | 16 Mar 2005 18:49 GMT | 2 |
I'm in the early stages of GUI layout for a new feature. Currently, I imagine a presentation of rows of data, with each row containing a combo box (may need to be enabled/disabled depending on the row), an edit control (ditto), and a check box (ditto). For some rows, the whole ...
|
| Getting Messages from Windows in a loop | 16 Mar 2005 17:29 GMT | 2 |
I have a long loop For, but I need to atend windows messages within this loop. I tried every thing I know, GetMessage, DispatchMessage, PeekMessage, Lok for that question in the newsgroup, etc, etc, but I can't recognice when the user click on a button while the program is in the ...
|
| Is GetSystemPowerStatusEx2 gone? | 16 Mar 2005 16:41 GMT | 1 |
I had installed eVC 4.0 with sp4 and Standard SDK for WinCE 5.0. The eVC can't find the definition of GetSystemPowerStatusEx2 in the Winbase.h when I compiling my code. Certainly, \program files\windows CE Tools\wce500\StandardSDK_500\Include\Armv4i\Winbase.h doesn't have ...
|
| Transparent Images in TreeView | 16 Mar 2005 12:11 GMT | 2 |
After another evening of going the documentation up and down and erasing all unsuspicious errors, I eventually managed to get a TreeView filled with items. And this brought me right to the next issue.
|