Multi-tab application (C#)

Posted by Zach on Stack Overflow See other posts from Stack Overflow or by Zach
Published on 2009-11-17T01:42:42Z Indexed on 2010/04/20 8:03 UTC
Read the original article Hit count: 245

Filed under:
|
|
|
|

Hi,

I'm creating a multi-tabbed .NET application that allows the user to dynamically add and remove tabs at runtime. When a new tab is added, a control is added to it (as a child), in which the contents can be edited (eg. a text box). The user can perform tasks on the currently visible text box using a toolbar/menu bar.

To better explain this, look at the picture below to see an example of what I want to accomplish. It's just a mock-up, so it doesn't actually work that way, but it shows what I want to get done. Essentially, like a multi-tabbed Notepad.

View the image here: http://picasion.com/pic15/324b466729e42a74b9632c1473355d3b.gif

Is this possible in .NET? I'm pretty sure it is, I'm just looking for a way that it can be implemented.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET