Click here to Skip to main content
15,888,315 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
hi to all!

i have five different appliocation
app1, app2, app3, app4, app5

and i have one main form where i have five buttons

when click on button1 app1 will executed

when click on button2 app2 will executed

when click on button3 app3 will executed

when click on button4 app4 will executed

when click on button5 app5 will executed

how i have to do all this
Posted

1 solution

Take a look at Process class. It has a Start method that can help you.
 
Share this answer
 
Comments
Christian Graus 10-Aug-11 3:53am    
Beat me to it. How did someone write five apps who can't use google, has no reference books and has to ask this ?
kami124 10-Aug-11 3:56am    
i am newly in c sharp
sometime i dont come to know what i write on google to search

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900