control on ComboBox dropdown area
-
I'm trying to build a control inheriting from ComboBox. Instead of having a list of items in the dropdown area of the underlying ComboBox, I would like to show a control there. How can I get access to this area, so that I can use it like a control container? THANKS, Tom
-
I'm trying to build a control inheriting from ComboBox. Instead of having a list of items in the dropdown area of the underlying ComboBox, I would like to show a control there. How can I get access to this area, so that I can use it like a control container? THANKS, Tom
It's actually a control inside the combo box control, I believe.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
It's actually a control inside the combo box control, I believe.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )