| Thread | Last Post | Replies |
|
| Scrolling? | 23 Apr 2006 12:26 GMT | 6 |
I have been doing extensive VC++ programming, however I find myself learning eVC++ where I find there are some slight differences. If I want to scroll some text in my client area, I would do it one way with the traditional WM_VSCROLL to get the user's scroll bar clicking and then
|
| Using Infrared port as a remote control unit | 21 Apr 2006 22:28 GMT | 4 |
I need to develop a little program that controls some device using infrared just a normal remote unit. Has anyone some tip, stuff, link, idea, library, ddk to let me know??? THANK YOU VERY MUCH!!!
|
| GN_CONTEXTMENU PICTURE CONTROL | 21 Apr 2006 21:36 GMT | 1 |
I need to display a tooltip on a picture control, so I tried to get the GN_CONTEXTMENU event but im not getting the event... Is there any way I can get the tap and hold event on a picture control Thanks,
|
| Save CDC object to BMP file? | 21 Apr 2006 21:06 GMT | 1 |
I am the begineer for image programming in eVC. Now I am writing a program which want to have a area for user to sign their signature. I can now enable user to sign in the form area and get the CDC object. However, I have tried different methods but still can't save this ...
|
| File Interrupt plug-in in Windows CE 5.0 | 21 Apr 2006 16:36 GMT | 1 |
Hello Friends, I wanted to write an application for file intercept. The idea is that whenever a file read/write operation occurs on WinCE
|
| Ftp API for WinCE 4.2 of Arm processor | 21 Apr 2006 16:32 GMT | 1 |
I am developing a little program which use winInet api to access FTP server. It works very well in the emulator, but failed in the real device whose CPU is armv4i.
|
| How can I get the text of the edit control in a ComboBox? | 20 Apr 2006 16:25 GMT | 1 |
Hello everyone~ I can get the specified item's text using CComboBox::GetLBText( ), but I can not find the function or method to get the text of the edit control.
|
| Is the bug that CListctrl fixed? ( when LVS_EX_GRIDLINES set) | 20 Apr 2006 09:12 GMT | 5 |
Hello every one~ It's know that there is a bug in CListctrl when LVS_EX_GRIDLINES are set. I wonder whether it has been fixed. I need this fuction very much. Anyone knows please let me know how to fix it in eVC 4.0. Thanks in advanced.
|
| <Newbie> to eVC++ | 20 Apr 2006 07:35 GMT | 5 |
I have done extensive programming in VC++ on the desktop and was able to run C/C++ programs. However I am trying to start learning EVC++ and trying to get a simple C++ program to compile and I get the following error:
|
| Create file error when open LCD | 20 Apr 2006 07:14 GMT | 5 |
I'm try write a application to addjust LCD backlight.But it failed at the first step Create file.GetLastError return 161. Somesone can tell me what's wrong with it? Sorry for my poor english.
|
| ddraw.lib problem | 20 Apr 2006 00:43 GMT | 1 |
i need to build a application for Win CE. there is a call to DirectDrawCreate which need ddraw.lib how can get the library built for the emulator? i had a customized my OS Design and even added the catalog item
|
| (VS2005 C++) static member initialization bug | 19 Apr 2006 21:26 GMT | 7 |
I've found that some static member can not be initialized at run time (compile time?). here is the output of my test program. <pre>
|
| Load a JPEG | 19 Apr 2006 19:39 GMT | 7 |
I have seen several posts regarding this and most replies suggest looking at previous posts of similar topics. I did this and did not see an answer so I will try and be narrow the question down a bit. I am trying to using the image factory to read a JPEG and access the
|
| List of Process and states of this | 19 Apr 2006 09:43 GMT | 34 |
I want to know if we could find in a list of running process, a blocked process (like no response process). I know that we could find list of process and if they running or exiting but i don't know for the the "blocked state".
|
| Installation CAB File Problem | 19 Apr 2006 01:32 GMT | 4 |
When the user installed my application to thier storage card on the PDA (PPC 6700, Mobile 5) the CAB file was copied to the card but the OS failed to unpack and install the CAB file? The user tapped on the CAB file and the installation was completed with no problems. The ...
|