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

C#

 
GeneralRe: Remoting : Server calling another Pin
Rutvik Dave10-Sep-08 10:07
professionalRutvik Dave10-Sep-08 10:07 
AnswerRe: Remoting : Server calling another Pin
Pete O'Hanlon10-Sep-08 10:13
mvePete O'Hanlon10-Sep-08 10:13 
GeneralRe: Remoting : Server calling another Pin
MrEyes12-Sep-08 2:31
MrEyes12-Sep-08 2:31 
QuestionRSACryptoServiceProvider asymmetric error Pin
Suresh Ramasamy10-Sep-08 5:26
Suresh Ramasamy10-Sep-08 5:26 
AnswerRe: RSACryptoServiceProvider asymmetric error Pin
Mbah Dhaim10-Sep-08 8:38
Mbah Dhaim10-Sep-08 8:38 
QuestionStrange List<string> sorting request</string> Pin
Vodstok10-Sep-08 4:44
Vodstok10-Sep-08 4:44 
AnswerRe: Strange List sorting request Pin
Ennis Ray Lynch, Jr.10-Sep-08 5:08
Ennis Ray Lynch, Jr.10-Sep-08 5:08 
AnswerRe: Strange List sorting request Pin
Guffa10-Sep-08 5:19
Guffa10-Sep-08 5:19 
GeneralRe: Strange List sorting request Pin
Vodstok10-Sep-08 5:28
Vodstok10-Sep-08 5:28 
GeneralRe: Strange List sorting request Pin
Mbah Dhaim10-Sep-08 7:59
Mbah Dhaim10-Sep-08 7:59 
QuestionHow can I built an XmlDocument from scratch and then validate it? Pin
JNeave10-Sep-08 4:43
JNeave10-Sep-08 4:43 
AnswerRe: How can I built an XmlDocument from scratch and then validate it? Pin
Monark10-Sep-08 14:19
Monark10-Sep-08 14:19 
QuestionThraed time ! Pin
Mohammad Dayyan10-Sep-08 4:39
Mohammad Dayyan10-Sep-08 4:39 
AnswerRe: Thraed time ! Pin
JNeave10-Sep-08 4:54
JNeave10-Sep-08 4:54 
AnswerRe: Thraed time ! Pin
leppie10-Sep-08 4:56
leppie10-Sep-08 4:56 
AnswerRe: Thraed time ! Pin
Guffa10-Sep-08 5:22
Guffa10-Sep-08 5:22 
There is no built in way to time limit a thread, you have to do it yourself.

Store the start time in a variable when the thread method starts. Then periodically check the difference between the start time and the current time, and exit out of the method if the predefined time has elapsed.

Despite everything, the person most likely to be fooling you next is yourself.

GeneralRe: Thraed time ! Pin
Mohammad Dayyan10-Sep-08 7:44
Mohammad Dayyan10-Sep-08 7:44 
AnswerRe: Thraed time ! Pin
#realJSOP10-Sep-08 7:49
professional#realJSOP10-Sep-08 7:49 
GeneralRe: Thraed time ! Pin
Mohammad Dayyan10-Sep-08 7:53
Mohammad Dayyan10-Sep-08 7:53 
QuestionProblem with String Pin
Rick van Woudenberg10-Sep-08 3:46
Rick van Woudenberg10-Sep-08 3:46 
AnswerRe: Problem with String Pin
leppie10-Sep-08 3:49
leppie10-Sep-08 3:49 
AnswerRe: Problem with String Pin
c242310-Sep-08 4:13
c242310-Sep-08 4:13 
GeneralRe: Problem with String Pin
Rick van Woudenberg10-Sep-08 4:32
Rick van Woudenberg10-Sep-08 4:32 
GeneralRe: Problem with String Pin
Ennis Ray Lynch, Jr.10-Sep-08 4:33
Ennis Ray Lynch, Jr.10-Sep-08 4:33 
GeneralRe: Problem with String Pin
c242310-Sep-08 4:42
c242310-Sep-08 4:42 

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.