HI > > To make your dialog have an entry in the taskbar, you should add the > WS_EX_APPWINDOW extended style. This can be done using the VC7/7.1 Resource > Editor, but I don't remember if the VC6 editor has this option or not (but > anyway you can edit the source manually).
Thanks for the info... > > To make your dialog not get minimized when the main app's window gets > minimized, you should set its parent to desktop, Yeah, Phil mentioned it... it works quite well.... but then it wouldn't act as > a modal dialog! Good, I wanted it to work as a modeless dialog ;-). Thanks for the help Max _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
