Let\'s create WinForms Application (I have Visual Studio 2008 running on Windows Vista, but it seems that described situation takes place almost everywhere from Win98 to Vis
I was able to work around the problem like this:
comboBox1.DroppedDown = true; Cursor.Current = Cursors.Default;