comboBox default connection value is (-999, -999, -999), What I do is let
user edit 3 value to what user need ( for example, 123, 34, 45) in the first
time, then user can select edited value from dropdown.
comboBox default connection value is (-999, -999, -999), What I do
is let user edit 3 value to what user need ( for example, 123, 34,
45) in the first time, then user can select edited value from
dropdown.
I'm not sure what you mean. I don't know what a "default connection value"
is. If you want to enable the user add values, you can add an "Add" button
to add the input in the Textbox part of the combo to the combobox list,
assuming that DropDownStyle is not Dropdownlist.
the default connection value is using comboBox items property to set default
value when create the app. After run the app, let user edit the three values.
How to add "Add" button to comboBox to add input to comboBox list?
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.