
Invoking VB5 control property pages at runtime
I've created a control with VB5, and I've added a property page,
following the "ShapeLabel" example. I then go to another project and
add my control in design mode. I can right click on the control in
the designer and select "Properties" and the property page pops up.
Everything's cool.
Now, I want to give the end user access to the control's properties at
runtime, so I want to be able to invoke the control's property pages
from my code (in response to a popup menu command, for example). I've
looked in the documention, but I can't seem to find out how to do
this. Does anyone know how?
Thanks,
John