"Andre G." <Zorro@nospam.de> schrieb:
> My Problem is, can I expand or collapse the ComboBox (Drop Downs) with
> code?
Check out the control's 'DroppedDown' property.

Signature
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Andre G. - 20 Sep 2006 22:08 GMT
Hi Herfried,
thanks for this hint.
It all works fine.
The only poblem:
The Mouse is invisible. Is there any way to make the cursor visible?
(Cursor.Show() doesn't work).
Thanks,
Andre
> "Andre G." <Zorro@nospam.de> schrieb:
>> My Problem is, can I expand or collapse the ComboBox (Drop Downs) with
>> code?
>
> Check out the control's 'DroppedDown' property.