Win95/98

When some application performs an illegal operation, it brings up funny dialog with a red cross on it. You have two ways what to do - a 'Close' button and a 'Details' button, which slighty informs you about the error.

You have one choice more. Run MS Spy++ and look for this dialog. You will three buttons, the 'Debug' one isn't visible.

Now run VB, and use ShowWindow & EnableWindow API to show up this button. It will be minimized on the form. Double-click it (or send a message to it) to get the standard button appearance. Save any other work and press it. Risible, isn't it?

OK. Why do you think Microsoft included this button to the form but didn't allowed it?

PS1: I don't know what about WinNT.
PS2: I don't know exactly button names because of my non-english Windows.

Johnny