Click here to Skip to main content
16,020,377 members
Home / Discussions / C#
   

C#

 
QuestionC# UserControl Focus Pin
ZawMinTun24-Nov-11 14:44
ZawMinTun24-Nov-11 14:44 
AnswerRe: C# UserControl Focus Pin
BillWoodruff24-Nov-11 18:13
professionalBillWoodruff24-Nov-11 18:13 
GeneralRe: C# UserControl Focus Pin
ZawMinTun24-Nov-11 19:05
ZawMinTun24-Nov-11 19:05 
QuestionPOP-UP CAPSLOCK Tray Application using C# Pin
jtstanish24-Nov-11 12:32
jtstanish24-Nov-11 12:32 
AnswerRe: POP-UP CAPSLOCK Tray Application using C# Pin
Luc Pattyn24-Nov-11 16:45
sitebuilderLuc Pattyn24-Nov-11 16:45 
GeneralRe: POP-UP CAPSLOCK Tray Application using C# Pin
jtstanish25-Nov-11 2:07
jtstanish25-Nov-11 2:07 
QuestionMouse not responding Pin
Joseph A Delinski Jr24-Nov-11 6:08
Joseph A Delinski Jr24-Nov-11 6:08 
AnswerRe: Mouse not responding Pin
Richard Andrew x6424-Nov-11 10:05
professionalRichard Andrew x6424-Nov-11 10:05 
Here's something you can do:

When the app stops responding, click the "break" button in the IDE to break the program.

Then, open the "Threads" window from the "Debug" menu. Double-click on the main thread and then look at the "Call stack" window to determine in what function the thread is currently executing.

Whatever function the main thread is currently in is probably where it is hanging up.



The difficult we do right away...
...the impossible takes slightly longer.

GeneralRe: Mouse not responding Pin
Joseph A Delinski Jr24-Nov-11 10:10
Joseph A Delinski Jr24-Nov-11 10:10 
GeneralRe: Mouse not responding Pin
Joseph A Delinski Jr24-Nov-11 10:19
Joseph A Delinski Jr24-Nov-11 10:19 
GeneralRe: Mouse not responding Pin
Joseph A Delinski Jr24-Nov-11 10:26
Joseph A Delinski Jr24-Nov-11 10:26 
GeneralRe: Mouse not responding Pin
Richard Andrew x6424-Nov-11 10:32
professionalRichard Andrew x6424-Nov-11 10:32 
GeneralMessage Removed Pin
24-Nov-11 10:46
Joseph A Delinski Jr24-Nov-11 10:46 
GeneralRe: Mouse not responding Pin
Joseph A Delinski Jr24-Nov-11 11:20
Joseph A Delinski Jr24-Nov-11 11:20 
AnswerRe: Mouse not responding Pin
BillWoodruff24-Nov-11 18:42
professionalBillWoodruff24-Nov-11 18:42 
GeneralRe: Mouse not responding Pin
Joseph A Delinski Jr24-Nov-11 20:38
Joseph A Delinski Jr24-Nov-11 20:38 
QuestionUse single bool and bit flags for other bools. Pin
V K 224-Nov-11 1:39
V K 224-Nov-11 1:39 
AnswerRe: Use single bool and bit flags for other bools. PinPopular
Pete O'Hanlon24-Nov-11 2:27
mvePete O'Hanlon24-Nov-11 2:27 
GeneralRe: Use single bool and bit flags for other bools. Pin
harold aptroot24-Nov-11 3:07
harold aptroot24-Nov-11 3:07 
GeneralRe: Use single bool and bit flags for other bools. Pin
Pete O'Hanlon24-Nov-11 3:26
mvePete O'Hanlon24-Nov-11 3:26 
GeneralRe: Use single bool and bit flags for other bools. Pin
harold aptroot24-Nov-11 3:34
harold aptroot24-Nov-11 3:34 
GeneralRe: Use single bool and bit flags for other bools. Pin
PIEBALDconsult24-Nov-11 4:28
mvePIEBALDconsult24-Nov-11 4:28 
GeneralRe: Use single bool and bit flags for other bools. Pin
Pete O'Hanlon24-Nov-11 4:57
mvePete O'Hanlon24-Nov-11 4:57 
GeneralRe: Use single bool and bit flags for other bools. Pin
Not Active24-Nov-11 13:51
mentorNot Active24-Nov-11 13:51 
GeneralRe: Use single bool and bit flags for other bools. Pin
Eddy Vluggen24-Nov-11 8:51
professionalEddy Vluggen24-Nov-11 8:51 

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.