Home All Groups Group Topic Archive Search About

Reading a list of users from XP

Author
2 Oct 2006 3:06 PM
sam smith
I am using VS 2005 (VB.NET) and I would like to get a list of all users who
have accounts on the server.  How can I do this and populate a listbox with
the information?

Thanks in advance

Author
2 Oct 2006 8:47 PM
The Grim Reaper
I have done this, at work, using fairly simple code.  It works on Server
2003 and XP.
Unfortunately, the source code is at work and I can't remember how I did
it!!
However, I do remember that it used an Active Directory type function - even
though we don't use AD at all at work.

If no-one's replied in the next 24 hours, I'll give you my code!!
__________________________
The Reaper

Show quoteHide quote
"sam smith" <s**@yada.com> wrote in message
news:ezYkgRj5GHA.5108@TK2MSFTNGP03.phx.gbl...
>I am using VS 2005 (VB.NET) and I would like to get a list of all users who
>have accounts on the server.  How can I do this and populate a listbox with
>the information?
>
> Thanks in advance
>