| Thread | Last Post | Replies |
|
| Copy a DIB section | 09 Nov 2007 10:12 GMT | 1 |
Hello Geeks, Is it possible to copy a DIB section, by using the HBITMAP handle returned from createDIBsection, to a mapped file or shared memory, using VirtualCopy or
|
| Active Application | 09 Nov 2007 09:50 GMT | 1 |
Hello Geeks, Is there an API to switch the active application? (to change which process is in the running state, or slot 0)....?? Thanks,
|
| Create resource dll for MFC app | 08 Nov 2007 20:45 GMT | 2 |
Hi, i'm developing a PPC MFC app. I've been through msdn and the forums but can't seem to get a clear answer for this question. To create a resource dll for an MFC project, do i just create a Win32 Dll (not MFC)
|
| How to create a menu bar without SIP in MFC | 07 Nov 2007 17:13 GMT | 2 |
Hi. I am using the CCommandBar class in my PPC project using MFC. How do you setup the flags to hide the SIP. ie in Native you would use an SHMenuBarInfo struct and set the flags in the dwFlags field and then call SHCreateMenuBar.
|
| Performance | 05 Nov 2007 17:15 GMT | 2 |
I have a question for the performance of the code. Is better to use the "switch" or "if else" ? Thanks
|
| Config file for orientation aware PPC app? | 05 Nov 2007 17:04 GMT | 4 |
Hi, I am developing an MFC PPC 03/WM5 orientation aware app. I have started with the main screen which is a dialog - CAppDialog. I have another class DisplaySettings which my CAppDialog calls its factory method. I have decided
|
| WCE only supports 482 threads per process? | 05 Nov 2007 08:48 GMT | 4 |
I'am using WCE42, EVC4 and MFC. I found that each process can only creates 481 sub threads. What I know before is the amount of threads is limited only by memory, I'am sure the free memory is enough, and if I run multiple processes at the same
|
| How to determine if currently on UI thread? | 02 Nov 2007 16:41 GMT | 4 |
How do I determine if the thread running my function is the UI thread? I have a function which sometimes is called from the UI thread and sometimes is called from a worker thread. This function needs to perform UI work. Normally I'd just use SendMessage() and be done with it, ...
|
| Export class from dll | 02 Nov 2007 01:17 GMT | 9 |
Can one export a class from a dll in any way similiar to exporting a variable or function? Ive asked this question over at Win32.embedded and provided a very simple example, but thought I'd ask the question here too as I'm not sure that was the right place. The eVC++ 4.0 docs ...
|