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_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 
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 
You need to use SystemParametersInfo with the SPI_GETWORKAREA value: Retrieves the size of the work area on the primary display monitor. The work area is the portion of the screen not obscured by the system taskbar or by application desktop toolbars. The pvParam parameter must point to a RECT structure that receives the coordinates of the work area, expressed in virtual screen coordinates.
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 
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 

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.