I want to set some public values in my ActiveX control I'm creating for defaults. This I can do fine. The user can change the values at design-time just fine, but when the program is run, the defaults take over again (because the initialize event is triggered). How do I set default values that won't override the user's?
Note: If the user sets the values at run-time it will work fine because it is after the initialize sub is called.
cjqp
