I want to inject a DLL to an VB6 standalone application and iterate on each control of the form and print the control properties like Name, Caption, Index etc. I was successful in injecting the DLL but I could not find a way to access the control properties from the DLL. Is there any way to get the control property details from a different application?