Multi-Tab Controlling
-
I have searched everywhere but can't find out how to do it. I am trying to create a multi-tabbed program and manage sub controls and content in it. The program I'm designing is a multi-tabbed text editor, (like EditPad), and I want to manage the textbox inside of it so I can save and manipulate the text. Is there an article on how to do this? I'm starting to think I'm in over head here. Would it be easier to do this in another language? Thanks!
Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.
-
I have searched everywhere but can't find out how to do it. I am trying to create a multi-tabbed program and manage sub controls and content in it. The program I'm designing is a multi-tabbed text editor, (like EditPad), and I want to manage the textbox inside of it so I can save and manipulate the text. Is there an article on how to do this? I'm starting to think I'm in over head here. Would it be easier to do this in another language? Thanks!
Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.
-
Thanks, but that's not what I'm looking for. Any other ideas?
Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.
-
Thanks, but that's not what I'm looking for. Any other ideas?
Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.
This is what you might be looking for (Tabbed MDI[^]), though it is in C# (you can convert to vb.net, there are plenty of sites out there that do it if you don't know how). Another option is a control (by Weifen Luo), pre-made which can be found here[^]. Cheers, Daniel
-
This is what you might be looking for (Tabbed MDI[^]), though it is in C# (you can convert to vb.net, there are plenty of sites out there that do it if you don't know how). Another option is a control (by Weifen Luo), pre-made which can be found here[^]. Cheers, Daniel
The "Tabbed MDI" article is just what I needed. Thanks a lot!
Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.