
Runtime Property Page display for ActiveX Controls
From a VB newbie:
My project require a simple terminal emulation component which I cobbled
together from a multiline text control and some event handling
modificationsunder VB 5.0. Some characteristics that I want the user to be
able to chnage at runtime is the font size as well as the foreground and
background colors. I added property pages to accomplish this at design time
but would also like these pages to be available at run time.
Is there an easy way to accomplish this.
Peter