AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 4 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Help with dllcall LoadImage
furynick

Replies: 9
Views: 522

PostForum: 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

PostForum: 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

PostForum: 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

PostForum: 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 ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group