Tuesday, 3 October 2017

How to open Another .exe file through windows form application in urdu

Aslam-u-Alikuum Beautiful People



Code for This Project:

 private void pictureBox1_Click(object sender, EventArgs e)
        {
            System.Diagnostics.Process.Start(@"C:\Program Files (x86)\Counter-Strike 1.6\cstrike.exe");
        
        }


watch the video and then you will able to understand  the code

No comments:

Post a Comment