Cristian Zerbinati asked 2018-03-01 09:54:18 UTC
Hi,
create Desktop1
create MenuBar1 and set Dock = Top
create a usercontrol via code:
Dim uc As New MyControl
Me.Controls.Add(uc)
uc.Dock = DockStyle.Fill
uc.Show()
The usercontrol go full screen over or under Menu that is dock top
Regards
Cristian
Cristian Zerbinati asked 2018-03-01 09:54:18 UTC
Hi,
create Desktop1
create MenuBar1 and set Dock = Top
create a usercontrol via code:
Dim uc As New MyControl
Me.Controls.Add(uc)
uc.Dock = DockStyle.Fill
uc.Show()
The usercontrol go full screen over or under Menu that is dock top
Regards
Cristian