Hello, I'm working on a rather large project that I will not go into details as it's not ready to be announced yet.
Anyhow, I'm using the TabControl for the level editor and I need to be able to render to each TabPage. When the user clicks "Tab1", I want the rendering device to switch to "Tab1". If the user clicks "Tab2", I want the rendering device to switch over to "Tab2" and forget about "Tab1"... and so on.
Can this be done?
Thank you!


