I would like to call GetwindowsText function from the DLL user32.dll but I don't know how to do that.
When I add the following code, the compiler writes me that DLLIMPORT could not be found.
CODE:
Please log in to see this code.
Thanks for your help
Size:
Color:
That's because you forgot to refer to System.Runtime.InteropServices.
Size:
Color: