Need help on how to make an AOL style movable window inside of the main window
I wanna try to make a little AOL like program that has moveable windows inside of the main window without there being two separate windows if you know what I mean.
(im using visual studio 2017 with C#)
1 Reply
the words you are looking for are a Multiple Document Interface (MDI)
depends on the framework you want to use I guess
if you are using WPF I would probably use AvalonDock