Hello.
I would like to make this program :
But i have no clue on how to make the "form in form" show. Can anybody help me ?
Any tutorials are welcome. Thanks in advance
Hello.
I would like to make this program :
But i have no clue on how to make the "form in form" show. Can anybody help me ?
Any tutorials are welcome. Thanks in advance
If you're talking about Windows Forms applications, "form in form" is normally achieved using MDI, but that would not work well with such a layout.
For tabs there is the TabControl, adding content can be done directly to each page in designer. It would be possible to add a form to a tabpage, but it would be more natural to design such "pages" as usercontrols rather than forms.
Some useful links: Learning videoes, Code Samples, WMI Code Creator, MSDN, The Code Project, WindowsClient.net, ASP.net, W3 Schools, Regular-Expressions.info, GDI+ FAQ
How to format posts with code blocks etc - present the problem/post properly
Bookmarks