dooshorama Posted August 16, 2007 Posted August 16, 2007 i'm attempting to find ways to manipulate a program with non standard controls: TClientGrid, TxRealGrid. the program seems to use a mix of Borland C++ and .NET; i'm trying to see which DLL the program is using to create these Grid controls, so that i can use DllCall as well. i'm using Anywhere PE viewer and Dependency Walker so far. i may have narrowed it down to Vcl60.bpl but i am not entirely sure. does anyone have any suggestions on what can be done to narrow down a specific control class to a dll?
Zedna Posted August 19, 2007 Posted August 19, 2007 I wonder this is not such simple to just find right DLL. For nonstandard controls there is no known solution yet as far as I know. Just silly one with Send() and ControlSend() or direct memory reading/writing - but for this one you must have hacker skills with dissassemblers/debugers/assembly language Resources UDF ResourcesEx UDF AutoIt Forum Search
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now