Re: window size
- Posted by Terry <terry at EDERNEY.IDPS.CO.UK> Sep 06, 1999
- 534 views
>Flaminio wrote: >my problem is this: >my screen is set 800x600 >i have opened a window (createwindow) >with default dimensions (defined as CW_USEDEFAULT) > GetClientRect reply : 0,0,80,116 > but the size in pixels is 590x370 >(think please that a window 80x116 would >be large a tenth of the >screen and tall 1/6 of the screen, but it's not >like this...) > i cannot harmonize such differences... How did you get the pixel size of the window? Terry

