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

C / C++ / MFC

 
GeneralRe: how to get all invoked system API of a program Pin
George_George20-Jul-06 17:23
George_George20-Jul-06 17:23 
GeneralRe: how to get all invoked system API of a program Pin
David Crow21-Jul-06 2:42
David Crow21-Jul-06 2:42 
GeneralRe: how to get all invoked system API of a program Pin
George_George24-Jul-06 0:29
George_George24-Jul-06 0:29 
GeneralRe: how to get all invoked system API of a program Pin
David Crow24-Jul-06 2:42
David Crow24-Jul-06 2:42 
GeneralRe: how to get all invoked system API of a program Pin
George_George25-Jul-06 2:12
George_George25-Jul-06 2:12 
GeneralRe: how to get all invoked system API of a program Pin
David Crow25-Jul-06 2:33
David Crow25-Jul-06 2:33 
GeneralRe: how to get all invoked system API of a program Pin
George_George25-Jul-06 21:32
George_George25-Jul-06 21:32 
QuestionHow get net screen size? Pin
IlanTal20-Jul-06 1:40
IlanTal20-Jul-06 1:40 
I've got an application which I want to fit into the y dimension of the screen. The function:
cyMon = ::GetSystemMetrics( SM_CYSCREEN);
gives me the screen dimension, but I want the net dimension not including the task bar, if the task bar isn't being auto-hidden.
I see that if I hit the maximize button, the system is clever enough to take into consideration whether or not the task bar is displayed.
If I could somehow get the system to tell me what its maximize size it, that would give me the answer. The GetSystemMetrics gives me the same answer, with and without the task bar.
Does anyone know the appropriate call?

Thanks,
Ilan
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 
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 

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.