
|
|
#1 |
|
Senior Member
تاريخ التسجيل: Dec 2009
المشاركات: 4,506
|
I am making a password-storage application on Visual Basic (2008). I need to know how, when you add a list item (which I already know how to do), to also specify a password to go with it. Then when you select it on the Listbox it displays the password.
I am using these codes right now but it crashes... Code: Private Sub ListBox1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListBox1.SelectedIndexChanged MsgBox(password(ListBox1.SelectedIndex)) End Sub Code: Public Class Form1 Public password() As String Thanks!! المصدر: منتديات صدى بنات - صدى البنات Listbox - Help Needed! |
|
|
|
![]() |
| مواقع النشر (المفضلة) |
| الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
| أدوات الموضوع | |
| انواع عرض الموضوع | |
|
|