In a current project I am working on, I have the need to dock forms on each other. For example, you have form1 and when you move form2 close to the borders of it, it attaches itself to form1. Then it could move with form1.
I would have thought that this would be a built in feature already in .NET, but after doing some brief searches I was not able to find it.
If anyone knows how to do this automatically in C# .NET, or if you have a different solution on how to accomplish it, please let me (and everyone) know.
Thanks,
Bentley.
I would have thought that this would be a built in feature already in .NET, but after doing some brief searches I was not able to find it.
If anyone knows how to do this automatically in C# .NET, or if you have a different solution on how to accomplish it, please let me (and everyone) know.
Thanks,
Bentley.
Comment