Click here to Skip to main content
15,915,513 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: The Need for speed Pin
will138317-Dec-02 5:27
will138317-Dec-02 5:27 
GeneralRe: The Need for speed Pin
KaЯl17-Dec-02 7:09
KaЯl17-Dec-02 7:09 
GeneralExtTextOut drawing landscape... Pin
Braulio Dez17-Dec-02 3:27
Braulio Dez17-Dec-02 3:27 
GeneralRe: ExtTextOut drawing landscape... Pin
Nitron17-Dec-02 3:32
Nitron17-Dec-02 3:32 
GeneralResizing CFormView with Status Bar and Toolbar Pin
Jonah Bishop17-Dec-02 3:28
Jonah Bishop17-Dec-02 3:28 
GeneralRe: Resizing CFormView with Status Bar and Toolbar Pin
Nitron17-Dec-02 3:36
Nitron17-Dec-02 3:36 
GeneralRe: Resizing CFormView with Status Bar and Toolbar Pin
Jonah Bishop17-Dec-02 3:58
Jonah Bishop17-Dec-02 3:58 
GeneralRe: Resizing CFormView with Status Bar and Toolbar Pin
Nitron17-Dec-02 4:01
Nitron17-Dec-02 4:01 
int x_size = GetSystemMetrics(SM_CXSCREEN);
int y_size = GetSystemMetrics(SM_CYSCREEN);

int x_max = GetSystemMetrics(SM_CXMAXIMIZED);
int y_max = GetSystemMetrics(SM_CYMAXIMIZED);

int yToolbar = y_size - y_max;

I think...

- Nitron


"Those that say a task is impossible shouldn't interrupt the ones who are doing it." - Chinese Proverb
GeneralRe: Resizing CFormView with Status Bar and Toolbar Pin
Jonah Bishop17-Dec-02 4:23
Jonah Bishop17-Dec-02 4:23 
General_stdcall question Pin
ns17-Dec-02 3:03
ns17-Dec-02 3:03 
GeneralRe: _stdcall question Pin
Joaquín M López Muñoz17-Dec-02 3:08
Joaquín M López Muñoz17-Dec-02 3:08 
GeneralRe: _stdcall question Pin
ns17-Dec-02 3:15
ns17-Dec-02 3:15 
GeneralRe: _stdcall question Pin
ns17-Dec-02 3:27
ns17-Dec-02 3:27 
GeneralRe: _stdcall question Pin
Joaquín M López Muñoz17-Dec-02 3:33
Joaquín M López Muñoz17-Dec-02 3:33 
GeneralRe: _stdcall question Pin
ns17-Dec-02 3:44
ns17-Dec-02 3:44 
GeneralRe: _stdcall question Pin
Joaquín M López Muñoz17-Dec-02 5:54
Joaquín M López Muñoz17-Dec-02 5:54 
GeneralRe: _stdcall question Pin
Chris Richardson17-Dec-02 14:10
Chris Richardson17-Dec-02 14:10 
GeneralRe: _stdcall question -Thanks! Pin
ns18-Dec-02 1:17
ns18-Dec-02 1:17 
GeneralRe: _stdcall question -Thanks! Pin
Chris Richardson18-Dec-02 7:17
Chris Richardson18-Dec-02 7:17 
GeneralRe: _stdcall question -Thanks! Pin
ns18-Dec-02 9:12
ns18-Dec-02 9:12 
GeneralPointer to a pointer question Pin
pankajdaga17-Dec-02 2:49
pankajdaga17-Dec-02 2:49 
GeneralRe: Pointer to a pointer question Pin
Bangerman17-Dec-02 3:07
Bangerman17-Dec-02 3:07 
GeneralRe: Pointer to a pointer question Pin
pankajdaga17-Dec-02 3:29
pankajdaga17-Dec-02 3:29 
GeneralRe: Pointer to a pointer question Pin
Nitron17-Dec-02 3:39
Nitron17-Dec-02 3:39 
GeneralRe: Pointer to a pointer question Pin
pankajdaga17-Dec-02 3:44
pankajdaga17-Dec-02 3:44 

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.