How can I use:
#AutoIt3Wrapper_Res_File_Add
To include a picture, .jpg, that I can later use in the script?
For example if I had:
#AutoIt3Wrapper_Res_File_Add=C:\Users\me\Desktop\88x31.jpg
GuiCreate("", 188, 131)
GuiSetState()
GUICtrlCreatePic("88x31.jpg", 50, 50, 88, 31)
While 1
WEnd
How could I make this work in regards to calling files in the resource?