or
Dim
fLogin
As
Form
fLogin =
New
Login
fLogin.MdiParent =
Me
fLogin.StartPosition = FormStartPosition.CenterParent
fLogin.WindowState = FormWindowState.Normal
fLogin.Show()
PROBLEMS:
1. the radmenu has no theme
2. in the radmenu, i have a radmenuHeaderItem - it is aligned on the top no matter what i try - so does not line up with the menu items (not aligned middled like the menu items).
3. the login page appears in the upper top left corner not centered.
i've looked for examples but none of what i'm trying to accomplish.
please help. i've been on asp.net for the past 5 years so it's frustrating.
thanks!
I really liked Kaspersky's User Interface.
Is it possible to create some UI like that, using Telerik controls for WinForms ?
Thanks