G
Guest
Hi everyone
I have a class MyListBox derived from standard ListBox. To use it on a form
I have to add it manually in the code because it is not shown in the toolbox.
So usually I would put a ListBox on the form and then in code replace all
occurrences of ListBox by MyListBox. It works fine, but I am wondering is
there any better way to do this, like to include my class to toolbox perhaps?
Thak you
I have a class MyListBox derived from standard ListBox. To use it on a form
I have to add it manually in the code because it is not shown in the toolbox.
So usually I would put a ListBox on the form and then in code replace all
occurrences of ListBox by MyListBox. It works fine, but I am wondering is
there any better way to do this, like to include my class to toolbox perhaps?
Thak you