Click here to Skip to main content
15,924,507 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SDI Pin
#realJSOP9-Dec-02 5:19
professional#realJSOP9-Dec-02 5:19 
GeneralRe: SDI Pin
will13839-Dec-02 5:37
will13839-Dec-02 5:37 
GeneralFull Screen Dialog Bug Pin
Scott H. Settlemier9-Dec-02 4:39
Scott H. Settlemier9-Dec-02 4:39 
GeneralRe: Full Screen Dialog Bug Pin
#realJSOP9-Dec-02 5:14
professional#realJSOP9-Dec-02 5:14 
GeneralRe: Full Screen Dialog Bug Pin
Scott H. Settlemier9-Dec-02 5:24
Scott H. Settlemier9-Dec-02 5:24 
GeneralRe: Full Screen Dialog Bug Pin
mediamaster409-Dec-02 6:15
mediamaster409-Dec-02 6:15 
GeneralRe: Full Screen Dialog Bug Pin
Joan M9-Dec-02 20:23
professionalJoan M9-Dec-02 20:23 
GeneralRe: Full Screen Dialog Bug Pin
Scott H. Settlemier10-Dec-02 4:01
Scott H. Settlemier10-Dec-02 4:01 
NEW INFO:

I checked the clip box in OnPaint. It was
0,30 to 1024,768!!! But the area showing
through was at the bottom. It looked like
the window had been somehow moved from
where I set it with SetWindowPos. So I
checked the window rect and the window
was now 0,-30 to 1024,738!! I had set the
coordinates to 0,0 to 1024,768.

The SetWindowPos call did not use SWP_SHOWWINDOW
since I wanted to wait until all of my initialization
had completed in OnInitDialog. When I added
SWP_SHOWWINDOW, the problem cleared up.

So it looks to me that there may indeed be a Windows
bug here. Something shifted my window up, just
the amount that is the size of the taskbar.
If I place the taskbar to the side, the window will
get shifted to the side.

Very perplexing...
Any clues as to what is happening?



GeneralRe: Full Screen Dialog Bug Pin
mediamaster4010-Dec-02 4:23
mediamaster4010-Dec-02 4:23 
GeneralRe: Full Screen Dialog Bug Pin
Scott H. Settlemier10-Dec-02 6:41
Scott H. Settlemier10-Dec-02 6:41 
Generalfopen and CStringArray Pin
Anonymous9-Dec-02 3:09
Anonymous9-Dec-02 3:09 
GeneralRe: fopen and CStringArray Pin
Gary Kirkham9-Dec-02 3:25
Gary Kirkham9-Dec-02 3:25 
GeneralRe: fopen and CStringArray Pin
Nitron9-Dec-02 4:10
Nitron9-Dec-02 4:10 
GeneralRe: fopen and CStringArray Pin
Christian Graus9-Dec-02 8:59
protectorChristian Graus9-Dec-02 8:59 
GeneralRe: fopen and CStringArray Pin
Joe Woodbury9-Dec-02 19:18
professionalJoe Woodbury9-Dec-02 19:18 
Generalerror 1063 in StartServiceCtrlDispatcher Pin
maloo9-Dec-02 2:26
maloo9-Dec-02 2:26 
GeneralRe: error 1063 in StartServiceCtrlDispatcher Pin
Debs9-Dec-02 23:38
Debs9-Dec-02 23:38 
GeneralCTreeCtrl::OnLButtonUp doesn't get called Pin
Arjan Schouten9-Dec-02 2:22
Arjan Schouten9-Dec-02 2:22 
GeneralRe: CTreeCtrl::OnLButtonUp doesn't get called Pin
Tibor Blazko9-Dec-02 3:13
Tibor Blazko9-Dec-02 3:13 
GeneralRe: CTreeCtrl::OnLButtonUp doesn't get called Pin
Arjan Schouten9-Dec-02 3:30
Arjan Schouten9-Dec-02 3:30 
GeneralRe: CTreeCtrl::OnLButtonUp doesn't get called Pin
Tibor Blazko9-Dec-02 3:32
Tibor Blazko9-Dec-02 3:32 
GeneralTranslate Pin
hest9-Dec-02 1:43
hest9-Dec-02 1:43 
GeneralRe: Translate Pin
xi9049-Dec-02 1:51
xi9049-Dec-02 1:51 
GeneralRe: Translate Pin
jhwurmbach9-Dec-02 1:54
jhwurmbach9-Dec-02 1:54 
GeneralUsing IDL defined enums Pin
Martijn9-Dec-02 1:40
Martijn9-Dec-02 1:40 

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.