Question ComboBox AutoCompleteSource as Items

solidsnake204

New member
Joined
Jul 15, 2009
Messages
2
Programming Experience
1-3
Hi, I want my ComboBox to display items from the AutoCompleteSource AllSystemSources.

Basically, I want the Items property to get its items from the AllSystemSources.

But I don't know how to do this.

Any help appreciated.

I am using Visual Studio 2008 Express (Not the WPF forms though)
 
Select your ComboBox in Designer, in Properties window find the AutoCompleteMode and AutoCompleteSource properties and make your selections.

In addition to previous link given for AutoCompleteSource property you should also read the help for ComboBox.AutoCompleteMode Property (System.Windows.Forms)

Thread moved to Windows Forms forum, please post in most appropriate forum.
 
Back
Top