Possible bug combobox

P

Peter Proost

Hi group could someone please confirm this behavior?

Place a combobox on a form an add some items to it, then in the
combobox_keyup event place the following code: combobox1.droppeddown = true
When I then run the programma and type something in the combobox, my mouse
becomes invisible on the entire region of the form once you move the mouse
outside the area of the form it's visible again but when you enter the form
region it disappears again, you can also select items inside the combobox
with the invisible mouse. I've tested this on visual studio 2002, 2003, 2005
Express edition Beta. They all make the mouse disappear.

Grtz Peter
 
O

One Handed Man \( OHM - Terry Burns \)

Yes, this behavious allows you to move the selection in the dropdownlist
using the mouse. Once you click to select a value the mouse behaviour goes
back to normal

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing
 
P

Peter Proost

I already taught it wasn't a bug but just something I think is a strange
behavior because if you push the arrow on a combobox you can select an item
with the mouse visible.
But thnx for confirming the behaviour.

grtz Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top