AutoHotkey Community

It is currently May 27th, 2012, 1:08 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 50 posts ]  Go to page Previous  1, 2, 3, 4
Author Message
 Post subject:
PostPosted: July 24th, 2010, 10:58 pm 
Offline
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8776
Obi-Wahn wrote:
Maybe it depends on the OS. I'm using Win 7 Pro 64 right now...


Could be...

Try after applying the following change:

Code:
EnumResNameProc( hModule, lpszType, lpszName, lParam ) {
 Global IconGroups, IGCount
 If DllCall( "GlobalSize", UInt,lpszName )
    lpszName := DllCall( "MulDiv", Int,lpszName, Int,1, Int,1, Str )
 IconGroups .= ( ( IconGroups!="" ) ? "|" : "" ) . lpszName , IGCount:=IGCount+1
 Return True
}


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 25th, 2010, 3:44 pm 
Offline

Joined: April 20th, 2006, 5:11 pm
Posts: 75
Location: Vienna
Works on 7 x64 and XP x32 aswell.
THX


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 23rd, 2010, 5:11 pm 
Wow, nice program.
Thx !!!


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 12th, 2011, 5:56 pm 
The latest version doesnt work1!!!!!!
But the version 1.0 works.


Report this post
Top
  
Reply with quote  
 Post subject: Re:
PostPosted: May 18th, 2012, 1:36 pm 
HelpCore wrote:
The latest version doesnt work1!!!!!!
But the version 1.0 works.


I find this too, v1.3b and v1.4b cause a "AHK has stopped working" message (using ahk_L unicode on vista).

If I comment out the two new lines in the EnumResNameProc function it doesn't crash, but can't read some icon groups (that have large numbers, I think). :cry:


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 50 posts ]  Go to page Previous  1, 2, 3, 4

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bon, sks and 19 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group