Click here to Skip to main content
15,888,217 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionpls help Pin
Umangj25-Nov-08 12:01
Umangj25-Nov-08 12:01 
AnswerRe: pls help Pin
Dave Kreskowiak25-Nov-08 15:15
mveDave Kreskowiak25-Nov-08 15:15 
Question[Message Deleted] Pin
swapnil_bhanagle25-Nov-08 7:26
swapnil_bhanagle25-Nov-08 7:26 
AnswerRe: Help For Win32 Appl Pin
Dave Kreskowiak25-Nov-08 8:25
mveDave Kreskowiak25-Nov-08 8:25 
GeneralRe: Help For Win32 Appl Pin
swapnil_bhanagle25-Nov-08 10:01
swapnil_bhanagle25-Nov-08 10:01 
GeneralRe: Help For Win32 Appl Pin
Dave Kreskowiak25-Nov-08 10:51
mveDave Kreskowiak25-Nov-08 10:51 
GeneralRe: Help For Win32 Appl Pin
swapnil_bhanagle25-Nov-08 18:00
swapnil_bhanagle25-Nov-08 18:00 
GeneralRe: Help For Win32 Appl Pin
Pete O'Hanlon25-Nov-08 22:27
mvePete O'Hanlon25-Nov-08 22:27 
swapnil_bhanagle wrote:
there should be the process of killing all the threads


There is. It's called - you write the code to terminate them. Having a process that forcefully terminates running threads is a bad idea. There's a reason the thread is running, so you should deal with it. For instance, suppose your application performs an auto-save. Having the thread that performs this terminate unexpectedly would result in the file becoming corrupt - this isn't a good idea. It's up to you to find your running threads, and handle them - not for Dave to magically conjure some code up for you.

"WPF has many lovers. It's a veritable porn star!" - Josh Smith

My blog | My articles | MoXAML PowerToys



GeneralRe: Help For Win32 Appl Pin
Dave Kreskowiak26-Nov-08 4:04
mveDave Kreskowiak26-Nov-08 4:04 
AnswerRe: Help For Win32 Appl [modified] Pin
Alan N26-Nov-08 6:10
Alan N26-Nov-08 6:10 
QuestionVb.Net Win Appl Need Help for deplovment Pin
swapnil_bhanagle25-Nov-08 6:35
swapnil_bhanagle25-Nov-08 6:35 
AnswerRe: Vb.Net Win Appl Need Help for deplovment Pin
Jon_Boy25-Nov-08 6:57
Jon_Boy25-Nov-08 6:57 
GeneralRe: Vb.Net Win Appl Need Help for deplovment Pin
swapnil_bhanagle25-Nov-08 7:12
swapnil_bhanagle25-Nov-08 7:12 
GeneralRe: Vb.Net Win Appl Need Help for deplovment Pin
Jon_Boy26-Nov-08 2:39
Jon_Boy26-Nov-08 2:39 
Questionhelp needed pls Pin
Umangj25-Nov-08 1:47
Umangj25-Nov-08 1:47 
AnswerRe: help needed pls Pin
Dave Kreskowiak25-Nov-08 3:22
mveDave Kreskowiak25-Nov-08 3:22 
GeneralRe: help needed pls Pin
Umangj25-Nov-08 4:04
Umangj25-Nov-08 4:04 
GeneralRe: help needed pls Pin
Luc Pattyn25-Nov-08 4:15
sitebuilderLuc Pattyn25-Nov-08 4:15 
GeneralRe: help needed pls Pin
Umangj25-Nov-08 4:57
Umangj25-Nov-08 4:57 
QuestionVisual Basic.net User Control Pin
Ryno Engelbrecht24-Nov-08 23:18
Ryno Engelbrecht24-Nov-08 23:18 
AnswerRe: Visual Basic.net User Control Pin
Jon_Boy25-Nov-08 1:32
Jon_Boy25-Nov-08 1:32 
AnswerRe: Visual Basic.net User Control Pin
Ryno Engelbrecht25-Nov-08 1:52
Ryno Engelbrecht25-Nov-08 1:52 
GeneralRe: Visual Basic.net User Control Pin
Jon_Boy25-Nov-08 3:42
Jon_Boy25-Nov-08 3:42 
QuestionRequested registry access is not allowed Pin
Member 445034221-Nov-08 5:55
Member 445034221-Nov-08 5:55 
GeneralRe: Requested registry access is not allowed Pin
Paul Conrad21-Nov-08 6:29
professionalPaul Conrad21-Nov-08 6:29 

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.