Overlapped windows controls
-
Hello, When developing a Windows Application, You may have to put lots of controls on same form. Therefore It becomes too difficult to see, manage and manipulate all of these overlapped controls. I think, it is a frequently encountered problem. Are there an way to solve this?
-
Hello, When developing a Windows Application, You may have to put lots of controls on same form. Therefore It becomes too difficult to see, manage and manipulate all of these overlapped controls. I think, it is a frequently encountered problem. Are there an way to solve this?
Hi that's when the Containers technique comes handy a container is much like a standalone subform has its own controls when you you move the container you move all the contained controls examples of containers Panel, GroupBox,TabControl, ToolBar you can take the "Folder Options" Dialog as an example of how microsoft manage toooooooo many overlapped controls in one single form through frames and tabPages Ahmad Shaban