hi
im having a little problem with combobox control
the problem is that when i show another form on the dropdown event of combobox then the combobox dosent remains drop down...
but when i show a dialog (.showdialog) the combobox remains drop down even after the dialog box is closed......
is there any way i can close the drop down of combobox without clicking it.....on some event of my dialog box
thanks in advance

Combo box problem
Kamii47
im displaying second form on the dropdown event of combobox of first form
now after i close the second form the combobox in the first form shouldnt remain drop down
this is okay when i use .show to display first form but when i use .showdialog the combo box remains drop down after i close the second form
Maheep
exp2000
Moopy
well this aint working
i checked the value of comboBox1.DroppedDown property but it is already false within the .dropdown event
......................
any other ideas
nbrege
should do the trick nicely. Note, what you are seeing may in fact be a painting issue in which case this probably won't help.
enric vives
Dorian Dechant
Ray Bell
excuse me sir we r talking abt control here not form....im actualy closing the second form...but the problem is the combobox on the first form stays drop down after i close the second form...........i dont want it to drop down....this only happens if i show the form using .showdialog.......it dosent happens if i use .show
anand.r