Retroactively adding a tab conntrol isn't simple. You add the tab control to
the form, break the current set of controls into convienient chunks and add
those to TabPages within the tab control.
Doing this by hand is a pain but whether it's simpler just to bite the
bullet and re-do your layout or to create a clever way to process the code,
say with a macro, is impossible to say without looking at your application.
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.