Hi
I am able to create a transparent panel easily enough on a top level windows form. I read that this is only works on a top level window... I am using some UserControls as overlay dialogs to process some settings. How would go about creating a transparent panel on a sub level UserControl?
MyPanel1.BackColor = Color.FromArgb)25, 100, 100, 100)
works for the top level form but not the sub level UserControl
Thanks