0 pts.
 Inhibit Close Button (x) on IE6 Browser
I need to stop users from using the Windows Close (x) button on IE6. The application is VB.net WebForm based which accesses a mainframe transaction service via the browser.Is there anyway of making the windows close (x) unavailable to the user?

Software/Hardware used:
ASKED: October 27, 2004  3:02 AM
UPDATED: October 29, 2004  11:26 AM

Answer Wiki:
I can't imagine such a thing. Can you imagine if there was, how the advertisers would love it. I would 'cache' the transaction instructions in state until the final go.
Last Wiki Answer Submitted:  October 27, 2004  7:48 am  by  Ronisaac   0 pts.
All Answer Wiki Contributors:  Ronisaac   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I’m sure this can be done.
You should hook WM_QUIT in a WH_GETMESSAGE hook

 0 pts.

 

In Form_Queryunload event set cancel=true

 0 pts.