Click here to Skip to main content
15,887,350 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: on using SSL components Pin
Ed K2-Mar-05 4:53
Ed K2-Mar-05 4:53 
GeneralSkinning menus and undoc'd menu msgs Pin
Ron Waller28-Feb-05 11:58
Ron Waller28-Feb-05 11:58 
GeneralUnix file locking Pin
Madmaximus28-Feb-05 11:29
Madmaximus28-Feb-05 11:29 
GeneralWin98 system sometimes hangs on ExitWindowsEx() Pin
Still learning how to code28-Feb-05 11:08
Still learning how to code28-Feb-05 11:08 
GeneralRe: Win98 system sometimes hangs on ExitWindowsEx() Pin
PJ Arends28-Feb-05 11:20
professionalPJ Arends28-Feb-05 11:20 
GeneralRe: Win98 system sometimes hangs on ExitWindowsEx() Pin
Still learning how to code28-Feb-05 21:00
Still learning how to code28-Feb-05 21:00 
GeneralRe: Win98 system sometimes hangs on ExitWindowsEx() Pin
Still learning how to code1-Mar-05 10:00
Still learning how to code1-Mar-05 10:00 
GeneralRe: Win98 system sometimes hangs on ExitWindowsEx() Pin
PJ Arends1-Mar-05 19:26
professionalPJ Arends1-Mar-05 19:26 
I think your major problem is Win98 itself. It will sometimes (frequently) hang even when you use the Start->Shutdown->Shutdown commands. I believe it is a bug in the OS and there is not much you can do about it.

The problem I have with EWX_FORCE is that it suppresses the usual shutdown sequence that many apps use, and simply kills them. I would be very annoyed if any app that I had installed on my machine did that. If you feel you must use it go ahead, just seems very extreme to me.

As for the dialogs that popup, you could use a CBT_HOOK to catch any windows that are created while your code is running, and simply send a WM_CLOSE message to them. Just a suggestion, I do not know if it work or not.



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" mYkel - 21 Jun '04

Within you lies the power for good - Use it!
Honoured as one of The Most Helpful Members of 2004

GeneralDebugging Header includes Pin
hyling28-Feb-05 10:38
hyling28-Feb-05 10:38 
GeneralRe: Debugging Header includes Pin
PJ Arends28-Feb-05 10:53
professionalPJ Arends28-Feb-05 10:53 
GeneralRe: Debugging Header includes Pin
vladfein28-Feb-05 11:53
vladfein28-Feb-05 11:53 
GeneralRe: Debugging Header includes Pin
hyling1-Mar-05 4:13
hyling1-Mar-05 4:13 
GeneralBYTE array question Pin
Tom Wright28-Feb-05 10:33
Tom Wright28-Feb-05 10:33 
GeneralRe: BYTE array question Pin
Ryan Binns28-Feb-05 17:17
Ryan Binns28-Feb-05 17:17 
GeneralRe: BYTE array question Pin
Tom Wright1-Mar-05 3:31
Tom Wright1-Mar-05 3:31 
GeneralRe: BYTE array question Pin
zhang80060528-Feb-05 19:56
zhang80060528-Feb-05 19:56 
GeneralAPI & Resizing the SysTray window Pin
Axonn Echysttas28-Feb-05 9:52
Axonn Echysttas28-Feb-05 9:52 
GeneralRe: API & Resizing the SysTray window Pin
Ryan Binns28-Feb-05 17:19
Ryan Binns28-Feb-05 17:19 
GeneralRe: API & Resizing the SysTray window Pin
Axonn Echysttas28-Feb-05 20:54
Axonn Echysttas28-Feb-05 20:54 
GeneralRe: API & Resizing the SysTray window Pin
Ryan Binns28-Feb-05 23:30
Ryan Binns28-Feb-05 23:30 
GeneralRe: API & Resizing the SysTray window Pin
Axonn Echysttas1-Mar-05 10:21
Axonn Echysttas1-Mar-05 10:21 
GeneralRe: API & Resizing the SysTray window Pin
Ryan Binns1-Mar-05 15:21
Ryan Binns1-Mar-05 15:21 
GeneralRe: API & Resizing the SysTray window Pin
Axonn Echysttas1-Mar-05 21:30
Axonn Echysttas1-Mar-05 21:30 
GeneralRe: API & Resizing the SysTray window Pin
Axonn Echysttas2-Mar-05 11:47
Axonn Echysttas2-Mar-05 11:47 
GeneralRe: API & Resizing the SysTray window Pin
Ryan Binns2-Mar-05 12:43
Ryan Binns2-Mar-05 12:43 

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.