Click here to Skip to main content
15,901,982 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: General Dialog Size Question Pin
sweep12319-Oct-04 1:07
sweep12319-Oct-04 1:07 
GeneralRe: General Dialog Size Question Pin
benjymous19-Oct-04 1:52
benjymous19-Oct-04 1:52 
GeneralRe: General Dialog Size Question Pin
Vikram Kashyap19-Oct-04 2:05
Vikram Kashyap19-Oct-04 2:05 
GeneralRe: General Dialog Size Question Pin
David Crow19-Oct-04 2:33
David Crow19-Oct-04 2:33 
QuestionGet the x and y pixelsize of the screen? Pin
anderslundsgard18-Oct-04 23:54
anderslundsgard18-Oct-04 23:54 
AnswerRe: Get the x and y pixelsize of the screen? Pin
Cedric Moonen18-Oct-04 23:59
Cedric Moonen18-Oct-04 23:59 
AnswerRe: Get the x and y pixelsize of the screen? Pin
Murlai19-Oct-04 0:06
Murlai19-Oct-04 0:06 
GeneralRe: Get the x and y pixelsize of the screen? Pin
Vikram Kashyap19-Oct-04 2:15
Vikram Kashyap19-Oct-04 2:15 
Poke tongue | ;-P
Use this one...

int cx = GetSystemMetrics(SM_CXSCREEN); // return the width in pixels
int cy = GetSystemMetrics(SM_CYSCREEN); // return the height in pixels




Vikram Kashyap
Sr. Software Engineer
TechBooks International
R&D Division
GeneralRe: Get the x and y pixelsize of the screen? Pin
anderslundsgard19-Oct-04 4:43
anderslundsgard19-Oct-04 4:43 
AnswerRe: Get the x and y pixelsize of the screen? Pin
Juan Antonio Bermejo19-Oct-04 4:39
Juan Antonio Bermejo19-Oct-04 4:39 
GeneralShellExecute Pin
Maxime Labelle18-Oct-04 23:49
Maxime Labelle18-Oct-04 23:49 
GeneralRe: ShellExecute Pin
RobJones19-Oct-04 5:26
RobJones19-Oct-04 5:26 
Generalself-executable zip file Pin
includeh1018-Oct-04 23:46
includeh1018-Oct-04 23:46 
GeneralRe: self-executable zip file Pin
benjymous19-Oct-04 2:07
benjymous19-Oct-04 2:07 
GeneralOleMainThreadWndName Pin
shiraztk18-Oct-04 23:31
shiraztk18-Oct-04 23:31 
GeneralRe: OleMainThreadWndName Pin
Lim Bio Liong18-Oct-04 23:36
Lim Bio Liong18-Oct-04 23:36 
GeneralRe: OleMainThreadWndName Pin
shiraztk18-Oct-04 23:56
shiraztk18-Oct-04 23:56 
GeneralRe: OleMainThreadWndName Pin
Lim Bio Liong19-Oct-04 0:13
Lim Bio Liong19-Oct-04 0:13 
GeneralRe: OleMainThreadWndName Pin
shiraztk19-Oct-04 0:31
shiraztk19-Oct-04 0:31 
GeneralRe: OleMainThreadWndName Pin
Lim Bio Liong19-Oct-04 0:58
Lim Bio Liong19-Oct-04 0:58 
GeneralRe: OleMainThreadWndName Pin
shiraztk19-Oct-04 1:16
shiraztk19-Oct-04 1:16 
GeneralRe: OleMainThreadWndName Pin
shiraztk20-Oct-04 0:27
shiraztk20-Oct-04 0:27 
Questionfrom C++ header files to UML class diagrams? Pin
T.T.H.18-Oct-04 23:15
T.T.H.18-Oct-04 23:15 
Generalcheck keyword at the end of a line Pin
td8018-Oct-04 23:09
td8018-Oct-04 23:09 
GeneralRe: check keyword at the end of a line Pin
David Crow19-Oct-04 2:39
David Crow19-Oct-04 2:39 

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.