Hello,
I am trying to create a combo box for a list of AD users that are in my domain. I am having some problems getting the code to work though, and I wondered if someone could help me out.
Here is what I have:
#include <AD.au3>
#include <ComboConstants.au3>
#include <GUIConstantsEx.au3>
#i...