Quote Originally Posted by Howard Kaikow
I have previously used a multipage Userform from Office in VB 6. VB treats it as a Designer.

Today, I encountered something strange.

In VB 6, for a particular multipage Userform, only the caption bar is displayed.
I can use the maximize button, or drag, to change the size.

This seems rather odd.

Is there a property I need to set to cause the Designer to open full size?
I found the cause of the problem.

The Initialize event of the Userform includes the following statement:

Me.Height = 335

Commenting out that statement allows the Designer to display full size (not what I want).

Well, I've already converted the other 13 Designers to VB Forms, so I will soon tackle this last one, by far the most complex, as it is multipage. I'll first check whether SSTab control will do the deed.