sethindeed
Well-known member
I absolutely need to load some masked edit controls from a class.
It is quite easy to do with common form controls ( textboxes, comboboxes... ) using the inherit sytem.windows.forms.blabla statement.
But because the masked edit control is not a windows form control, I cant use this syntax. Now that the control array method cant be done in .NET, is there any workaround I can use to load masked edit control from a class ?
I hope so
thx
It is quite easy to do with common form controls ( textboxes, comboboxes... ) using the inherit sytem.windows.forms.blabla statement.
But because the masked edit control is not a windows form control, I cant use this syntax. Now that the control array method cant be done in .NET, is there any workaround I can use to load masked edit control from a class ?
I hope so
thx