1
Answer

How to call aother form though a btn_click event

r_keya

r_keya

20y
2k
1
Hi, I have a form and have an edit btn on it. I want to go another form from there onec that btn is clicked. I am doing the following... Application.Run(new Form3()); in the Edit btn_Click event. Nothing is happening. Can someone help me with this please?
Answers (1)