Groups | Blog | Home
all groups > dotnet general > may 2005 >

dotnet general : ComboBox DroppedDown


Chandra
5/2/2005 10:55:44 PM
Hello Sir,

This is Chandra and Working as Software Engineer. I got a really weird
problem with ComboBoxes.

I have set the ComboBox DroppedDown Property to true.

Now the actual problem is When the ComboBox DroppedDown is Shown I have to
actually click twice to get out of the form or need to click twice to do
anything.

For Example in My Form If I have 2 Controls One is ComboBox and Another
Button Which Clicked Just Closes the Form. Then I set ComboBox DroppedDown
= true.So When the ComboBox DroppedDown = true to click on Close Button I
need to click twice to initate click event on the button.

Plz Help me on how to do it once when ComboBox DroppedDown = true.If
Combobox DroppedDown = true I need to click twicw to click X on the Form as
Well. Is this a Bug of ComboBox. I am using .NET 1.1

I am under tremendous pressure from client to perform this action.

I surely know u r the master in .NET sir plz help me to solve this problem.

Thanks very much

Chandra


Chandra
5/4/2005 2:52:02 PM
Thanks for ur response.

Please try to reproduce the problem and check out the problem then u will be
able to help me more???

[quoted text, click to view]
Clamps
5/4/2005 4:27:03 PM
This might be oversimplifying... have you tried giving something else
focus? i.e. form.focus()


[quoted text, click to view]
AddThis Social Bookmark Button