|
|
![]() |
| Thread Tools | Search this Thread |
#1
| |||
| |||
How to close application in VB Starting a program in VB, I drive another application by sending commands to perform. But that is not the problem. I would like to end this program, close this application. I tried something like: Code: System.Application.DisplayAlerts = False |
#2
| |||
| |||
Re: How to close application in VB I do not see how DisplayAlerts closes an application. This is a property that disables the warning message in Excel. Nothing to do with completing a program. To answer your question, there is no command to disable the VB dialog boxes in other applications as Office, and fortunately. |
#3
| |||
| |||
Re: How to close application in VB Yes sorry, I meant "disable dialogs". Otherwise, I found in my application with an option to not ask the user validation at the close. Suddenly, with a "System.Application.Quit", the application quits without asking. |
#4
| |||
| |||
Re: How to close application in VB But what exactly you wanted? A command to disable the MessageBox or a command to exit a program? Disable dialog box like "Are you sure you want to leave." or anything else? This is not the same thing too. |
#5
| |||
| |||
Re: How to close application in VB if your trying to close the program it would be me.close() but I can't really understand what your asking for. |
#6
| |||
| |||
Re: How to close application in VB Your problem is not at all understandable, please detail it a bit so one can understand what you are really looking for. Do post back... ![]() |
#7
| |||
| |||
Re: How to close application in VB Periodically it may be necessary for a programmer to close down another application from Visual Basic code. For more information, you need to check out the following link. VB doesn't have the best memory management and calling end doesn't always clean the memory properly if there are still loaded forms present. |
![]() |
|
Tags: close application, visual basic |
Thread Tools | Search this Thread |
|
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Duke Nukem forever the application was unable to start correctly(0xc0150002).click ok to close application | Daksha90 | Video Games | 3 | 22-06-2011 10:38 AM |
How to close all of Application in a snap? | Nalini_sh | Windows Software | 6 | 04-02-2010 10:40 AM |
How to close freezed full screen application on XP | Villiers | Windows Software | 3 | 09-10-2009 10:51 PM |
Blackberry 8130 camera says close application | Chilton | Portable Devices | 3 | 19-05-2009 09:22 PM |
Application closes with the close of Form | Sadashiva | Software Development | 3 | 07-04-2009 10:53 AM |