ipalalan
03-12-2006, 02:45 PM
I need to add a form to a form and then apply transparency and opacity to it.
When I try this it adds the form but I have no control over what I need.
Does anyone know how to do this.
Thanks in advance.
Dim Frm As New Form2
Frm.TopLevel = False
Me.Controls.Add(Frm)
Frm.Show()
Frm.Opacity = 50
Frm.BringToFront()
When I try this it adds the form but I have no control over what I need.
Does anyone know how to do this.
Thanks in advance.
Dim Frm As New Form2
Frm.TopLevel = False
Me.Controls.Add(Frm)
Frm.Show()
Frm.Opacity = 50
Frm.BringToFront()