[AUTOIT] Change Pic control image of external Autoit-GUI

02/17/2016 23:11 fuso98#16
Quote:
Originally Posted by FacePalmMan View Post
_GDIPlus_GraphicsCreateFromHWND()
_GDIPlus_ImageLoadFromFile()
_GDIPlus_GraphicsDrawImage()
^ there you have it.
I've fixed using these functions from an external process, like I wanted to do. In the code I put a wrong HWND for graphics. I wanted to use the HWND of the picture control.. now I use the HWND of the whole GUI and with _GDIPlus_GraphicsDrawImage() I draw it in the Pic Control position ;)
Thanks to all!