home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Power Pack / Visual_Basic4_Power_Pack.bin / vb4files / passwd1 / delpass.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1996-11-20  |  1.7 KB  |  46 lines

  1. frmDeleteUser
  2. Delete User
  3. Form15
  4. lbxUserList
  5.     btnCancel
  6. Cancel
  7.     btnDelete
  8. Delete
  9. @    Form_LoadL
  10. FormCenterModal
  11. frmLookupCriteria
  12. cboCatagory
  13. lbxUserList
  14. btnCancel_Click0
  15. btnDelete_click
  16.     nResponse
  17. txtName
  18. txtID
  19. txtPwd
  20. lstUserList
  21.     ListIndex
  22. lbxListUser^
  23. DeletePasswordx
  24. tempID
  25. lbxUserList_Click
  26.     btnDelete
  27. lbxUserList_DblClick
  28. Rtemp
  29. btnCancel_Click
  30. btnDelete_click
  31. Do you really wish to delete User 
  32. Delete User
  33.  yes, so delete 
  34. find ,
  35. assign the ID only
  36. Form_Load
  37. fill the listbox
  38. UserID
  39. UserName
  40. fieldf
  41. if your using Visual Basic 4.0, I suggest you 
  42. use its multi-columb bound listbox.  You won't 
  43. have to do Additem. You bind it to a db control
  44. and have it show 2 columbs (UserID and UserName).
  45. lbxUserList_DblClick
  46.