| Author |
Message |
Topic: Help with dllcall LoadImage |
furynick
Replies: 9
Views: 522
|
Forum: Ask for Help Posted: Mon Jan 07, 2008 12:23 pm Subject: Help with dllcall LoadImage |
Found it
hBin:=DllCall("GetModuleHandle", "uInt", 0)
; Returns handle of image
hIcon:=DllCall("LoadImage"
, "uInt", hBin ... |
Topic: Help with dllcall LoadImage |
furynick
Replies: 9
Views: 522
|
Forum: Ask for Help Posted: Mon Jan 07, 2008 10:11 am Subject: Help with dllcall LoadImage |
Well, this don't work for me :
hBin:=DllCall("GetModuleHandle", "uInt", 0)
; Returns handle of image
hIcon:=DllCall("LoadImage"
, " ... |
Topic: incorporate my icon in the AHK .exe |
furynick
Replies: 14
Views: 1136
|
Forum: Wish List Posted: Fri Jan 04, 2008 12:54 pm Subject: incorporate my icon in the AHK .exe |
I saw these helpers but I've not seen the ability to add others resources.
It works with the update of AutohotkeySC.bin,
Thanks a lot. |
Topic: incorporate my icon in the AHK .exe |
furynick
Replies: 14
Views: 1136
|
Forum: Wish List Posted: Thu Jan 03, 2008 12:47 pm Subject: incorporate my icon in the AHK .exe |
Hi,
I'm also searching a way to append icon resources to compiled AHK scripts.
I've tried out ResHacker and XN Resource Editor without success as it seems to corrupt the exe file (no more script ... |
| |