Re: Simple activex question
Hi
just quick answer no time to explain. Use panels (with controls on) then on button click hide or show panels appropriately. Only problem with this is will remain in memory etc. so might be better to destroy object then re-create it...
Chow
Re: Simple activex question
You might try Controls.Add
Re: Simple activex question
Put all 4 controls on your form where you want them to show up, but set the visible properties to false.
When the command button is clicked,
Control1.Visible = True