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();
}
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