C# .NET Framework - Dockable
.NET (Core and Framework)
2
Posts
2
Posters
0
Views
1
Watching
-
I'm looking for a tutorial on how to dock forms within other forms. Example. Menu > Tools > Enable Form1 The form then appears, within the current form. I hope I'm being clear. Thanks.
Hi, The following link has some information about docking. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vbtskDockingControl.asp But i guess you can solve your problem by creating an MDI application. Thanks SGS