Click here to Skip to main content
15,914,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Handle Show Desktop in MFC. Pin
Le@rner1-Mar-09 20:16
Le@rner1-Mar-09 20:16 
QuestionRe: Handle Show Desktop in MFC. Pin
grassrootkit1-Mar-09 20:29
grassrootkit1-Mar-09 20:29 
AnswerRe: Handle Show Desktop in MFC. Pin
Le@rner1-Mar-09 20:33
Le@rner1-Mar-09 20:33 
GeneralRe: Handle Show Desktop in MFC. Pin
grassrootkit1-Mar-09 21:08
grassrootkit1-Mar-09 21:08 
GeneralRe: Handle Show Desktop in MFC. Pin
Le@rner1-Mar-09 21:24
Le@rner1-Mar-09 21:24 
AnswerRe: Handle Show Desktop in MFC. Pin
Eytukan1-Mar-09 21:02
Eytukan1-Mar-09 21:02 
GeneralRe: Handle Show Desktop in MFC. Pin
Le@rner1-Mar-09 21:30
Le@rner1-Mar-09 21:30 
GeneralRe: Handle Show Desktop in MFC. Pin
Le@rner2-Mar-09 1:10
Le@rner2-Mar-09 1:10 
VuNic wrote:
#define MIN_ALL 419#define MIN_ALL_UNDO 416 //the other option.void minAll(){HWND lHwnd = FindWindow(L"Shell_TrayWnd",NULL);SendMessage(lHwnd,WM_COMMAND,MIN_ALL,0);}


i have try this code,this use to minimize all windows.

but i want if all windows are minimized than i do sumthing like Show messagebox.

my aim not to minimize all windows,i want to catch the message when all windows are minimized.

To accomplish great things, we must not only act, but also dream;
not only plan, but also believe.

AnswerRe: Handle Show Desktop in MFC. Pin
Nishad S1-Mar-09 21:57
Nishad S1-Mar-09 21:57 
GeneralRe: Handle Show Desktop in MFC. Pin
Le@rner1-Mar-09 22:03
Le@rner1-Mar-09 22:03 
GeneralRe: Handle Show Desktop in MFC. Pin
Nishad S1-Mar-09 22:12
Nishad S1-Mar-09 22:12 
GeneralRe: Handle Show Desktop in MFC. Pin
Iain Clarke, Warrior Programmer2-Mar-09 4:03
Iain Clarke, Warrior Programmer2-Mar-09 4:03 
QuestionText Fle Filter Pin
rdop1-Mar-09 17:14
rdop1-Mar-09 17:14 
AnswerRe: Text Fle Filter Pin
_AnsHUMAN_ 1-Mar-09 17:28
_AnsHUMAN_ 1-Mar-09 17:28 
AnswerRe: Text Fle Filter Pin
«_Superman_»1-Mar-09 17:31
professional«_Superman_»1-Mar-09 17:31 
GeneralRe: Text Fle Filter Pin
rdop1-Mar-09 18:57
rdop1-Mar-09 18:57 
GeneralRe: Text Fle Filter Pin
Nishad S1-Mar-09 19:12
Nishad S1-Mar-09 19:12 
AnswerRe: Text Fle Filter Pin
Jijo.Raj1-Mar-09 21:52
Jijo.Raj1-Mar-09 21:52 
AnswerRe: Text Fle Filter Pin
Le@rner2-Mar-09 0:36
Le@rner2-Mar-09 0:36 
QuestionIs it possible to convert part of source code to library? Pin
sunny_vc1-Mar-09 15:22
sunny_vc1-Mar-09 15:22 
AnswerRe: Is it possible to convert part of source code to library? Pin
Garth J Lancaster1-Mar-09 15:55
professionalGarth J Lancaster1-Mar-09 15:55 
AnswerRe: Is it possible to convert part of source code to library? Pin
sunny_vc1-Mar-09 16:20
sunny_vc1-Mar-09 16:20 
AnswerRe: Is it possible to convert part of source code to library? Pin
Stuart Dootson1-Mar-09 21:59
professionalStuart Dootson1-Mar-09 21:59 
QuestionVC++ 6 Reading MS Excel fields Pin
RDEPTYLTD1-Mar-09 13:53
RDEPTYLTD1-Mar-09 13:53 
AnswerRe: VC++ 6 Reading MS Excel fields Pin
Dmytro Skrypnyk23-Mar-09 11:56
Dmytro Skrypnyk23-Mar-09 11:56 

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.