G
Guest
Hiello
I want Show a transparent Windows Form in Penel but When I set a Forms
Toplevel or Topmost property to false the Transarency Key does not support
and form open in not transparent mode.
How do i make transparent with not toplevel form.
Here is my code -
public void showform()
{
form2 frm = new form2();
frm.transparencykey = frm.Backcolor
frm.Toplevel = false;
frm.Parent = this.Panel1;
frm.show();
}
When I call above function form2 show in panel1 but non transparent
so anybody can help me to show form2 in panel1 and it should be transparent.
thanks in advance
I want Show a transparent Windows Form in Penel but When I set a Forms
Toplevel or Topmost property to false the Transarency Key does not support
and form open in not transparent mode.
How do i make transparent with not toplevel form.
Here is my code -
public void showform()
{
form2 frm = new form2();
frm.transparencykey = frm.Backcolor
frm.Toplevel = false;
frm.Parent = this.Panel1;
frm.show();
}
When I call above function form2 show in panel1 but non transparent
so anybody can help me to show form2 in panel1 and it should be transparent.
thanks in advance