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

  1. frmListUsers
  2. List Users
  3. Form15
  4. btnMore
  5.     More Info
  6. MS Sans Serif
  7. Cancel
  8. Cancel
  9. lbxUserList
  10. Cancel_Click
  11. @    Form_Load
  12. FormCenterModal7
  13. lbxUserList
  14. lbxUserList_Click&
  15. lbxUserList_DblClick
  16. btnDelete_click
  17. btnMore_Click
  18. ReadPasswd
  19. UserID
  20. lbxListUser
  21. Rtemp
  22. Password
  23. UserTaskLevelw
  24. UserActivationDate
  25. UserExpireDate
  26. tempTaskLevel
  27. tempActivation
  28. tempExpire
  29. tempActivationDate
  30. UserName
  31. btnMore_Click
  32. send the listbox ID only to be readc
  33. find ,
  34. assign the ID only
  35. the ID decrypted data comes back in Rtemp
  36. need to parse Rtemp=
  37. tasklevelf
  38. activation datee
  39. expire datei
  40. ID & Name: 
  41. Task Level is 
  42. Last Change was 
  43. Expires on 
  44. Details
  45. Cancel_Click
  46. Form_Load
  47. fill the listbox
  48. UserID
  49. UserName
  50. fieldf
  51. just show for self
  52. if your using Visual Basic 4.0, I suggest youo
  53. use its multi-columb bound listbox.  You won't
  54. have to do Additem. You bind it to a db control
  55. and have it show 2 columbs (UserID and UserName).
  56. lbxUserList_DblClick
  57.