Hi,
I'm trying to use AvalonDock in an application written in VB.NET (Visual Studio Express)
I currently have a MDI Parent window with some child windows.
I would like to add a dockmanager to the parent form.
Can someone point me in the right direction?
I've tested to dockpanel -
http://www.codeproject.com/KB/vb/DockPanelSkin.aspx
and this was very easy to add to my current project.
Thanks,