Click here to Skip to main content
15,901,666 members
Home / Discussions / C#
   

C#

 
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 
QuestionView source of a control Pin
ZeXr010-Sep-08 3:19
ZeXr010-Sep-08 3:19 
AnswerDon't use the IDE Pin
Ennis Ray Lynch, Jr.10-Sep-08 3:24
Ennis Ray Lynch, Jr.10-Sep-08 3:24 
GeneralRe: Don't use the IDE Pin
ZeXr010-Sep-08 4:29
ZeXr010-Sep-08 4:29 
GeneralRe: Don't use the IDE Pin
Ennis Ray Lynch, Jr.10-Sep-08 4:30
Ennis Ray Lynch, Jr.10-Sep-08 4:30 
AnswerRe: View source of a control Pin
Ashfield10-Sep-08 3:37
Ashfield10-Sep-08 3:37 
GeneralRe: View source of a control Pin
ZeXr010-Sep-08 4:27
ZeXr010-Sep-08 4:27 
GeneralRe: View source of a control Pin
Ashfield10-Sep-08 5:08
Ashfield10-Sep-08 5:08 
QuestionEnum and sets Pin
Dirso10-Sep-08 3:17
Dirso10-Sep-08 3:17 

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.