Hello,
What is the best solution to creating a new tab at runtime which contains elements in VB.NET 2012.
For example, <from users view>
1. File > New
2. <sees new tab> <new tab contains another control for editing text>
This process can be repeated and tabs can be closed, however I still need to be notified if the text has changed inside selected tab X, and also to be able to make changes to it (aka, bold, load text from a file, etc).
Thanks in advance.
What is the best solution to creating a new tab at runtime which contains elements in VB.NET 2012.
For example, <from users view>
1. File > New
2. <sees new tab> <new tab contains another control for editing text>
This process can be repeated and tabs can be closed, however I still need to be notified if the text has changed inside selected tab X, and also to be able to make changes to it (aka, bold, load text from a file, etc).
Thanks in advance.