How can I connect Project1 to Project2 in Visual Basic?Pl send the Answers with proper coding As soon as Possible.

Showing Answers 1 - 1 of 1 Answers

vaibhav Tripathi

  • Dec 1st, 2006
 

go to the below process......

1.add project 1 to project 2.

2.use SYSTEM.DIAGNOSTIC.PROCESS to run the EXE of project2.

3.create an object of PROCESS.

3.write system.diagnostic.process("....Path...")

4.PROCESS P=NEW SYSTEM.DIAGNOSTIC.PROCESS

    P.START(.....)

    P.RUN()

5.I THINK THAT WILL HELP U

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions