Is there a way of adding items to a listbox manually.
The only wat I know is by opening a dialogbox and typing the value in, then transfering the value to the listBox1.Items.Add(txtBox.text);
I want is to be able to type in the value directly in to the ListBox Item area.
I think this gives less interface action and makes it more relaxed to work with. I don't like it when to much dialogs have to be opend to get to or insert data into forms.
Feurich
The only wat I know is by opening a dialogbox and typing the value in, then transfering the value to the listBox1.Items.Add(txtBox.text);
I want is to be able to type in the value directly in to the ListBox Item area.
I think this gives less interface action and makes it more relaxed to work with. I don't like it when to much dialogs have to be opend to get to or insert data into forms.
Feurich