Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Post a winform to a specific position
Message
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
Environment:
VB 9.0
OS:
Windows 8
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01595313
Message ID:
01595314
Views:
40
>Greetings,
>I'm developing my first vb.net app, so I have a form which is the main of the application, it contains a few buttons on the right side and run it automaximiza for the user to work on the entire screen, I've become container, because I want all forms of application to run within the same form.
>
>But when I run a form that is located behind the (menu of the application), and buttons need to be displayed when the right side of the buttons to a height and width especific this behavior is the same for each type of display.
>
>Could you tell me or guide me on how to do this?
>
>My idea is that everything happens for the user in the same place.
>
>I hope I explained correctamentamente, many thanks ...
>
>TIA

Andrew,
You have a couple of options, one is to set the IsMdiContainer to true. This may be the easiest depending upon how far along you are with the development. Another option is to use a SplitPanel as the main contiainer in the window. Then add a tab pages to the right side of the split container when the user clicks on the buttons on the left. See my attached image.

Kurt
Previous
Reply
Map
View

Click here to load this message in the networking platform