| Thread | Last Post | Replies |
|
| len problem | 19 Oct 2007 15:18 GMT | 4 |
Sorry if this question is stupid..... but I not understand the problem. Why the len of the string is (LEN_A) 4 if sizeof() and 24 (LEN_B) if strlen() what the string len is 35? Thanks very much
|
| Why no response? | 18 Oct 2007 09:38 GMT | 1 |
I install the evc 4.0 with sp4.0 It could start. but after I new a project it no response in
|
| Button not repainting | 17 Oct 2007 09:32 GMT | 4 |
Hi, I have 3 OwnerDraw buttons in my PocketpC app with small bitmaps on them. I have derived from the CButton class and they contained in a CDialog derived class. I have overidden DrawItem and paint my bitmap in there.
|
| Can we do IO operation outportb from ap layer ? | 17 Oct 2007 09:27 GMT | 1 |
I got only Dos 6.22 <dos.h> support outportb, Win98 ME <conio.h> support _outp. Can any other function do this IO operation on WinCE/XPE ? Should I write a driver or get some third party library to approach it ?
|
| ISR and dynamicaly allocated memory | 17 Oct 2007 07:21 GMT | 5 |
I need to write an instalable ISR to handle a device and i need to create data structures to comunicate with the IST. I am not sure of what i can use in my ISR to create these data structures. on the information i found i saw that an instalable ISR needs to be "DLL must be self ...
|
| CEPWCLI.exe | 17 Oct 2007 02:05 GMT | 6 |
Just a question. I have encounter an error from CEPWCLI.exe. After a search on MSDN, i found it to be part of the remote process viewer. So is it safe to say that the cause error could be due to when I'm trying to use process viewer?
|
| Transparent button | 16 Oct 2007 14:26 GMT | 9 |
Hi, I'm developing a PPC app. I want my button to have the same background as my dialog. The dialog does not have an image. Is there a simpel way to do this with CButton. Thanks
|
| eVC debugger problem | 16 Oct 2007 14:02 GMT | 1 |
I have an issue with the debugger, up to a few months ago I could connect to my CE device without any probllems to attach to a process and then debug. But now we're getting the error "Toolhelp.dll cannot be copied". This did not happen before. The only change in that sector was ...
|
| Moving text on CListCtrl | 15 Oct 2007 20:19 GMT | 8 |
Hi, I'm developing a PocketPC app using MFC. I've managed to get the CListCtrl working in large Icon mode. This is almost what i want. ie 3 items with icons in a vertical list. However the Large Icon view puts the
|
| convert double in single byte | 15 Oct 2007 19:56 GMT | 6 |
Hi all.... How do I convert the double in single bytes? Sample: I have this double
|
| read a short | 15 Oct 2007 15:23 GMT | 1 |
How do I read a individually byte of the short ? Thanks Miky
|
| Icon size with CListCtrl | 11 Oct 2007 12:40 GMT | 1 |
Hi, Is it possible to use custom icon sizes with the CListCtrl MFC class. We need to support upto 96x96 for the higher DPIs. m_listctrl.SetImageList(m_pImageList, LVSIL_NORMAL); I've assumed the LVSIL_NORMAL is only for 32x32. So how do i use
|
| How to directly pass bitmap bits into PushPixelData call... | 11 Oct 2007 03:22 GMT | 8 |
I am struggling some days with the following issue. The goal is to paint to a memory bitmap and save this bitmap into a JPG file using the Imaging library. Included below are two code clips that should do it...
|
| Icon with text control | 10 Oct 2007 18:54 GMT | 2 |
Hi, I'm a bit new to MFC. I'm developing a PPC03, SP03 and WM5 app On the main screen i need a control which has an icon and some text horizontally next to it. Basically like the way the items are displayed in Programs or Settings
|
| how to capture key event before other applications has it? | 09 Oct 2007 19:40 GMT | 1 |
How do I capture all the key events, then pass to other applications? My idea is when user press a special key combination(like ctrl+alt+i), then my application will send message to another application, even my application is at background.
|