Sunday 9 December 2012

modal popup in windows

Add two pages in your project
2nd page set two properties
cotrolbox=false
FromBordstyle=none
TopMost=true
coding of fast page
first page have a button
 private void button1_Click(object sender, EventArgs e)
        {
            Form3 f = new Form3();
            f.Show();
        }


No comments:

Post a Comment