Click here to Skip to main content
15,902,114 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to get the main module of any process? [modified] Pin
kcynic28-Dec-08 15:37
kcynic28-Dec-08 15:37 
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 
I would say group boxes are a special case, since they draw properly
even with overlapped controls.

Groupboxes are not actual controls - there isn't a groupbox control
in the Win32 control library. A groupbox is a special case of
a static control, and I would expect you won't see too many problems
overlapping controls on static controls since static controls don't
interact with the user.

As far as overlapping controls go, I'd worry more about this:

"Another consequence of having overlapping controls is that the
user of the application may be confused, because clicking the mouse
in the common area may not activate the control that the user intended
to activate.
"

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Overlapping controls Pin
Moak28-Dec-08 6:33
Moak28-Dec-08 6:33 
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 

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.