Combobox question
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hai all, I want to show a UserControl instead of the default dropdown list when I click on the ComboBox dropdown arrow. Is there a way to catch this message and show my control instead of this? Thanks in advance. VPMahank
-
There's an example on how to do this (full source) at http://www.vbaccelerator.com/home/NET/Code/Controls/Popup_Windows/Popup_Windows/article.asp[^] in both C# and VB.net. Draders