| Thread | Last Post | Replies |
|
| compiler error eVC ARMV4I (Version 4.0, SP3) | 19 May 2004 22:33 GMT | 9 |
//there is an compiler error with packed structs on ARMV4 //the following test code reproduce the erro #pragma pack(1 struct S
|
| A Question about .lnk file. | 19 May 2004 20:05 GMT | 1 |
Hi,al This a shortcut in my pocket pc windows\startup folder xxx.ln 31#:Application\autorun.ex
|
| how can find the archives subject | 19 May 2004 19:18 GMT | 2 |
i need to serch in our newsgroup to find the history subject, how can i do this? thanks
|
| Dialog Box Color | 19 May 2004 16:00 GMT | 3 |
Can the background color of a CDialog derived Dialog Box be changed at runtime?
|
| Getting a Pointer to a Resource File Created Object | 19 May 2004 11:59 GMT | 1 |
In the resource file there is this line: CONTROL 137,IDC_SUM_AL_SS,"Static",SS_BITMAP | NOT WS_VISIBLE,7, 116,431,47 If I understand correctly this will cause the creation of a CStatic Control
|
| Close a program in PPC 2003 | 19 May 2004 10:49 GMT | 1 |
Close a program in PPC 2003 through press the close button that top right corner in the window, but it isnot real to exit process. Now, I want to exit the process through press it. How to do it?
|
| assebler in eMbedded Visual C++ | 19 May 2004 00:47 GMT | 2 |
Hi, does anyone know how to include an assembler instruction in eMbedded Visual C++ I have tried tu use __asm keyword but it says "nonstandard extension used: '__asm' keyword not supported in this product
|
| How to make my program invisible for "Running programs" dialog? | 18 May 2004 22:19 GMT | 2 |
How to make program invisible for Settings->Memory->Running programs dialog? I want that user could not interrupt my process. Program must have several windows, visible for user. Thanks!
|
| srand & time.h - doesn't seem to work. | 18 May 2004 21:59 GMT | 2 |
I've looked up srand() in the eVC++4 documentation and I get a neat little snippet of code: #include <time.h> srand( (unsigned)time( NULL ) );
|
| PocketPC2003: FullScreen with SIP without the command/Menu bar | 18 May 2004 13:01 GMT | 1 |
I'm trying to make an application that is full screen but with the SIP always open. The only problem I have is that the command/menu bar always comes back and the last line of the sip is hidden underneath.
|
| Transparent Images | 18 May 2004 12:35 GMT | 2 |
What is the best way to display a bitmap so its background is transparent while maintaining the convenience of positioning it using the resource editor? Can the transparent color be specified in the resource file?
|
| Changing A Picture's Visible Property | 18 May 2004 11:26 GMT | 1 |
I need to be able to change the visible property of a picture to make it appear and disappear under program control. How is this done? These are bitmaps in a dialog box. I assume the SendMessage() function must be sent to the Dialog Box the pictures are in. But I cannot find in ...
|
| Why isn't my exception getting caught? | 18 May 2004 10:56 GMT | 7 |
ms evc v 3.0 In the following, the function was entered without the file being opened previously. Running in the emulator, the program stopped with a system error message complained about the file not existing. My exception block was never
|
| WinCE DirectX SDK | 18 May 2004 00:51 GMT | 7 |
Where is the DirectX SDK for WinCE? Are there DirectDraw code examples for Windows CE Does Microsoft offer any SDK's or code examples for DirectX WinCE programming? Where are the WinCE DirectX books?
|
| Clearing Screen after Drawing | 17 May 2004 19:42 GMT | 1 |
I am starting to get the hang of drawing lines, ellipses, and text to the screen. For my app I have to draw a compass to the screen and keep updating it. My question is how do I erease what is already on the screen.
|