Windows Develop Bookmark and Share   
 index > Windows Forms Sample Applications > linking
 

linking

how can i link windows forms in c# coz am failingg to do this

Andymuggie  Wednesday, September 03, 2008 6:58 AM

Hi Andymuggie

Do you mean you want to lunch another application in your application? I think you can use Process to do this. Here is an easy example.

Code Snippet

process = new Process();

"C:\\AnotherApp.exe";

in this example, you will start another application on your disk.

If I have misunderstood you, please don’t hesitate to tell me.

Sincerely,

Kira Qian

Windows Forms General FAQs
Windows Forms Data Controls and Databinding FAQs

Kira Qian  Friday, September 05, 2008 7:35 AM

Hi Andymuggie

Do you mean you want to lunch another application in your application? I think you can use Process to do this. Here is an easy example.

Code Snippet

process = new Process();

"C:\\AnotherApp.exe";

in this example, you will start another application on your disk.

If I have misunderstood you, please don’t hesitate to tell me.

Sincerely,

Kira Qian

Windows Forms General FAQs
Windows Forms Data Controls and Databinding FAQs

Kira Qian  Friday, September 05, 2008 7:35 AM

You can use google to search for other answers

Custom Search

More Threads

• need workaround to install on sql svr named instance
• png images
• How to get text from ListView Control using SendMessage API
• This forum has migrated successfully on December 10, 2008
• BUG: Microsoft.ApplicationBlocks.Data
• TaskVision Installation Problem
• Terrarium Server - Strange periodic message in EventLog
• Windows form components
• display sequential images on a window form
• Please Wait at least 5 minutes ?