Please fast help :)

05/10/2009 08:28 KlopEK#1
I hawe one problem. I have one GUI, but i can't add my background to .exe file? Ho can i add background to exe?

Code:
GUICreate ( "Window name :]", 330, 275, 50, 50)
GUICtrlCreatePic ( "Data\Tło2.jpg", 0, 0, 330, 275, 0x06 )
05/10/2009 16:46 Xereon#2
Maybe try to add
Code:
FileChangeDir(@ScriptDir)
before you add the picture.
05/10/2009 22:28 NBA#3
You could use Fileinstall()...the File gets installed into script directory then...