Click here to Skip to main content
15,900,110 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get the main module of any process? Pin
Code-o-mat28-Dec-08 4:42
Code-o-mat28-Dec-08 4:42 
GeneralRe: How to get the main module of any process? Pin
kcynic28-Dec-08 15:41
kcynic28-Dec-08 15:41 
GeneralRe: How to get the main module of any process? Pin
Code-o-mat28-Dec-08 21:59
Code-o-mat28-Dec-08 21:59 
AnswerRe: How to get the main module of any process? Pin
Hamid_RT28-Dec-08 5:21
Hamid_RT28-Dec-08 5:21 
GeneralRe: How to get the main module of any process? Pin
kcynic28-Dec-08 15:44
kcynic28-Dec-08 15:44 
QuestionOverlapping controls Pin
Moak28-Dec-08 2:47
Moak28-Dec-08 2:47 
AnswerRe: Overlapping controls Pin
Mark Salsbery28-Dec-08 4:52
Mark Salsbery28-Dec-08 4:52 
GeneralRe: Overlapping controls Pin
Moak28-Dec-08 6:33
Moak28-Dec-08 6:33 
Thanks for your feedback, Mark. I had a hard time figuring out how group boxes fit into these design limitations. The problems I have are not with user interactions (since there are none) but with redraw artefacts that occur sometimes, e.g. when moving another application window over my window.

Lessons learned: Do not overlap siblings or use WS_EX_TRANSPARENT, instead use client-parent hierarchies. Even HTML/DOM is more consistent and logical to use. Smile | :)


GeneralRe: Overlapping controls Pin
Mark Salsbery28-Dec-08 6:40
Mark Salsbery28-Dec-08 6:40 
Questionexecute a function? Pin
dec8227-Dec-08 22:57
dec8227-Dec-08 22:57 
AnswerRe: execute a function? Pin
Code-o-mat27-Dec-08 23:35
Code-o-mat27-Dec-08 23:35 
GeneralRe: execute a function? Pin
dec8227-Dec-08 23:44
dec8227-Dec-08 23:44 
GeneralRe: execute a function? [modified] Pin
Code-o-mat28-Dec-08 0:24
Code-o-mat28-Dec-08 0:24 
GeneralRe: execute a function? Pin
dec8228-Dec-08 3:46
dec8228-Dec-08 3:46 
GeneralRe: execute a function? Pin
Code-o-mat28-Dec-08 3:56
Code-o-mat28-Dec-08 3:56 
AnswerRe: execute a function? Pin
Hamid_RT28-Dec-08 0:03
Hamid_RT28-Dec-08 0:03 
AnswerRe: execute a function? Pin
CPallini28-Dec-08 2:45
mveCPallini28-Dec-08 2:45 
Questionstring and char? Pin
dec8227-Dec-08 22:36
dec8227-Dec-08 22:36 
AnswerRe: string and char? Pin
Hamid_RT28-Dec-08 0:08
Hamid_RT28-Dec-08 0:08 
AnswerRe: string and char? Pin
CPallini28-Dec-08 2:40
mveCPallini28-Dec-08 2:40 
QuestionSetWindowRgn For Text Or Label Pin
yytg27-Dec-08 20:23
yytg27-Dec-08 20:23 
AnswerRe: SetWindowRgn For Text Or Label Pin
Hamid_RT28-Dec-08 0:08
Hamid_RT28-Dec-08 0:08 
GeneralRe: SetWindowRgn For Text Or Label Pin
yytg28-Dec-08 2:04
yytg28-Dec-08 2:04 
AnswerRe: SetWindowRgn For Text Or Label Pin
Code-o-mat28-Dec-08 2:17
Code-o-mat28-Dec-08 2:17 
GeneralRe: SetWindowRgn For Text Or Label Pin
yytg28-Dec-08 6:53
yytg28-Dec-08 6:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.