in reply to Re^2: Help with tabstops in Win32::GUI
in thread Help with tabstops in Win32::GUI

You should not AddXXX to the TabStrip object, you should add them to the window $mainform. Then you use e.g. Win32::GUI::TabStripGroup to manage the controls for you.

If you use The GUI Loft, all this is automagically taken care of for you.

/J