G Guest May 11, 2004 #1 Just wondering how to close a window in vb.net? I have a close button and need this for the click event.
Just wondering how to close a window in vb.net? I have a close button and need this for the click event.
S Steve C. Orr [MVP, MCSD] May 11, 2004 #2 You must use client side code, such as the window.close jscript method. Here's more info: http://msdn.microsoft.com/library/d...op/author/dhtml/reference/methods/close_0.asp -- I hope this helps, Steve C. Orr, MCSD, MVP http://Steve.Orr.net Paul said: Just wondering how to close a window in vb.net? I have a close button and Click to expand... need this for the click event.
You must use client side code, such as the window.close jscript method. Here's more info: http://msdn.microsoft.com/library/d...op/author/dhtml/reference/methods/close_0.asp -- I hope this helps, Steve C. Orr, MCSD, MVP http://Steve.Orr.net Paul said: Just wondering how to close a window in vb.net? I have a close button and Click to expand... need this for the click event.