O
o0XGA0oVirus
Guest
Good day
I'm need to access .net object methods to access information in a WinForm app from WinAPI.
Example:
Getting a toolstrips HWND via EnumChildWindows():
int toolstripItemCount = (toolStrip1)(HWND).Items.Count.ToString();
Is this possible?
Continue reading...
I'm need to access .net object methods to access information in a WinForm app from WinAPI.
Example:
Getting a toolstrips HWND via EnumChildWindows():
int toolstripItemCount = (toolStrip1)(HWND).Items.Count.ToString();
Is this possible?
Continue reading...