Hi guys, I'm trying to implement an asynchronous LDAP search. What I am trying to achieve is, say when i search for (&(cn=ABC*)(objectCategory)), I'd like to output the search result as it arrives, and update the UI as such. Just like ADUC. I know this is not possible using ADSI as all the results need to be returned first. I'm not very familiar with C++. Therefore some codes or links to start me off, will be extremely helpful. Regards shazrul