Groups | Blog | Home
all groups > vb.net > january 2005 >

vb.net : 'Select...' in ComboBox


Darious Snell
1/7/2005 3:09:52 PM
Add it to the schema of the dataset the combobox is bound to.


[quoted text, click to view]

Joseph
1/7/2005 3:13:03 PM
Evan,

Programmatically/Runtime
combobox1.Items.Add("whatever") 'Whatever is a string or object

Design mode
Right-click combobox
select properties> items> enter whatever you want



[quoted text, click to view]
Chris, Master of All Things Insignificant
1/7/2005 5:06:17 PM
You mean it shows up before they actually selects something?

ComboBox.Text = "Select...."

Hope it helps
Chris

[quoted text, click to view]

Evan Camilleri
1/7/2005 11:55:33 PM
How do I add a column 'Select...' to a databound Combobox? ... So that
users will see that?
In windows application.

Evan Camilleri

Evan Camilleri
1/8/2005 12:42:49 AM
cannot do it .... it's bound to a data source!!!


[quoted text, click to view]

Evan Camilleri
1/8/2005 12:43:10 AM
rather crude!!!!!!!!


[quoted text, click to view]

Evan Camilleri
1/8/2005 12:45:43 AM
rather crude!!!!!!!!


[quoted text, click to view]


AddThis Social Bookmark Button