Click here to Skip to main content
15,896,063 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Cannot close application in or outside of debugger Pin
Alan Burkhart4-May-11 14:14
Alan Burkhart4-May-11 14:14 
AnswerRe: Cannot close application in or outside of debugger Pin
Luc Pattyn4-May-11 15:14
sitebuilderLuc Pattyn4-May-11 15:14 
GeneralRe: Cannot close application in or outside of debugger Pin
trantrum6-May-11 5:57
professionaltrantrum6-May-11 5:57 
GeneralRe: Cannot close application in or outside of debugger Pin
Gary Huck6-May-11 13:32
Gary Huck6-May-11 13:32 
GeneralRe: Cannot close application in or outside of debugger Pin
Alan Burkhart6-May-11 13:44
Alan Burkhart6-May-11 13:44 
GeneralRe: Cannot close application in or outside of debugger Pin
Chris Trelawny-Ross6-May-11 6:34
Chris Trelawny-Ross6-May-11 6:34 
GeneralRe: Cannot close application in or outside of debugger Pin
Luc Pattyn6-May-11 6:45
sitebuilderLuc Pattyn6-May-11 6:45 
AnswerRe: Cannot close application in or outside of debugger Pin
patbob6-May-11 6:24
patbob6-May-11 6:24 
Your UI thread isn't checking and processing windows messages. That's why you still have a window, CPU usage for the process is >0%, it won't exit, and you get a not-responding when you send a window close message to it with task manager (aka "use Task Manager to close it").

Might be worthwhile to configure VS to use the MS symbol server, then break the process. Find the UI thread (might be called "MainThread") and look at it's stack to see where its stuck. With any luck, the culprit will be obvious, but probably not since that thread is polling something and it probably looping in code that isn't yours. Good luck.
patbob

AnswerRe: Cannot close application in or outside of debugger Pin
Alan Balkany9-May-11 5:51
Alan Balkany9-May-11 5:51 
QuestionI need Help in Hideing my Program form the Process list ... Pin
Lan.Hekary2-May-11 6:19
Lan.Hekary2-May-11 6:19 
AnswerRe: I need Help in Hideing my Program form the Process list ... Pin
Dave Kreskowiak2-May-11 7:17
mveDave Kreskowiak2-May-11 7:17 
QuestionRe: I need Help in Hideing my Program form the Process list ... PinPopular
DaveAuld2-May-11 8:45
professionalDaveAuld2-May-11 8:45 
AnswerRe: I need Help in Hideing my Program form the Process list ... Pin
Lan.Hekary3-May-11 3:42
Lan.Hekary3-May-11 3:42 
GeneralRe: I need Help in Hideing my Program form the Process list ... Pin
DaveAuld3-May-11 3:45
professionalDaveAuld3-May-11 3:45 
GeneralRe: I need Help in Hideing my Program form the Process list ... Pin
Dave Kreskowiak3-May-11 3:51
mveDave Kreskowiak3-May-11 3:51 
AnswerRe: I need Help in Hideing my Program form the Process list ... Pin
Thomas Krojer2-May-11 22:32
Thomas Krojer2-May-11 22:32 
GeneralRe: I need Help in Hideing my Program form the Process list ... Pin
Lan.Hekary3-May-11 3:46
Lan.Hekary3-May-11 3:46 
GeneralRe: I need Help in Hideing my Program form the Process list ... Pin
Dave Kreskowiak3-May-11 3:49
mveDave Kreskowiak3-May-11 3:49 
Questionhelp for MSHFlexgrid Pin
rigane1-May-11 11:24
rigane1-May-11 11:24 
AnswerRe: help for MSHFlexgrid Pin
Andy_L_J1-May-11 15:29
Andy_L_J1-May-11 15:29 
AnswerRe: help for MSHFlexgrid Pin
Eddy Vluggen3-May-11 9:46
professionalEddy Vluggen3-May-11 9:46 
Questionhow to prevent a user from clicking the ADD button more than one time without saving or discard/close the form entirely Pin
waner michaud29-Apr-11 11:04
waner michaud29-Apr-11 11:04 
AnswerRe: how to prevent a user from clicking the ADD button more than one time without saving or discard/close the form entirely Pin
Luc Pattyn29-Apr-11 11:25
sitebuilderLuc Pattyn29-Apr-11 11:25 
GeneralRe: how to prevent a user from clicking the ADD button more than one time without saving or discard/close the form entirely Pin
Tarakeshwar Reddy29-Apr-11 11:27
professionalTarakeshwar Reddy29-Apr-11 11:27 
AnswerRe: how to prevent a user from clicking the ADD button more than one time without saving or discard/close the form entirely Pin
Tarakeshwar Reddy29-Apr-11 11:26
professionalTarakeshwar Reddy29-Apr-11 11:26 

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.