Click here to Skip to main content
15,887,135 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: What language should I use? Pin
John R. Shaw7-Dec-04 20:01
John R. Shaw7-Dec-04 20:01 
AnswerRe: What language should I use? Pin
Henry miller8-Dec-04 4:39
Henry miller8-Dec-04 4:39 
GeneralVery high processor usage when trying to make program flicker free Pin
Jinegelen7-Dec-04 14:04
Jinegelen7-Dec-04 14:04 
GeneralI forgot something Pin
Jinegelen7-Dec-04 14:20
Jinegelen7-Dec-04 14:20 
GeneralRe: Very high processor usage when trying to make program flicker free Pin
Ryan Binns7-Dec-04 17:58
Ryan Binns7-Dec-04 17:58 
GeneralRe: Very high processor usage when trying to make program flicker free Pin
Jinegelen8-Dec-04 1:03
Jinegelen8-Dec-04 1:03 
GeneralVisual C++ 7 Setting Debug exe Pin
Phil10267-Dec-04 13:08
Phil10267-Dec-04 13:08 
GeneralActivating a minimized window Pin
Vancouver7-Dec-04 12:10
Vancouver7-Dec-04 12:10 
I have a main dialog, which starts several modeless subdialogs.
All these can switch between each other, simply by SetFocus.

However, when a dialog is minimized, I can't bring it back from another (related) dialog.

When I click on its icon on the task bar to restore it (or press Alt-Tab), it receives WM_ACTIVATE, and then WM_COMMAND with SC_RESTORE.

I post WM_SYSCOMMAND with SC_RESTORE, and I post WM_ACTIVATE, it does not matter, and SetWindowPosition to the activating dialog, for following the minimized one in the z-order - all that does not help.

However, what makes it more interesting: IF the dialog, which wants to activate the minimized one loses the focus to any other, UNRELATED dialog, then WM_SYSCOMMAND with SC_RESTORE activates the minimized one.

It may be noteworthy, that the subdialogs have been Created with the desktop as parent (otherwise the main dialog always overlays the subdialogs).

Does anyone know more about this?
QuestionMultiple DataType in List? Pin
bitpusher7-Dec-04 11:19
bitpusher7-Dec-04 11:19 
Generalconverting MFC App to dll Pin
vinayakdl7-Dec-04 10:47
vinayakdl7-Dec-04 10:47 
Generalmonitoring window usage Pin
BlackDice7-Dec-04 10:21
BlackDice7-Dec-04 10:21 
GeneralRe: monitoring window usage Pin
David Crow8-Dec-04 3:09
David Crow8-Dec-04 3:09 
GeneralRe: monitoring window usage Pin
BlackDice10-Dec-04 4:09
BlackDice10-Dec-04 4:09 
QuestionHow/Where to Change MFC Default Menu? Pin
bitpusher7-Dec-04 8:35
bitpusher7-Dec-04 8:35 
AnswerRe: How/Where to Change MFC Default Menu? Pin
Neville Franks7-Dec-04 9:11
Neville Franks7-Dec-04 9:11 
GeneralUsing VisStudio 2003 to make a COM in C++ Pin
caronwill7-Dec-04 7:01
caronwill7-Dec-04 7:01 
GeneralNeed AfxFindResourceHandle method on Win32 API Pin
Eugene Pustovoyt7-Dec-04 6:55
Eugene Pustovoyt7-Dec-04 6:55 
GeneralRe: Need AfxFindResourceHandle method on Win32 API Pin
David Crow7-Dec-04 7:36
David Crow7-Dec-04 7:36 
GeneralRe: Need AfxFindResourceHandle method on Win32 API Pin
Eugene Pustovoyt7-Dec-04 8:06
Eugene Pustovoyt7-Dec-04 8:06 
GeneralRe: Need AfxFindResourceHandle method on Win32 API Pin
David Crow7-Dec-04 8:14
David Crow7-Dec-04 8:14 
GeneralRe: Need AfxFindResourceHandle method on Win32 API Pin
Neville Franks7-Dec-04 8:56
Neville Franks7-Dec-04 8:56 
GeneralGroup box repaint problem in MDI Child Window Pin
FreeSync7-Dec-04 6:52
sussFreeSync7-Dec-04 6:52 
GeneralRe: Group box repaint problem in MDI Child Window Pin
David Crow7-Dec-04 7:41
David Crow7-Dec-04 7:41 
GeneralRe: Group box repaint problem in MDI Child Window Pin
FreeSync7-Dec-04 8:26
sussFreeSync7-Dec-04 8:26 
GeneralRe: Group box repaint problem in MDI Child Window Pin
David Crow7-Dec-04 9:21
David Crow7-Dec-04 9:21 

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.