Click here to Skip to main content
15,916,318 members
Home / Discussions / C#
   

C#

 
GeneralRe: Change user controls in runtime using c# Pin
bensonbenadict11-Jan-09 19:31
bensonbenadict11-Jan-09 19:31 
QuestionCreate new url type for RichTextBox [modified] Pin
ghbloos9-Jan-09 23:45
ghbloos9-Jan-09 23:45 
AnswerRe: Create new url type for RichTextBox Pin
Eddy Vluggen10-Jan-09 0:37
professionalEddy Vluggen10-Jan-09 0:37 
GeneralRe: Create new url type for RichTextBox Pin
ghbloos10-Jan-09 1:03
ghbloos10-Jan-09 1:03 
AnswerRe: Create new url type for RichTextBox Pin
mav.northwind10-Jan-09 1:17
mav.northwind10-Jan-09 1:17 
GeneralRe: Create new url type for RichTextBox Pin
ghbloos10-Jan-09 1:33
ghbloos10-Jan-09 1:33 
QuestionThread.Abort Pin
thenewbee9-Jan-09 19:42
thenewbee9-Jan-09 19:42 
AnswerRe: Thread.Abort Pin
Wendelius9-Jan-09 21:24
mentorWendelius9-Jan-09 21:24 
thenewbee wrote:
Is there any way other than Abort to terminate a thread


In normal situation the thread execution ends when the method you passed for ThreadStart has finished.

thenewbee wrote:
How can i Suspend or resume Asynchronous threads


You can call Sleep inside the thread. If you need to synchronize separate threads, see for example Join method and lock statement

The need to optimize rises from a bad design.My articles[^]

AnswerRe: Thread.Abort Pin
Luc Pattyn10-Jan-09 0:10
sitebuilderLuc Pattyn10-Jan-09 0:10 
GeneralRe: Thread.Abort Pin
Wendelius10-Jan-09 1:24
mentorWendelius10-Jan-09 1:24 
Questionget an assembly name Pin
Xmen Real 9-Jan-09 19:37
professional Xmen Real 9-Jan-09 19:37 
AnswerRe: get an assembly name Pin
Wendelius9-Jan-09 21:16
mentorWendelius9-Jan-09 21:16 
GeneralRe: get an assembly name Pin
Xmen Real 9-Jan-09 22:23
professional Xmen Real 9-Jan-09 22:23 
GeneralRe: get an assembly name Pin
Wendelius9-Jan-09 22:29
mentorWendelius9-Jan-09 22:29 
GeneralRe: get an assembly name Pin
Xmen Real 9-Jan-09 22:31
professional Xmen Real 9-Jan-09 22:31 
GeneralRe: get an assembly name Pin
Xmen Real 9-Jan-09 22:28
professional Xmen Real 9-Jan-09 22:28 
GeneralRe: get an assembly name Pin
Wendelius9-Jan-09 23:01
mentorWendelius9-Jan-09 23:01 
QuestionPrinting in c#.net Pin
rughimire9-Jan-09 19:14
rughimire9-Jan-09 19:14 
AnswerRe: Printing in c#.net Pin
Wendelius9-Jan-09 21:28
mentorWendelius9-Jan-09 21:28 
GeneralRe: Printing in c#.net Pin
rughimire10-Jan-09 18:52
rughimire10-Jan-09 18:52 
GeneralRe: Printing in c#.net Pin
Wendelius10-Jan-09 20:50
mentorWendelius10-Jan-09 20:50 
GeneralRe: Printing in c#.net Pin
rughimire11-Jan-09 4:50
rughimire11-Jan-09 4:50 
GeneralRe: Printing in c#.net Pin
Wendelius11-Jan-09 7:03
mentorWendelius11-Jan-09 7:03 
Questionconvert datetime to string Pin
ferronrsmith9-Jan-09 15:09
ferronrsmith9-Jan-09 15:09 
AnswerRe: convert datetime to string Pin
Bottomless Wisdom9-Jan-09 15:15
Bottomless Wisdom9-Jan-09 15:15 

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.