yes, the Tabbed Dialog Control (the separate OCX) is much easier to work with than the one included with the common controls

If you must use the one with the common controls, put all of your controls for each tab in a frame. On the click event of the tab, show and hide the appropriate frames. This is a bit of smoke and mirrors, but it is how it works


Tom