Fun with asm
Today just some fun stuff with ASM, probably not the most recommended way to do things but for sure the most …
Today just some fun stuff with ASM, probably not the most recommended way to do things but for sure the most …
I needed to obtain the Fully Qualified Domain Name (FQDN) for a given NetBios domain name. Eg from MYDOMAIN to …
Again a about post about using the Virtual TreeView component (did I mention it’s brilliant?), this time …
When working with the Virtual TreeView component the most optimized way of adding (or removing child nodes is …
Previously I discussed IDirectoryObject, today I will show how to change a user’s password with …
A few days ago I wrote about Using Windows Dialogs in your own programs, wouldn’t it be nice to be able …
Today I reused a unit I wrote a long time ago for TSAdminEx that shows Resource Dialogs from DLL’s or …
Last time I talked briefly about IDirectoryObject and IDirectorySearch, let’s go into a little more …
If you have ever used Adsi you have probably used the IADs interface or derived interfaces such as IADsUser or …
I am working on an Customer Management Console that will present all adminstrative tasks that customers will …