| Thread | Last Post | Replies |
|
| How to DrawText by CLEARTYPE_QUALITY to a DIB that by CreateDIBSec | 27 Sep 2007 02:44 GMT | 1 |
Wheather the WinCE ClearType only support on DDB hdc? I am wondering why? CreateCompatibleBitmap then DrawText, the ClearType Text is OK. But CreateDIBSection, then DrawText is not OK?
|
| Resize window | 25 Sep 2007 21:00 GMT | 3 |
I use for the close a ToolbarWindow the ::DestroyWindow function but after the destroy I have also the window area (grey color). I have tried the ::SetWindowPos( this->GetSafeHwnd(), HWND_TOPMOST, 0, 0, 320, 240, SWP_SHOWWINDOW );
|
| EVC Compile error(mouse leave) | 24 Sep 2007 21:21 GMT | 1 |
Hi all, Now I want to do a control, but when I compile, it is ok in VC6. while it can not in EVC.this control in windows CE 5. d:\ccm_wa\s1xhzh\s1x_hwr\nav_sdk\source\fhwr\source\handwritingrecognitiontablet.cpp(21) : error C2065: 'WM_MOUSELEAVE' : undeclared identifie
|
| ReSize | 24 Sep 2007 21:21 GMT | 4 |
How do I block the resize of a window? I have tried with the SetWindowPos function but it does not work. I not want that my window has the ReSize blocked. Miky
|
| Using .reg file to import and export modifications | 24 Sep 2007 16:47 GMT | 1 |
I'd like to know if it's possible to use a reg file to modify a registry. Indeed i have a correct *.reg file and i would like to apply changes to others. I work on evc++, winCE5.0 and pxa270.
|
| WIN CE 4.2 Crash and Reboot | 24 Sep 2007 15:33 GMT | 3 |
I am new to WIN CE4.2 My application works fine with WIN CE for 2-3 hours but suddenly the device reboots. I am not able to debug this thing. I have checked my Memory Looks fine and remain constant throughout see below:
|
| New to Embedded C++ | 20 Sep 2007 23:21 GMT | 1 |
Hi, Can anyone tell me if there are any samples programs available. I need to develop an app that acts as a menu. All it will do is shell out to a different program, depending on what tthe user picks. Can anyone help?
|
| Class Name | 20 Sep 2007 16:22 GMT | 3 |
Hi.... How do I know the class name of an object like on the skyce++? A sample of Spyce++..... 0x44454 ("")(ToolBarWindow32) How do I know this class name ?
|
| How to display transparent PNG image file using Imaging Interface? | 20 Sep 2007 09:46 GMT | 3 |
Hello, everyone I want to display image file which is PNG format with the wince feature *imaging*, but the transparent part of image was filled with black color in my
|
| HANDLE of the controls | 19 Sep 2007 20:43 GMT | 1 |
How do I know the all HANDLE controls that has a window? Thanks for the support Miky
|
| How to rotate and resize images | 19 Sep 2007 09:25 GMT | 3 |
First , I apologize for my pool English. I had loaded images(include jpg, bitmap, png, gif) to hbitmap by Imaging API. Now, I have to zoom in、zoom out or rotate the image.
|
| Change the source of the system sound | 18 Sep 2007 18:16 GMT | 5 |
I have a question with regards to changing the source of the system sound. For example, the asterix wave sound for notification event. If i want to change the sound file, i'll go to wince control panel/sound system and change it using the dialog.
|
| .exp file | 17 Sep 2007 22:35 GMT | 15 |
I am building a DLL using embedded VC 4. There is a .exp file generated into the same folder of the output DLL file. I am wondering what is the usage of this file? How to control embedded VC not to generate this file?
|
| Activating a Driver using ActivateDeviceEx | 17 Sep 2007 21:47 GMT | 4 |
I'm trying to write a piece of code that activates a driver (xxx.dll) using ActivateDeviceEx. The code I have is actually reused (from CE3.0) and used RegisterDevice, but that doesn't work anymore. Q1: What are the registration parameters to be used in the registration?
|
| Hiding and Showing Menu Bar | 17 Sep 2007 20:45 GMT | 10 |
I've got a project where I want to maximize screen real-estate so I did some searching and found references to CommandBar_Show. Using this at the start of the application can hide the menu bar. However, my users will occasionally need the menu bar for settings and what-not. I ...
|