mooman_fl
Well-known member
I am currently writing a DLL plugin for the Dark Basic programming language. Unfortunately there is no command in this language to get the size of the main window, but I CAN get the handle of one of the controls (eg: button) on the form. I need to be able to pass this handle to my plugin DLL and use Reflection to access the properties of the main Form.
Any suggestions on how I might accomplish this? Not had to use handles before so this is new territory for me.
Any suggestions on how I might accomplish this? Not had to use handles before so this is new territory for me.