0
Answer

To List UserNames And Information On Users

Ask a question
James Scott

James Scott

14y
1.9k
1

Hi I am new here so sorry if I may have posted in wrong place or labled it up wrong.
I am using Visual Basic 2008 Express Edition Development Tool
so outline of what I need to Do in my apllication.
I want to be able to Display information on users on my computer.
so lets start.
I have a listview1 whith 4 collems and it looks like this
Username   User Account Active  User Account Type  Last Logon Details
Here is an example of what I want it to look like
Username   User Account Active  User Account Type  Last Logon Details
Kenny                NO                            User                       05/10/2010
Administrator     Yes                           Administrator         01/10/2010
Guest                 NO                           Guest                     29/01/2010 
James                yes                          Administrator          18/05/2010
so when I logon to the application it will display the information the same as the table above I am in fourm load at the moment but not sure what coding to put
to get the application to load information about the users and accounts information like I set out at the begining and to get it Disaplyed in the listview1 
any help will be greatfully appricated I a intermediate level so do understand coding already and errors but need help
I hope this is clear any questions please let me know many thanks
James Scott