Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Listbox Help
#6
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)
My software company: Porosis Software
Games: Terrantula
Apps: Mathanasis, ColorGrabber
Reply


Messages In This Thread
Listbox Help - by Danny - 03-08-2010, 09:34 PM
RE: Listbox Help - by thanasis2028 - 03-09-2010, 05:44 AM
RE: Listbox Help - by Danny - 03-09-2010, 08:14 AM
RE: Listbox Help - by thanasis2028 - 03-09-2010, 09:14 AM
RE: Listbox Help - by Danny - 03-09-2010, 04:04 PM
RE: Listbox Help - by thanasis2028 - 03-09-2010, 11:02 PM
RE: Listbox Help - by RaZoR03 - 04-18-2010, 12:37 AM
RE: Listbox Help - by Danny - 03-10-2010, 08:23 AM
RE: Listbox Help - by Danny - 03-10-2010, 01:59 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  TextBox2.Text | Transfer Text to ListBox Die 3 2,398 01-02-2012, 06:09 PM
Last Post: AceInfinity
  [VB.NET] - ListBox Drag & Drop - [TUT] Fragma 10 6,953 08-25-2011, 07:02 PM
Last Post: AceInfinity
  Need some help - ListBox Counter Fragma 14 4,364 07-03-2011, 05:33 AM
Last Post: H-Q
  [How To] Remove Duplicates From A Listbox PURP 6 6,457 05-12-2011, 02:31 PM
Last Post: PURP
  Save Listbox Danny 5 2,130 04-18-2010, 12:35 AM
Last Post: RaZoR03

Forum Jump:


Users browsing this thread: 1 Guest(s)