Thread Rating:
- 0 Vote(s) - 0 Average
- 1
- 2
- 3
- 4
- 5
Listbox Help
|
Posts: 95
Threads: 5
Joined: Apr 2010
Reputation:
0
(03-09-2010, 11:02 PM)thanasis2028 Wrote: You can add to the window two textboxes and name them (tb_name,tb_password) and then also add a button that says add password.
I the click event of the button add:
Code: Listbox1.items.add(tb_name.text) 'adds the name to the list box
password.add(tb_password.text) 'adds the password
also you should change the password declaration code to:
Code: Public password as new list(of String)
Thanks
|
Messages In This Thread |
RE: Listbox Help - by RaZoR03 - 04-18-2010, 12:37 AM
|
Possibly Related Threads… |
Thread |
Author |
Replies |
Views |
Last Post |
|
TextBox2.Text | Transfer Text to ListBox |
Die |
3 |
2,673 |
01-02-2012, 06:09 PM
Last Post: AceInfinity
|
|
[VB.NET] - ListBox Drag & Drop - [TUT] |
Fragma |
10 |
7,732 |
08-25-2011, 07:02 PM
Last Post: AceInfinity
|
|
Need some help - ListBox Counter |
Fragma |
14 |
4,922 |
07-03-2011, 05:33 AM
Last Post: H-Q
|
|
[How To] Remove Duplicates From A Listbox |
PURP |
6 |
6,990 |
05-12-2011, 02:31 PM
Last Post: PURP
|
|
Save Listbox |
Danny |
5 |
2,416 |
04-18-2010, 12:35 AM
Last Post: RaZoR03
|
Users browsing this thread: 4 Guest(s)