Hello! Im currently using this way to have .bmps in my script:
InetGet("********.com", @TempDir & "\Close3.bmp", 1, 0)
$Close = GUICtrlCreatePic(@TempDir & "\Close3.bmp", $Width - 19, 3, 8, 8)
But it requires the user to download the .bmp instead of it just being compiled into the script.
So i was wondering is it possible to compile it into the script it self?