Click here to Skip to main content
15,914,780 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Statics in tab pages on WinXP? Pin
Antony M Kancidrowski17-Jan-05 6:55
Antony M Kancidrowski17-Jan-05 6:55 
AnswerRe: Statics in tab pages on WinXP? Pin
Shog917-Jan-05 7:34
sitebuilderShog917-Jan-05 7:34 
GeneralRe: Statics in tab pages on WinXP? Pin
Antony M Kancidrowski17-Jan-05 9:34
Antony M Kancidrowski17-Jan-05 9:34 
GeneralRe: Statics in tab pages on WinXP? Pin
Dominik Reichl17-Jan-05 10:09
Dominik Reichl17-Jan-05 10:09 
GeneralRe: problem with threads Pin
Martin Koorts17-Jan-05 3:02
Martin Koorts17-Jan-05 3:02 
GeneralRe: problem with threads Pin
David Crow17-Jan-05 3:52
David Crow17-Jan-05 3:52 
QuestionWhat SW_HIDE is ShowWindow does? Pin
Dimitris Vikeloudas17-Jan-05 2:52
Dimitris Vikeloudas17-Jan-05 2:52 
AnswerRe: What SW_HIDE is ShowWindow does? Pin
Martin Koorts17-Jan-05 3:22
Martin Koorts17-Jan-05 3:22 
Hi
Yes, the standard CWnd-derived behaviour (such as ShowWindow) will work - you'll have to ensure the focus isn't set to the invisible view if you want the keyboard active, and make sure the window isn't displayed by accident elsewhere, such as a custom OnSize handler, etc.

And yes, I believe you can still process OnPaint, OnDraw messages even if the window is not visible - as you can with most messages. I would just not expect the OS to initiate these (WM_PAINT messages) as the window would not require painting in this state. That said, calling UpdateWindow forces a visit of the paint routine (SendMessage(WM_PAINT, ...) I believe).

Anyway, let me leave you to your devices.... Wink | ;-)

HTH
Martin
Generalproblem with threads Pin
doneirik17-Jan-05 2:34
doneirik17-Jan-05 2:34 
GeneralDirectShow - custom StretchBlt Pin
fukehot17-Jan-05 2:25
fukehot17-Jan-05 2:25 
GeneralGDI and GDIplus Pin
Anonymous17-Jan-05 1:45
Anonymous17-Jan-05 1:45 
GeneralRe: GDI and GDIplus Pin
Martin Koorts17-Jan-05 5:53
Martin Koorts17-Jan-05 5:53 
GeneralRe: GDI and GDIplus Pin
PJ Arends17-Jan-05 8:41
professionalPJ Arends17-Jan-05 8:41 
GeneralImage preview file class Pin
Anonymous17-Jan-05 1:33
Anonymous17-Jan-05 1:33 
GeneralLogoff XP error caused by VC++ Program Pin
vikas vaish17-Jan-05 1:31
vikas vaish17-Jan-05 1:31 
GeneralRe: Logoff XP error caused by VC++ Program Pin
Martin Koorts17-Jan-05 5:04
Martin Koorts17-Jan-05 5:04 
GeneralRe: Logoff XP error caused by VC++ Program Pin
vikas vaish17-Jan-05 21:21
vikas vaish17-Jan-05 21:21 
GeneralRe: Logoff XP error caused by VC++ Program Pin
Martin Koorts17-Jan-05 22:30
Martin Koorts17-Jan-05 22:30 
Generaldatabase and recordbinding Pin
Anonymous17-Jan-05 0:50
Anonymous17-Jan-05 0:50 
GeneralUnique key generation on a network Pin
Giles17-Jan-05 0:39
Giles17-Jan-05 0:39 
GeneralRe: Unique key generation on a network Pin
Martin Koorts17-Jan-05 1:38
Martin Koorts17-Jan-05 1:38 
GeneralRe: Unique key generation on a network Pin
Giles17-Jan-05 2:24
Giles17-Jan-05 2:24 
GeneralRe: Unique key generation on a network Pin
Martin Koorts17-Jan-05 2:56
Martin Koorts17-Jan-05 2:56 
Generalmodify the height of header of a list control Pin
Member 166038517-Jan-05 0:35
Member 166038517-Jan-05 0:35 
GeneralRe: modify the height of header of a list control Pin
Martin Koorts17-Jan-05 1:55
Martin Koorts17-Jan-05 1:55 

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.