I looked at the code of one of the example projects that came with VB6 as I wanted to find out how to use tabs (like for options windows). The code in one form with tabs involved the controls being contained within picture boxes and when the tabs were clicked on there were simple moved offscreen (left -2000) to reveal the ones below. Surely there must be a better way to do it. The tabs I have created also do not follow the Windows XP theme when the rest of the program does. I have disabled the tabs that do not follow the XP theme at all via Project and Components. Let me knoe if there is another way of creating tab pages and how to get them to follow the Windows XP theme.

Thanks in advance!