Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ComboBox

Status
Not open for further replies.

redav

Programmer
Mar 20, 2001
55
GB
I'm creating a user control using a ComboBox and MonthCalendar.

I have the MonthCalendar property visible=false.

How do I stop the drop down from displying the empty list and show the MonthCalendar.

Regards
Redav

 
The easiest way would be to not actually use a ComboBox, but instead a text box and a command button. There might be a way to totally change the behavior of a ComboBox, but that seems more work than rolling it yourself.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top