|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
combo box questionHi
Is the a way of making a combobox pull down and display contents by pressing Insert key while focus is on the control Thanks for any thoughts. Starbuck wrote:
> Hi Private Sub MyComboBox_KeyDown(ByVal sender As Object, ByVal e As _> > Is the a way of making a combobox pull down and display contents by pressing > Insert key while focus is on the control > > Thanks for any thoughts. System.Windows.Forms.KeyEventArgs) Handles MyComboBox.KeyDown If e.KeyCode = Keys.Insert Then MyComboBox.DroppedDown = True End If End Sub -- Larry Lard Replies to group please Thanks Larry
Show quoteHide quote "Larry Lard" <larryl***@hotmail.com> wrote in message news:1112633885.220750.249700@g14g2000cwa.googlegroups.com... > > Starbuck wrote: >> Hi >> >> Is the a way of making a combobox pull down and display contents by > pressing >> Insert key while focus is on the control >> >> Thanks for any thoughts. > > Private Sub MyComboBox_KeyDown(ByVal sender As Object, ByVal e As _ > System.Windows.Forms.KeyEventArgs) Handles MyComboBox.KeyDown > If e.KeyCode = Keys.Insert Then > MyComboBox.DroppedDown = True > End If > End Sub > > -- > Larry Lard > Replies to group please >
How to Share Class Properties Across Processes
no indexof-function for collection object available. delete rows from datagrid Finalize and database connection... contradiction in msdn or a misunderstaning from my part ? What is .NET Redistributable? Open a CSV file Oledb???? How do I shell the following command line or process.start it (very different command!) Windows Service and application.DoEvents() With different credentials. |
|||||||||||||||||||||||