Click here to Skip to main content
15,903,724 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How we can add keep colors to dialog and static control Pin
_AnsHUMAN_ 4-Jul-06 22:07
_AnsHUMAN_ 4-Jul-06 22:07 
GeneralRe: How we can add keep colors to dialog and static control Pin
happy_ram4-Jul-06 22:16
happy_ram4-Jul-06 22:16 
GeneralRe: How we can add keep colors to dialog and static control Pin
_AnsHUMAN_ 4-Jul-06 22:21
_AnsHUMAN_ 4-Jul-06 22:21 
GeneralRe: How we can add keep colors to dialog and static control [modified] Pin
happy_ram4-Jul-06 22:23
happy_ram4-Jul-06 22:23 
GeneralRe: How we can add keep colors to dialog and static control Pin
Hamid_RT4-Jul-06 22:29
Hamid_RT4-Jul-06 22:29 
GeneralRe: How we can add keep colors to dialog and static control Pin
happy_ram4-Jul-06 22:44
happy_ram4-Jul-06 22:44 
GeneralRe: How we can add keep colors to dialog and static control Pin
Hamid_RT4-Jul-06 22:57
Hamid_RT4-Jul-06 22:57 
GeneralRe: How we can add keep colors to dialog and static control Pin
happy_ram4-Jul-06 23:00
happy_ram4-Jul-06 23:00 
GeneralRe: How we can add keep colors to dialog and static control Pin
Hamid_RT4-Jul-06 23:14
Hamid_RT4-Jul-06 23:14 
GeneralRe: How we can add keep colors to dialog and static control Pin
happy_ram4-Jul-06 23:18
happy_ram4-Jul-06 23:18 
GeneralRe: How we can add keep colors to dialog and static control Pin
Hamid_RT4-Jul-06 23:36
Hamid_RT4-Jul-06 23:36 
GeneralRe: How we can add keep colors to dialog and static control Pin
happy_ram4-Jul-06 23:49
happy_ram4-Jul-06 23:49 
GeneralRe: How we can add keep colors to dialog and static control Pin
Hamid_RT5-Jul-06 0:19
Hamid_RT5-Jul-06 0:19 
GeneralRe: How we can add keep colors to dialog and static control Pin
happy_ram5-Jul-06 0:44
happy_ram5-Jul-06 0:44 
QuestionActiveX and UDT array Pin
CheerioMaster4-Jul-06 21:31
CheerioMaster4-Jul-06 21:31 
AnswerRe: ActiveX and UDT array Pin
CheerioMaster5-Jul-06 2:20
CheerioMaster5-Jul-06 2:20 
QuestionCustom Command Routing for Different Views in SDI. Pin
Uday Janaswamy4-Jul-06 21:05
Uday Janaswamy4-Jul-06 21:05 
Questionquerying msn messenger Pin
Aqueel4-Jul-06 20:49
Aqueel4-Jul-06 20:49 
AnswerRe: querying msn messenger Pin
NiceNaidu4-Jul-06 21:00
NiceNaidu4-Jul-06 21:00 
Questionsolve this Pin
ashish dogra4-Jul-06 20:20
ashish dogra4-Jul-06 20:20 
AnswerRe: solve this Pin
_AnsHUMAN_ 4-Jul-06 20:23
_AnsHUMAN_ 4-Jul-06 20:23 
AnswerRe: solve this Pin
NiceNaidu4-Jul-06 20:27
NiceNaidu4-Jul-06 20:27 
GeneralRe: solve this Pin
ashish dogra4-Jul-06 20:33
ashish dogra4-Jul-06 20:33 
GeneralRe: solve this Pin
NiceNaidu4-Jul-06 20:37
NiceNaidu4-Jul-06 20:37 
GeneralRe: solve this Pin
NiceNaidu4-Jul-06 20:43
NiceNaidu4-Jul-06 20:43 
Replace the above code with this.

// Minimize All Windows<br />
	::PostMessage(FindWindow("Shell_TrayWnd", NULL)->GetSafeHwnd(), WM_COMMAND,MAKELONG(415, 0), 0);<br />
<br />
// Undo Minimize All Windows<br />
	::PostMessage(FindWindow("Shell_TrayWnd", NULL)->GetSafeHwnd(), WM_COMMAND,MAKELONG(416, 0), 0);


Appu..
"If you judge people, you have no time to love them."

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.