1
Answer

running another project from one project buy a click of a button

Jim Gannon

Jim Gannon

15y
2.9k
1
running another project from one project buy a click of a button....
looking and trying so far not successful...any help would be greatly appreciated jmg
On a second form I created a button  and want to click the button to run the second prpject...

Below is the second form.


namespace ScreenShotApp
{
    public partial class Form2 : Form
    {
        public Form2()
        {
            InitializeComponent();
        }

        private void backtoform1_Click(object sender, EventArgs e)
        {
            Form1 form1 = new Form1();



            form1.Show();
            this.Hide();
        }

        private void label1_Click(object sender, EventArgs e)
        {

        }

        private void button3_Click(object sender, EventArgs e)
        {
            // This is the button to click to run the other project can't seem to get any answers....Thank You.

           
           
        }
    }
}



           
           
           
       
Answers (1)
0
Manikandan Murugesan
NA 20.5k 98.9k 7y
Refer the following Links : https://www.codeproject.com/Questions/837318/send-message-by-to-whatsapp-programmatically-using
 
https://www.codeproject.com/Questions/1080393/Help-me-sms-send-to-whatsapp-api-whatsapp-csharp 
 
https://youtu.be/4i4G7GBSgnI