Click here to Skip to main content
15,905,912 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: My application does not close anymore Pin
desanti1-Nov-16 6:00
desanti1-Nov-16 6:00 
GeneralRe: My application does not close anymore Pin
Richard Deeming1-Nov-16 6:28
mveRichard Deeming1-Nov-16 6:28 
GeneralRe: My application does not close anymore Pin
desanti1-Nov-16 9:19
desanti1-Nov-16 9:19 
GeneralRe: My application does not close anymore Pin
Eddy Vluggen1-Nov-16 9:32
professionalEddy Vluggen1-Nov-16 9:32 
GeneralRe: My application does not close anymore Pin
desanti1-Nov-16 10:21
desanti1-Nov-16 10:21 
GeneralRe: My application does not close anymore Pin
Eddy Vluggen2-Nov-16 3:14
professionalEddy Vluggen2-Nov-16 3:14 
GeneralRe: My application does not close anymore Pin
desanti1-Nov-16 15:31
desanti1-Nov-16 15:31 
GeneralRe: My application does not close anymore Pin
Eddy Vluggen2-Nov-16 4:01
professionalEddy Vluggen2-Nov-16 4:01 
desanti wrote:
What this can be ?
If you did not start a thread, then the mainthread is not terminating.

The default entrypoint would be the "Main" method in the Program class. I'm not sure whether this is called the same in VB, but it would have a entry-point. It says something like "Application.Run(MainForm)"; if you have code that is running after that point, then the process continues.

If you don't have this code, then create it. Add a module called "Program", add the Main method, create your form there. That way you can put a breakpoint there and figure out what is happening.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: My application does not close anymore Pin
desanti2-Nov-16 8:16
desanti2-Nov-16 8:16 
GeneralRe: My application does not close anymore Pin
Eddy Vluggen2-Nov-16 13:25
professionalEddy Vluggen2-Nov-16 13:25 
GeneralRe: My application does not close anymore Pin
desanti2-Nov-16 13:30
desanti2-Nov-16 13:30 
QuestionRe: My application does not close anymore Pin
Eddy Vluggen2-Nov-16 13:43
professionalEddy Vluggen2-Nov-16 13:43 
AnswerRe: My application does not close anymore Pin
desanti2-Nov-16 15:28
desanti2-Nov-16 15:28 
GeneralRe: My application does not close anymore Pin
Eddy Vluggen3-Nov-16 2:20
professionalEddy Vluggen3-Nov-16 2:20 
GeneralRe: My application does not close anymore Pin
desanti3-Nov-16 7:11
desanti3-Nov-16 7:11 
GeneralRe: My application does not close anymore Pin
Eddy Vluggen3-Nov-16 10:03
professionalEddy Vluggen3-Nov-16 10:03 
GeneralRe: My application does not close anymore Pin
desanti3-Nov-16 16:58
desanti3-Nov-16 16:58 
GeneralRe: My application does not close anymore Pin
Ralf Meier3-Nov-16 23:14
mveRalf Meier3-Nov-16 23:14 
GeneralRe: My application does not close anymore Pin
Ralf Meier3-Nov-16 23:20
mveRalf Meier3-Nov-16 23:20 
GeneralRe: My application does not close anymore Pin
desanti4-Nov-16 18:50
desanti4-Nov-16 18:50 
GeneralRe: My application does not close anymore Pin
Ralf Meier5-Nov-16 9:34
mveRalf Meier5-Nov-16 9:34 
GeneralRe: My application does not close anymore Pin
desanti5-Nov-16 15:27
desanti5-Nov-16 15:27 
GeneralRe: My application does not close anymore Pin
Richard MacCutchan5-Nov-16 21:04
mveRichard MacCutchan5-Nov-16 21:04 
GeneralRe: My application does not close anymore Pin
Ralf Meier6-Nov-16 1:26
mveRalf Meier6-Nov-16 1:26 
GeneralRe: My application does not close anymore Pin
Eddy Vluggen4-Nov-16 1:19
professionalEddy Vluggen4-Nov-16 1:19 

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.