Click here to Skip to main content
15,909,091 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Hide window instance in the system bar Pin
Jon Hulatt16-Oct-02 4:09
Jon Hulatt16-Oct-02 4:09 
GeneralRe: Hide window instance in the system bar Pin
Tomasz Sowinski16-Oct-02 4:14
Tomasz Sowinski16-Oct-02 4:14 
GeneralRe: Hide window instance in the system bar Pin
Gian16-Oct-02 4:45
Gian16-Oct-02 4:45 
GeneralRe: Hide window instance in the system bar Pin
Tomasz Sowinski16-Oct-02 4:48
Tomasz Sowinski16-Oct-02 4:48 
GeneralRe: Hide window instance in the system bar Pin
Gian16-Oct-02 5:26
Gian16-Oct-02 5:26 
GeneralRe: Hide window instance in the system bar Pin
Tomasz Sowinski16-Oct-02 5:27
Tomasz Sowinski16-Oct-02 5:27 
GeneralRe: Hide window instance in the system bar Pin
Gian16-Oct-02 5:48
Gian16-Oct-02 5:48 
GeneralRe: Hide window instance in the system bar Pin
Tomasz Sowinski16-Oct-02 5:50
Tomasz Sowinski16-Oct-02 5:50 
You're trying to change window style while you need to modify *extended* style. Remove stuff from PreCreateWindow and add following line to OnInitDialog:
ModifyStyleEx(WS_EX_APPWINDOW, WS_EX_TOOLWINDOW);


Note that you can set WS_EX_TOOLWINDOW in dialog editor, but WS_EX_APPWINDOW is not accessible there (in VC6, at least).

Tomasz Sowinski -- http://www.shooltz.com

*** Purgamentum init, exit purgamentum ***

GeneralRe: Hide window instance in the system bar Pin
Gian16-Oct-02 6:07
Gian16-Oct-02 6:07 
GeneralKuhow to trap IDirectSoundNotify8 notifications Pin
Member 10570216-Oct-02 2:07
Member 10570216-Oct-02 2:07 
Generaldetect when the user leaves the mouse button over a button. Pin
Joan M16-Oct-02 1:36
professionalJoan M16-Oct-02 1:36 
GeneralRe: detect when the user leaves the mouse button over a button. Pin
Jon Hulatt16-Oct-02 2:16
Jon Hulatt16-Oct-02 2:16 
GeneralRe: detect when the user leaves the mouse button over a button. Pin
Joan M16-Oct-02 2:58
professionalJoan M16-Oct-02 2:58 
GeneralRe: detect when the user leaves the mouse button over a button. Pin
Jon Hulatt16-Oct-02 4:00
Jon Hulatt16-Oct-02 4:00 
GeneralRe: detect when the user leaves the mouse button over a button. Pin
Joan M16-Oct-02 19:57
professionalJoan M16-Oct-02 19:57 
GeneralRe: detect when the user leaves the mouse button over a button. Pin
Tomasz Sowinski16-Oct-02 4:11
Tomasz Sowinski16-Oct-02 4:11 
GeneralImport Activex Event in a VC++ Project Pin
Anonymous16-Oct-02 1:31
Anonymous16-Oct-02 1:31 
GeneralRe: Import Activex Event in a VC++ Project Pin
Roger Allen16-Oct-02 1:57
Roger Allen16-Oct-02 1:57 
GeneralCInternetSession::OpenURL memory leaks! Pin
Anonymous16-Oct-02 0:37
Anonymous16-Oct-02 0:37 
GeneralRe: CInternetSession::OpenURL memory leaks! Pin
jmkhael16-Oct-02 0:49
jmkhael16-Oct-02 0:49 
GeneralReason of suddenly terminating Pin
Anonymous16-Oct-02 1:02
Anonymous16-Oct-02 1:02 
GeneralRe: Reason of suddenly terminating Pin
Tom Welch16-Oct-02 1:50
Tom Welch16-Oct-02 1:50 
GeneralModifying the limits of an integer edit control Pin
Joan M16-Oct-02 0:35
professionalJoan M16-Oct-02 0:35 
GeneralRe: Modifying the limits of an integer edit control Pin
KaЯl16-Oct-02 0:42
KaЯl16-Oct-02 0:42 
GeneralRe: Modifying the limits of an integer edit control Pin
jhwurmbach16-Oct-02 0:44
jhwurmbach16-Oct-02 0: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.