How to start procedure in different programme? 
Author Message
 How to start procedure in different programme?

Hello,
I Have small problem. I wrote two programmes in C# (programme "A" and
programme "B").
Programme A after starting it has to check whether programme B is started ?
- If SO - programme A it has to pass on parameter (string) and to call out
procedure ( maybe some ideas ???)
- if NO - programme A it has to start programme B and to pass on parameter
(then I know)

Thanks in advance,
Pawel



Wed, 25 Aug 2004 01:30:25 GMT  
 How to start procedure in different programme?
HI,
You can use the Process class . In my opinion you will find methods to
handle your need.

Regards
Akila
http://www.Synergetics-India.com


Quote:
> Hello,
> I Have small problem. I wrote two programmes in C# (programme "A" and
> programme "B").
> Programme A after starting it has to check whether programme B is started
?
> - If SO - programme A it has to pass on parameter (string) and to call out
> procedure ( maybe some ideas ???)
> - if NO - programme A it has to start programme B and to pass on parameter
> (then I know)

> Thanks in advance,
> Pawel



Wed, 25 Aug 2004 03:12:30 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Window procedure, window class procedure and dialog procedure

2. Starting a stored procedure whithout waiting its terminating

3. execl,execv ... starting a UNIX-shell procedure

4. starting COM server with different aouthority.

5. Can I start batch with different extension?

6. how to start coding a program that will start two different windows simultaneously?

7. Globals in different files, different types, same names

8. Different sizes of long int on different machines.

9. ATL7 / different OSs == different results

10. Different ODBC versions accept different parameters???

11. Different results of OpenSchema() with different drivers?

12. Why different run on different systems??

 

 
Powered by phpBB® Forum Software