Windows Develop Bookmark and Share   
 index > Windows Forms General > Complex dividing interface
 

Complex dividing interface

Hi,

I need to develop an interface that can permit me to define a frame like enviorment as such in html.

Imagine the frames the in html. I can make them horizontal or vertical, and inside of each frame i can create another.

I gave a look around the provided controls and i cant see anything that can help me building such graphic interface.

The objective is to construct a xml file with those partitions.

Can anyone give me some tips on how can i do this?

Thx

Nuno


sinosoidal  Friday, March 16, 2007 2:26 PM
One can do that using winforms and the controls you are interested in are the Panel, FlowLayoutPanel, and importantly the SplitContainer. These controls are all found in the Containers section of the Resource Toolbox.



I suggest that you browse these examples and FAQs to help solve your problems.

Check out the 101 Samples for Visual Studio 2005 which is a robust, initial development tasks to more involved tasks for winforms, web development etc which may help you in other areas.

Check out the Windows Forms .Net (FAQ) which has differing lists of items, very helpful. Another FAQ which rounds up many subjects is the MSDN Winforms FAQ. Also check out is the GotDotNet Winforms Quick Start.

OmegaMan  Monday, March 19, 2007 6:26 PM
One can do that using winforms and the controls you are interested in are the Panel, FlowLayoutPanel, and importantly the SplitContainer. These controls are all found in the Containers section of the Resource Toolbox.



I suggest that you browse these examples and FAQs to help solve your problems.

Check out the 101 Samples for Visual Studio 2005 which is a robust, initial development tasks to more involved tasks for winforms, web development etc which may help you in other areas.

Check out the Windows Forms .Net (FAQ) which has differing lists of items, very helpful. Another FAQ which rounds up many subjects is the MSDN Winforms FAQ. Also check out is the GotDotNet Winforms Quick Start.

OmegaMan  Monday, March 19, 2007 6:26 PM

You can use google to search for other answers

Custom Search

More Threads

• File locked problem
• Anyone have a list of objects that should be .disposed?
• command line execution (through shell); move VBA application to VB2005; executable stops prematurely/immediately
• Multiline TextBox is running out of space
• Sorry simple newbie question - saving data
• KeyPress
• How accessing a form1 from a form2...
• how to use the value of textbox of mdi child1 in mdi child 2
• Axshdocvw.Axwebbrowser displaying SQL Server Reporting Services reports
• Access Form2 from Form1