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 ;)Quote:
_GDIPlus_GraphicsCreateFromHWND()
_GDIPlus_ImageLoadFromFile()
_GDIPlus_GraphicsDrawImage()
^ there you have it.
Thanks to all!