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

.NET (Core and Framework)

 
AnswerRe: TEXTBOX TEXT REFERRENCE Pin
Jack Vanderhorst14-Jul-09 5:23
Jack Vanderhorst14-Jul-09 5:23 
QuestionMulti-processing Pin
cateyes996-Jul-09 15:53
cateyes996-Jul-09 15:53 
AnswerRe: Multi-processing Pin
Curtis Schlak.6-Jul-09 17:19
Curtis Schlak.6-Jul-09 17:19 
GeneralRe: Multi-processing Pin
cateyes996-Jul-09 17:54
cateyes996-Jul-09 17:54 
GeneralRe: Multi-processing Pin
Dave Kreskowiak6-Jul-09 18:58
mveDave Kreskowiak6-Jul-09 18:58 
GeneralRe: Multi-processing Pin
Curtis Schlak.7-Jul-09 15:24
Curtis Schlak.7-Jul-09 15:24 
GeneralRe: Multi-processing Pin
cateyes997-Jul-09 15:41
cateyes997-Jul-09 15:41 
GeneralRe: Multi-processing Pin
Curtis Schlak.7-Jul-09 18:20
Curtis Schlak.7-Jul-09 18:20 
If you're looking for the C# equivalent to
<font color="green">// in file foo.c</font>

if(fork()) {
  <font color="green">// Do parent process stuff here</font>
} else {
  <font color="green">// Do child process stuff here</font>
}
then I have to disappoint you by reporting that the .NET runtime supports no such system-like call.

However, I would challenge the decision to do this by saying, "Hey, that's provedural code out the yin-yang and, since we're ostensibly using an object-oriented framework, then we should seek object-oriented solutions."

Just my 0.02 USD.

"we must lose precision to make significant statements about complex systems."
-deKorvin on uncertainty

QuestionIntellisense help Pin
thenutz726-Jul-09 10:22
thenutz726-Jul-09 10:22 
AnswerRe: Intellisense help Pin
Luc Pattyn6-Jul-09 11:45
sitebuilderLuc Pattyn6-Jul-09 11:45 
GeneralRe: Intellisense help Pin
thenutz726-Jul-09 12:18
thenutz726-Jul-09 12:18 
GeneralRe: Intellisense help Pin
Luc Pattyn6-Jul-09 12:27
sitebuilderLuc Pattyn6-Jul-09 12:27 
AnswerRe: Intellisense help Pin
cateyes996-Jul-09 15:48
cateyes996-Jul-09 15:48 
QuestionWinInet class wrapper? Pin
NetDave6-Jul-09 7:57
NetDave6-Jul-09 7:57 
QuestionWebservices & Reflection & Request types. Pin
Mr Jen Withers6-Jul-09 4:45
Mr Jen Withers6-Jul-09 4:45 
Questionbios date time [modified] Pin
vishal lele6-Jul-09 1:47
vishal lele6-Jul-09 1:47 
AnswerRe: bios date time Pin
Colin Angus Mackay6-Jul-09 1:55
Colin Angus Mackay6-Jul-09 1:55 
AnswerRe: bios date time Pin
Colin Angus Mackay6-Jul-09 2:12
Colin Angus Mackay6-Jul-09 2:12 
AnswerRe: bios date time Pin
Eddy Vluggen6-Jul-09 3:15
professionalEddy Vluggen6-Jul-09 3:15 
QuestionInterop call in .Net exe fails when executing from Scheduled task Pin
Hariharan.T5-Jul-09 23:22
Hariharan.T5-Jul-09 23:22 
AnswerRe: Interop call in .Net exe fails when executing from Scheduled task Pin
Colin Angus Mackay6-Jul-09 1:57
Colin Angus Mackay6-Jul-09 1:57 
QuestionFramework and Flatform? Pin
hkim_zoro5-Jul-09 17:48
hkim_zoro5-Jul-09 17:48 
AnswerRe: Framework and Flatform? Pin
Colin Angus Mackay6-Jul-09 1:58
Colin Angus Mackay6-Jul-09 1:58 
GeneralRe: Framework and Flatform? Pin
hkim_zoro7-Jul-09 16:23
hkim_zoro7-Jul-09 16:23 
QuestionBest practice for updating UI in multi-threaded app Pin
bobishkindaguy5-Jul-09 13:55
bobishkindaguy5-Jul-09 13:55 

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.