PDA

Click to See Complete Forum and Search --> : persisting proerties as arrays in UserControl


simpleVB
Feb 22nd, 2001, 02:01 PM
I am attempting to build an ActiveXControl which has all the properties and methods of a standard visual basic Combo Box control with some additional features that i require. The ItemData And List properties are actually arrays and I have been unable to figure out how to handle these properties in my control because the entire array has to be persisted.
Can anyone help. A little code along with the suggestion would be great.