Sorry, i'm brazilian and my english is bad.
i want make a img move on Gui, but i need delete a imagem and create a new, when i use " _GDIPlus_GraphicsClear($hGraphic, 0xFF000000)" for delete a imagem and recreate other, this cleanner all image on GUI. Look the code...
#include <GUIConstants.au3>
#include <File.au3>
#include <GDIPlus.au3>
$brgui=GUICreate("Test Frontend", 800, 600, -1, -1, BitOR ($WS_POPUP,$WS_BORDER))