Click here to Skip to main content
15,796,102 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: close app without having form in foreground Pin
Benjamindh3-Mar-22 10:39
Benjamindh3-Mar-22 10:39 
GeneralRe: close app without having form in foreground Pin
Dave Kreskowiak4-Mar-22 12:41
mveDave Kreskowiak4-Mar-22 12:41 
GeneralRe: close app without having form in foreground Pin
Benjamindh11-Mar-22 4:05
Benjamindh11-Mar-22 4:05 
GeneralRe: close app without having form in foreground Pin
Dave Kreskowiak11-Mar-22 4:07
mveDave Kreskowiak11-Mar-22 4:07 
GeneralRe: close app without having form in foreground Pin
Benjamindh11-Mar-22 4:32
Benjamindh11-Mar-22 4:32 
GeneralRe: close app without having form in foreground Pin
Dave Kreskowiak11-Mar-22 4:40
mveDave Kreskowiak11-Mar-22 4:40 
GeneralRe: close app without having form in foreground Pin
Benjamindh19-Mar-22 18:47
Benjamindh19-Mar-22 18:47 
SuggestionRe: close app without having form in foreground Pin
Richard Deeming3-Mar-22 22:29
mveRichard Deeming3-Mar-22 22:29 
The Process.Kill method[^] is a method of last resort. It immediately terminates the specified process without giving it a chance to clean up, and could potentially lead to system corruption.

If you want to close the application properly, you should start with the Process.CloseMainWindow method[^] instead.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

QuestionCrystal report viewer 8.5 y visual basic 2005 Pin
Member 119485295-Feb-22 18:58
Member 119485295-Feb-22 18:58 
AnswerRe: Crystal report viewer 8.5 y visual basic 2005 Pin
CHill602-Mar-22 5:20
mveCHill602-Mar-22 5:20 
Questionremove item without being selected only with the name Pin
Benjamindh27-Jan-22 5:38
Benjamindh27-Jan-22 5:38 
AnswerRe: remove item without being selected only with the name Pin
Victor Nijegorodov27-Jan-22 6:30
Victor Nijegorodov27-Jan-22 6:30 
Questionhelp send data to new connected user Pin
Benjamindh26-Jan-22 6:46
Benjamindh26-Jan-22 6:46 
AnswerRe: help send data to new connected user Pin
Raphael Adeniji7-May-22 6:43
Raphael Adeniji7-May-22 6:43 
QuestionHelp add data received from a TCP in each Columns Pin
Benjamindh19-Jan-22 5:47
Benjamindh19-Jan-22 5:47 
AnswerRe: Help add data received from a TCP in each Columns Pin
Richard Deeming19-Jan-22 6:38
mveRichard Deeming19-Jan-22 6:38 
GeneralRe: Help add data received from a TCP in each Columns Pin
Benjamindh19-Jan-22 15:23
Benjamindh19-Jan-22 15:23 
QuestionOpen, read and extract pdf's doc. Pin
Member 1490245413-Jan-22 5:16
Member 1490245413-Jan-22 5:16 
AnswerRe: Open, read and extract pdf's doc. Pin
Dave Kreskowiak13-Jan-22 6:19
mveDave Kreskowiak13-Jan-22 6:19 
GeneralRe: Open, read and extract pdf's doc. Pin
Member 1490245413-Jan-22 8:55
Member 1490245413-Jan-22 8:55 
GeneralRe: Open, read and extract pdf's doc. Pin
Dave Kreskowiak13-Jan-22 9:33
mveDave Kreskowiak13-Jan-22 9:33 
GeneralRe: Open, read and extract pdf's doc. Pin
Member 1490245414-Jan-22 1:25
Member 1490245414-Jan-22 1:25 
AnswerRe: Open, read and extract pdf's doc. Pin
CHill6014-Jan-22 2:27
mveCHill6014-Jan-22 2:27 
QuestionHow do I get the propertyname of WPF control? Pin
Steve Krozer7-Jan-22 1:30
Steve Krozer7-Jan-22 1:30 
Rant[REPOST] How do I get the propertyname of WPF control? Pin
Richard Deeming7-Jan-22 1:38
mveRichard Deeming7-Jan-22 1:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.