Board index » cppbuilder » Writing a component that includes 2 VCl Co
Sigrid Hard
![]() CBuilder Developer |
Sat, 15 Mar 2003 03:00:00 GMT
Writing a component that includes 2 VCl Co
Hi,
I want to make a component that includes a combobox and a listbox. First of all is it possible (2 VCL components at the same time)? i know that a component can have only one ancestor class (in this case TComboBox). that's why i declared a member variable of typ TListBox and tried to display it (after allocating memory with new for it and setting the right Properties). I installed the component but when i tried to used it in a Form of a standard application i get a run time error: " Project ... raised exception class EResNotFound with message 'Ressource "newComponent" not found.... " need help! thanks -- Sigrid Hardt ============================================================== |