I have some strange problems using VB6 EE SP3 for creating ActiveX control containing MSFlexGrid.
I put MSFlexGrid onto the control and wanted to use ActiveX Control Interface Wizard, but property
Col and Row disappeared from the list of possible properties!

I created 2 new public properties OpenH and OpenW - if I click on the Grid - it should be expanded in size till OpenH and OpenW. Code is very simple.
I can set them in design time, but they are
ALWAYS equal zero after control starts.
------
I had no such king of problems in VB5 - I simply
migrate my control from vb5 to vb6.

Any help will be very appreciated.