Remko Weijnen remkoweijnen.nl/blog Search posts…/

Programming

Programming · Vista — from the archive

Having fun with Windows Licensing

If you look into the registry in the key HKLM\System\CurrentControlSet\ProductOptions you will find several …

·4 min read
Delphi · Programming — from the archive

Setting ChildCount in a Virtual Tree

When working with the Virtual TreeView component the most optimized way of adding (or removing child nodes is …

·1 min read
Active Directory · Delphi — from the archive

Random Active Directory Notes #4

Previously I discussed IDirectoryObject, today I will show how to change a user’s password with …

·3 min read
Delphi · Programming — from the archive

Using Windows Resource Strings

A few days ago I wrote about Using Windows Dialogs in your own programs, wouldn’t it be nice to be able …

·3 min read
Active Directory · Delphi — from the archive

Using Windows Dialogs from Delphi

Today I reused a unit I wrote a long time ago for TSAdminEx that shows Resource Dialogs from DLL’s or …

·3 min read
Active Directory · Delphi — from the archive

Random Active Directory Notes #3

Last time I talked briefly about IDirectoryObject and IDirectorySearch, let’s go into a little more …

·4 min read
Active Directory · Delphi — from the archive

Random Active Directory Notes #2

If you have ever used Adsi you have probably used the IADs interface or derived interfaces such as IADsUser or …

·3 min read
Active Directory · Delphi — from the archive

Random Active Directory Notes

I am working on an Customer Management Console that will present all adminstrative tasks that customers will …

·1 min read