Hi everyone... Can someone help me to finish my script? I'm truing to join few small pictures to one big picture with GDIPlus functions... Is it possible ? or maybe other ways to do this ? I started to write script, but can't finish it Eny Ideas ? #include <GuiConstantsEx.au3> #include <GDIPlus.au3> #include <ScreenCapture.au3> ;Opt('MustDeclareVars', 1) Global $search,$file,$bitnik,$hClone $search = FileFindFirstFile("*.bmp") If $search = -1 Then Exit _GDIPlus_