Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
close VB window button code
Name: xboxking02 Date: August 21, 2005 at 00:06:28 Pacific OS: win xp CPU/Ram: AMD 3400+ 2 G's
Comment:
Hi, I was wondering what line of code closes the current window in visual basic, it has to be coded into a command button.
Summary: One batch file uses start command to open another. Just like the description in "start /?" sais: If it is an internal command or a batch file then the command processor is run with /K switch to cmd.ex...
Summary: is there a reason why you dont want the user to close the window that way? i means within the command button you can call the form_unload sub which does which is executed when the x is presses, so the...