Click here to Skip to main content
15,902,032 members
Home / Discussions / C#
   

C#

 
QuestionBit manipulation of bytes ? [Solved] Pin
myreki1-Jun-10 4:41
myreki1-Jun-10 4:41 
AnswerRe: Bit manipulation of bytes ? Pin
OriginalGriff1-Jun-10 4:47
mveOriginalGriff1-Jun-10 4:47 
AnswerRe: Bit manipulation of bytes ? Pin
harold aptroot1-Jun-10 4:48
harold aptroot1-Jun-10 4:48 
AnswerRe: Bit manipulation of bytes ? Pin
PIEBALDconsult1-Jun-10 4:48
mvePIEBALDconsult1-Jun-10 4:48 
GeneralRe: Bit manipulation of bytes ? Pin
myreki1-Jun-10 4:51
myreki1-Jun-10 4:51 
GeneralRe: Bit manipulation of bytes ? Pin
Anthony Mushrow1-Jun-10 4:58
professionalAnthony Mushrow1-Jun-10 4:58 
GeneralRe: Bit manipulation of bytes ? Pin
myreki1-Jun-10 5:08
myreki1-Jun-10 5:08 
QuestionHow to create a child process in C#? Pin
martingeorgiev1-Jun-10 2:55
martingeorgiev1-Jun-10 2:55 
Hello,

I need to create a child process in C#. The main process should wait until the child process is done. The execution goes in this order:

/////////////////////////////////

parent process executes some code

parent process creates a child process and goes to sleep

child process executes some code

child process is done executing the code

parent process wakes up

parent process continues execution

///////////////////////////////////



I am looking for some simple implementation i.e. something like the fork() system call available in the C programming language. I don't want to create a new Thread. Any ideas how to achieve this result?



Thank you!



Best,

Martin
AnswerRe: How to create a child process in C#? Pin
Abhinav S1-Jun-10 3:01
Abhinav S1-Jun-10 3:01 
AnswerRe: How to create a child process in C#? Pin
PIEBALDconsult1-Jun-10 4:24
mvePIEBALDconsult1-Jun-10 4:24 
GeneralRe: How to create a child process in C#? Pin
Luc Pattyn1-Jun-10 4:36
sitebuilderLuc Pattyn1-Jun-10 4:36 
GeneralRe: How to create a child process in C#? Pin
PIEBALDconsult1-Jun-10 4:37
mvePIEBALDconsult1-Jun-10 4:37 
GeneralRe: How to create a child process in C#? Pin
martingeorgiev1-Jun-10 5:32
martingeorgiev1-Jun-10 5:32 
GeneralRe: How to create a child process in C#? Pin
PIEBALDconsult1-Jun-10 5:39
mvePIEBALDconsult1-Jun-10 5:39 
GeneralRe: How to create a child process in C#? Pin
martingeorgiev1-Jun-10 5:31
martingeorgiev1-Jun-10 5:31 
GeneralRe: How to create a child process in C#? Pin
PIEBALDconsult1-Jun-10 5:44
mvePIEBALDconsult1-Jun-10 5:44 
Questiondisplaying progress bar in background worker thread C# Pin
evrajo31-May-10 23:32
evrajo31-May-10 23:32 
AnswerRe: displaying progress bar in background worker thread C# Pin
Pete O'Hanlon31-May-10 23:46
mvePete O'Hanlon31-May-10 23:46 
GeneralRe: displaying progress bar in background worker thread C# Pin
evrajo31-May-10 23:51
evrajo31-May-10 23:51 
GeneralRe: displaying progress bar in background worker thread C# Pin
evrajo1-Jun-10 0:05
evrajo1-Jun-10 0:05 
GeneralRe: displaying progress bar in background worker thread C# Pin
Pete O'Hanlon1-Jun-10 0:08
mvePete O'Hanlon1-Jun-10 0:08 
GeneralRe: displaying progress bar in background worker thread C# Pin
Pete O'Hanlon1-Jun-10 0:06
mvePete O'Hanlon1-Jun-10 0:06 
AnswerRe: displaying progress bar in background worker thread C# Pin
DaveyM691-Jun-10 0:31
professionalDaveyM691-Jun-10 0:31 
AnswerRe: displaying progress bar in background worker thread C# Pin
PIEBALDconsult1-Jun-10 4:38
mvePIEBALDconsult1-Jun-10 4:38 
QuestionExcel Workbook Save copy error in Windows 2003 server Pin
kumuda.t31-May-10 23:27
kumuda.t31-May-10 23:27 

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.