blah blah blah is here! blah blah » Close

0
votes
1 answers

Process.Start() ......

I'm using VS 2008 Express edition..... [code]string filename; private void button3_Click(object sender, EventArgs e) { Form3 f3 = (Form3)Application.OpenForms["Form3"]; ComboBox cb1 ...

Feedback