Why not just show it modally?
private void button1_Click(object sender, EventArgs e)
{
using (frm1 frm = new frm1())
{
frm.ShowDialog();
}
}
sknake
Industrious Poster
4,954 posts since Feb 2009
Reputation Points: 1,764
Solved Threads: 735
You're welcome
Please mark this thread as solved if you have found an answer to your question and good luck!
sknake
Industrious Poster
4,954 posts since Feb 2009
Reputation Points: 1,764
Solved Threads: 735