Click here to Skip to main content
15,910,981 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# operator overloading is very limited Pin
Orantho22-Dec-02 22:06
Orantho22-Dec-02 22:06 
GeneralInternet Connections Pin
Dave Kerr22-Dec-02 5:19
Dave Kerr22-Dec-02 5:19 
GeneralDelegate/Event question Pin
Rocky Moore21-Dec-02 22:49
Rocky Moore21-Dec-02 22:49 
GeneralRe: Delegate/Event question Pin
leppie22-Dec-02 1:31
leppie22-Dec-02 1:31 
GeneralLaunch Console Applications in the background Pin
Shock The Dark Mage21-Dec-02 18:59
Shock The Dark Mage21-Dec-02 18:59 
GeneralRe: Launch Console Applications in the background Pin
leppie21-Dec-02 23:10
leppie21-Dec-02 23:10 
GeneralRe: Launch Console Applications in the background Pin
Shock The Dark Mage22-Dec-02 4:19
Shock The Dark Mage22-Dec-02 4:19 
GeneralRe: Launch Console Applications in the background Pin
Arun Bhalla26-Dec-02 13:14
Arun Bhalla26-Dec-02 13:14 
In UNIX, in order to have the program put itself in the background, it needs to fork a child process. True system daemons are double-forked. The first fork puts the program in the background, the second fork isolates itself from the current process group (e.g., a user's session). However, Windows has never supported the concept of fork(), so it would be surprising to see it in .NET.

It appears that Mono is closely following the .NET SDK to make sure that Mono (.NET) programs are cross-platform, but in case there is a concept of fork() within Mono, go with that. For a 100% pure .NET cross-platform program, I'd suggest you take a peek at System.Diagnostics.Process.
GeneralFind String in a Large String Pin
Steve McLenithan21-Dec-02 16:24
Steve McLenithan21-Dec-02 16:24 
GeneralRe: Find String in a Large String Pin
Rob Graham21-Dec-02 16:51
Rob Graham21-Dec-02 16:51 
GeneralRe: Find String in a Large String Pin
Thong Nguyen21-Dec-02 22:29
Thong Nguyen21-Dec-02 22:29 
GeneralMDB to Text Pin
Jassim Rahma21-Dec-02 9:46
Jassim Rahma21-Dec-02 9:46 
GeneralRe: MDB to Text Pin
David Stone21-Dec-02 10:19
sitebuilderDavid Stone21-Dec-02 10:19 
GeneralRe: MDB to Text Pin
jassim21-Dec-02 10:26
jassim21-Dec-02 10:26 
Generalupdate stausBar Pin
Jassim Rahma21-Dec-02 9:44
Jassim Rahma21-Dec-02 9:44 
GeneralExtended MAPI and C# Pin
Anonymous21-Dec-02 6:07
Anonymous21-Dec-02 6:07 
GeneralControl Properties Pin
Dave Kerr21-Dec-02 0:52
Dave Kerr21-Dec-02 0:52 
GeneralRe: Control Properties Pin
Burt Harris21-Dec-02 11:28
Burt Harris21-Dec-02 11:28 
GeneralHTTP Read w/ Authentication Pin
Larry Rutledge20-Dec-02 11:27
Larry Rutledge20-Dec-02 11:27 
GeneralRe: HTTP Read w/ Authentication Pin
leppie20-Dec-02 17:15
leppie20-Dec-02 17:15 
GeneralRe: HTTP Read w/ Authentication Pin
Burt Harris21-Dec-02 9:53
Burt Harris21-Dec-02 9:53 
GeneralDirectX 9.0 Released Pin
Heath Stewart20-Dec-02 9:26
protectorHeath Stewart20-Dec-02 9:26 
QuestionDoes this type of Windows Tree Control exist??? Pin
LongRange.Shooter20-Dec-02 9:08
LongRange.Shooter20-Dec-02 9:08 
AnswerRe: Does this type of Windows Tree Control exist??? Pin
Kannan Kalyanaraman20-Dec-02 18:29
Kannan Kalyanaraman20-Dec-02 18:29 
GeneralRe: Does this type of Windows Tree Control exist??? Pin
LongRange.Shooter23-Dec-02 2:43
LongRange.Shooter23-Dec-02 2:43 

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.