Click here to Skip to main content
16,013,440 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Multiple Threads Pin
Alexander M.,24-Jul-03 6:49
Alexander M.,24-Jul-03 6:49 
GeneralRe: Multiple Threads Pin
John M. Drescher24-Jul-03 6:55
John M. Drescher24-Jul-03 6:55 
GeneralRe: Multiple Threads Pin
Alexander M.,25-Jul-03 2:33
Alexander M.,25-Jul-03 2:33 
GeneralRe: Multiple Threads Pin
Dangleberry25-Jul-03 3:52
sussDangleberry25-Jul-03 3:52 
Generaldetecting screen display area Pin
Shay Harel24-Jul-03 4:16
Shay Harel24-Jul-03 4:16 
GeneralRe: detecting screen display area Pin
Iain Clarke, Warrior Programmer24-Jul-03 4:29
Iain Clarke, Warrior Programmer24-Jul-03 4:29 
GeneralRe: detecting screen display area Pin
Shay Harel24-Jul-03 4:48
Shay Harel24-Jul-03 4:48 
GeneralRe: detecting screen display area Pin
Frank K24-Jul-03 4:30
Frank K24-Jul-03 4:30 
Hi Shay,

1) if you meening with display area your main-window call GetWindowRect() to get the size of your main-window.

2) if your display area the screen then call GetDeviceCaps(...) with HORZRES or VERTRES to get the size in Pixel (x and y) for your screen.

Then calc the size of your 3/4 Window and set the new size for it with SetWindowPos(...).

Regards
Frank
QuestionHow to get data from a retrieve data from a list box (activeX control) Pin
Deepak Samuel24-Jul-03 3:55
Deepak Samuel24-Jul-03 3:55 
AnswerRe: How to get data from a retrieve data from a list box (activeX control) Pin
Michael P Butler24-Jul-03 6:42
Michael P Butler24-Jul-03 6:42 
GeneralTwo dimensional array problem Pin
superstein24-Jul-03 3:02
superstein24-Jul-03 3:02 
GeneralRe: Two dimensional array problem Pin
Alexander M.,24-Jul-03 3:06
Alexander M.,24-Jul-03 3:06 
GeneralRe: Two dimensional array problem Pin
John M. Drescher24-Jul-03 3:19
John M. Drescher24-Jul-03 3:19 
GeneralRe: Two dimensional array problem Pin
John M. Drescher24-Jul-03 3:32
John M. Drescher24-Jul-03 3:32 
GeneralRe: Two dimensional array problem Pin
superstein24-Jul-03 3:28
superstein24-Jul-03 3:28 
GeneralRe: Two dimensional array problem Pin
Cedric Moonen24-Jul-03 3:39
Cedric Moonen24-Jul-03 3:39 
GeneralRe: Two dimensional array problem Pin
Bob Stanneveld24-Jul-03 11:17
Bob Stanneveld24-Jul-03 11:17 
GeneralRe: Two dimensional array problem Pin
John M. Drescher24-Jul-03 3:40
John M. Drescher24-Jul-03 3:40 
GeneralSorry... Pin
John M. Drescher24-Jul-03 7:28
John M. Drescher24-Jul-03 7:28 
GeneralRe: Two dimensional array problem Pin
Cedric Moonen24-Jul-03 3:08
Cedric Moonen24-Jul-03 3:08 
GeneralRe: Two dimensional array problem Pin
John M. Drescher24-Jul-03 3:09
John M. Drescher24-Jul-03 3:09 
GeneralNeed value of EncoderSaveAsCMYK (Gdi+) Pin
Marakus24-Jul-03 3:01
Marakus24-Jul-03 3:01 
GeneralRe: Need value of EncoderSaveAsCMYK (Gdi+) Pin
Fistboy24-Jul-03 4:12
Fistboy24-Jul-03 4:12 
GeneralRe: Need value of EncoderSaveAsCMYK (Gdi+) Pin
Marakus24-Jul-03 6:39
Marakus24-Jul-03 6:39 
Generalcomment/uncomment macro Pin
sunil_g1724-Jul-03 2:33
sunil_g1724-Jul-03 2:33 

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.