Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Disable Close buttong
Name: brockey01 Date: June 16, 2009 at 20:03:35 Pacific OS: Windows Vista CPU/Ram: 1024 Subcategory: Batch
Comment:
does anyone know of a VBS code or not sure but unlikly batch code to stop a user from pressing the X "close" button on batch files?
like gray it out or just block it? i search for on here and all i found was VB7 code not sure how that works. anyway
Name: Matt (by Mattio) Date: June 23, 2009 at 03:39:04 Pacific
Reply:
A bit of a late comment but i'll still answer. I don't think it's possible as batch runs in dos. I think the only way would be to run it in full screen mode or something where the user can't see the X
Assuming your using dos as ure main screen.
Matt
*************************** Need BatchFile Help ? Msg me :) ***************************
Summary: Does anybody know the coding how to disable the close (x) button in VB.NET? The (x) button is shown in the form but just do nothing at runtime. So, the user must click the Cancel button that I created...
Summary: I'm writing a win32 (well 2000 and above) console app and want to disable the close button, the reason being that I want to be sure all data entered is saved before exit. I'm using Dev-c++ 4.9.9.2. Th...