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

C / C++ / MFC

 
QuestionHow get net screen size? Pin
IlanTal20-Jul-06 1:40
IlanTal20-Jul-06 1:40 
AnswerRe: How get net screen size? Pin
rod naR20-Jul-06 1:59
rod naR20-Jul-06 1:59 
AnswerRe: How get net screen size? Pin
Ștefan-Mihai MOGA20-Jul-06 2:02
professionalȘtefan-Mihai MOGA20-Jul-06 2:02 
AnswerRe: How get net screen size? Pin
Abhi Lahare20-Jul-06 2:25
Abhi Lahare20-Jul-06 2:25 
Questionminimize all windows Pin
ashish dogra20-Jul-06 1:33
ashish dogra20-Jul-06 1:33 
AnswerRe: minimize all windows Pin
goodoljosh198020-Jul-06 1:35
goodoljosh198020-Jul-06 1:35 
GeneralRe: minimize all windows Pin
ashish dogra20-Jul-06 1:39
ashish dogra20-Jul-06 1:39 
GeneralRe: minimize all windows Pin
goodoljosh198020-Jul-06 1:42
goodoljosh198020-Jul-06 1:42 
You can accomplish this in three calls then...the PostMessage commands you have (will minimize all windows except the dialog calling it).

Then use ShowWindow(SW_MINIMIZE) to minimize the current window.
GeneralRe: minimize all windows Pin
ashish dogra20-Jul-06 1:51
ashish dogra20-Jul-06 1:51 
AnswerRe: minimize all windows Pin
goodoljosh198020-Jul-06 1:55
goodoljosh198020-Jul-06 1:55 
QuestionRe: minimize all windows Pin
David Crow20-Jul-06 3:47
David Crow20-Jul-06 3:47 
AnswerRe: minimize all windows Pin
earl20-Jul-06 3:51
earl20-Jul-06 3:51 
AnswerRe: minimize all windows Pin
ThatsAlok21-Jul-06 1:18
ThatsAlok21-Jul-06 1:18 
QuestionMultiByteToWideChar Pin
tanarnelinistit20-Jul-06 1:31
tanarnelinistit20-Jul-06 1:31 
AnswerRe: MultiByteToWideChar Pin
Jetli Jerry20-Jul-06 1:41
Jetli Jerry20-Jul-06 1:41 
AnswerRe: MultiByteToWideChar Pin
Steve S20-Jul-06 1:44
Steve S20-Jul-06 1:44 
AnswerRe: MultiByteToWideChar Pin
bosfan20-Jul-06 1:49
bosfan20-Jul-06 1:49 
AnswerRe: MultiByteToWideChar Pin
Naveen20-Jul-06 1:50
Naveen20-Jul-06 1:50 
GeneralRe: MultiByteToWideChar Pin
tanarnelinistit20-Jul-06 3:23
tanarnelinistit20-Jul-06 3:23 
QuestionRe: MultiByteToWideChar Pin
David Crow20-Jul-06 3:49
David Crow20-Jul-06 3:49 
AnswerRe: MultiByteToWideChar Pin
tanarnelinistit20-Jul-06 3:54
tanarnelinistit20-Jul-06 3:54 
GeneralRe: MultiByteToWideChar Pin
Naveen20-Jul-06 17:27
Naveen20-Jul-06 17:27 
QuestionDate and Time Picker Pin
goodoljosh198020-Jul-06 1:27
goodoljosh198020-Jul-06 1:27 
AnswerRe: Date and Time Picker Pin
krmed20-Jul-06 2:24
krmed20-Jul-06 2:24 
AnswerRe: Date and Time Picker Pin
-Dy20-Jul-06 2:31
-Dy20-Jul-06 2:31 

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.