Click here to Skip to main content
16,010,416 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: tracing .net assemblies Pin
Dave Kreskowiak21-Nov-06 2:44
mveDave Kreskowiak21-Nov-06 2:44 
QuestionDataGridView addingnew but no data Pin
Arkett19-Nov-06 23:09
Arkett19-Nov-06 23:09 
AnswerRe: DataGridView addingnew but no data Pin
Arkett20-Nov-06 23:54
Arkett20-Nov-06 23:54 
QuestionFlash object Pin
Tauseef A19-Nov-06 19:02
Tauseef A19-Nov-06 19:02 
AnswerRe: Flash object Pin
Russell Jones19-Nov-06 20:54
Russell Jones19-Nov-06 20:54 
QuestionThreadAbortException Pin
asasov18-Nov-06 21:53
asasov18-Nov-06 21:53 
AnswerRe: ThreadAbortException Pin
WillemM19-Nov-06 0:14
WillemM19-Nov-06 0:14 
AnswerRe: ThreadAbortException Pin
Daniel Grunwald20-Nov-06 6:08
Daniel Grunwald20-Nov-06 6:08 
You cannot catch a ThreadAbortException. While your catch{}-Block is executed, ThreadAbortExceptions just re-throw themselves after the catch block. If you Abort a thread, it's really going to terminate. Don't use Thread.Abort to send signals to other threads, you can never know where the thread was when it is aborted and might leave your application in an inconsistent state.



QuestionDLL Problem Pin
Tauseef A18-Nov-06 21:34
Tauseef A18-Nov-06 21:34 
AnswerRe: DLL Problem Pin
Karthik Kalyanasundaram18-Nov-06 22:38
Karthik Kalyanasundaram18-Nov-06 22:38 
QuestionRe: DLL Problem Pin
Tauseef A19-Nov-06 0:07
Tauseef A19-Nov-06 0:07 
AnswerRe: DLL Problem Pin
coolestCoder19-Nov-06 0:52
coolestCoder19-Nov-06 0:52 
QuestionRe: DLL Problem Pin
Tauseef A19-Nov-06 5:28
Tauseef A19-Nov-06 5:28 
Questioncan any body tell me difference Pin
Tauseef A18-Nov-06 5:29
Tauseef A18-Nov-06 5:29 
AnswerRe: can any body tell me difference Pin
WillemM18-Nov-06 7:49
WillemM18-Nov-06 7:49 
GeneralRe: can any body tell me difference Pin
Guffa18-Nov-06 11:11
Guffa18-Nov-06 11:11 
GeneralRe: can any body tell me difference Pin
WillemM19-Nov-06 0:12
WillemM19-Nov-06 0:12 
AnswerRe: can any body tell me difference Pin
Guffa18-Nov-06 11:27
Guffa18-Nov-06 11:27 
GeneralRe: can any body tell me difference Pin
Tauseef A18-Nov-06 21:41
Tauseef A18-Nov-06 21:41 
QuestionIs thre any strongest secure way ? Pin
Tauseef A18-Nov-06 0:37
Tauseef A18-Nov-06 0:37 
AnswerRe: Is thre any strongest secure way ? Pin
Paul Conrad18-Nov-06 4:02
professionalPaul Conrad18-Nov-06 4:02 
AnswerRe: Is thre any strongest secure way ? Pin
Desert Star23-Nov-06 21:10
Desert Star23-Nov-06 21:10 
QuestionCustom Controls handling Design Time Events Pin
steve.borman17-Nov-06 8:44
steve.borman17-Nov-06 8:44 
AnswerRe: Custom Controls handling Design Time Events Pin
Thomas Stockwell18-Nov-06 6:20
professionalThomas Stockwell18-Nov-06 6:20 
QuestionQuery related to Framework 1.1 Pin
sharmankit17-Nov-06 8:02
sharmankit17-Nov-06 8:02 

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.