PC Review


Reply
Thread Tools Rate Thread

how to open the drop down list

 
 
Iliopoulos Dimitirs
Guest
Posts: n/a
 
      10th Dec 2003
Does anybody knows how you can force a combo box to open
his drop down list from code.i want to write a custom
control and i can not find that

thanks
 
Reply With Quote
 
 
 
 
Tim Wilson [MVP]
Guest
Posts: n/a
 
      10th Dec 2003
[C#]
this.comboBox1.DroppedDown = true;

[VB.Net]
Me.ComboBox1.DroppedDown = True

--
Tim Wilson
..Net Compact Framework MVP

"Iliopoulos Dimitirs" <(E-Mail Removed)> wrote in message
news:110f001c3bf36$c259a560$(E-Mail Removed)...
> Does anybody knows how you can force a combo box to open
> his drop down list from code.i want to write a custom
> control and i can not find that
>
> thanks



 
Reply With Quote
 
Herfried K. Wagner [MVP]
Guest
Posts: n/a
 
      10th Dec 2003
* "Iliopoulos Dimitirs" <(E-Mail Removed)> scripsit:
> Does anybody knows how you can force a combo box to open
> his drop down list from code.i want to write a custom
> control and i can not find that


Set its 'DroppedDown' property to 'True'.

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
drop down list: how to open on cursor jmuirman Microsoft Access Forms 2 1st May 2010 11:44 PM
Automatically open a drop down list =?Utf-8?B?TERNdWVsbGVy?= Microsoft Access VBA Modules 5 12th Nov 2007 02:16 PM
Drop Down List / Open Report Bob V Microsoft Access 17 14th Aug 2007 06:58 AM
Open file drop menu List Phil [300003] Windows Vista General Discussion 0 22nd Feb 2007 09:13 PM
Auto open of drop down list Erik Microsoft Access Form Coding 6 24th Mar 2004 05:56 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:07 PM.