Hello i need load image from Inetget and use it as gui background. Its posimble? Second i need load image from "Extra Files" and open in: $Pic1 = GUICtrlCreatePic("", 8, 8, 236, 52, BitOR($SS_NOTIFY, $WS_GROUP, $WS_CLIPSIBLINGS)) Or like a InetGet but it doesnt work i don't know why. BMW image is example #include <GDIPlus.au3> #include <WindowsConstants.au3> #include <GUIConstantsEx.au3> $_PngUrl = 'http://www.bmw-fans.pl/images/1.jpg' $_PngPath = @TempDir &