Please note: This is a rewrite of an article I wrote way back in 2007. The original article has been updated with a link to this one.
As per usual I had a situation where I had to do some Active Directory stuff with VB.NET. I had to grab a list of all the users in our AD so that people could select a user and perform functions on them from within a webpage.
Another note: This article is VB.NET-specific. If...
Posted by
Chris on Apr 22nd, 2008 in
Development |
0 comments
Quite some time ago I posted an article called "How to make a full-screen Windows app using VB.NET". I’ve just added a comment to that post in response to a number of queries I’ve had re how to change the application back to normal mode/how to restore the window back to normal....
Posted by
Chris on Jun 13th, 2007 in
Development |
9 comments
Don’t worry, the article still exists. It’s just been re-written and re-posted with updated and better code. For the new article please go to this link:
VB.NET – List active directory users –...