Yellow all,
I'm building my first VB custom control (yey!) and its moving a long nicely, but I need to specify certain states that this control will be in, and I would like for these states to be displayed as properties (in the property window) and to be modifiable by code.
So, the question is, how do I add properties to the control itself. I guessed that I would need a global variable to indicate which state I am in, but I would need to publish it to the properties of the control. How would I do this?
Thanks,
Dman...
I'm building my first VB custom control (yey!) and its moving a long nicely, but I need to specify certain states that this control will be in, and I would like for these states to be displayed as properties (in the property window) and to be modifiable by code.
So, the question is, how do I add properties to the control itself. I guessed that I would need a global variable to indicate which state I am in, but I would need to publish it to the properties of the control. How would I do this?
Thanks,
Dman...