| Author |
Message |
Forum: Support Topic: IE Internet Explorer Registry Settings for COM iWeb |
| Yogui |
|
Posted: September 13th, 2011, 8:07 am
|
|
Replies: 3 Views: 161
|
| Edit 14 Sep 2011 Since CodeKiller refer to this app http://www.backsettings.com/internet-explorer-backup.html Now what should matter is what settings are best for IE Internet Explorer GUI Settings for COM iWeb etc. Once again is not about probing that it crashes IE, is about getting them out of the ... |
|
 |
Forum: Scripts Topic: Menu Icons v2 |
| Yogui |
|
Posted: March 17th, 2011, 6:21 am
|
|
Replies: 131 Views: 31267
|
| Hi Lex, I'm using your MI.ahk with AHK (non L) and found that large dinamic menus take some time to build. I would like to be able to rename and change the icon of Menu items pref by Menu item position or Handle, So instead of rebuilding it I'll be modifying if and hopefully increase performance. Is... |
|
 |
Forum: Announcements Topic: My status and website changes |
| Yogui |
|
Posted: October 23rd, 2010, 10:46 am
|
|
Replies: 88 Views: 17044
|
Hi Chris,
Just THANKS!
BTW I've learn programing with AHK |
|
 |
Forum: Suggestions Topic: ahk_pname use process name in the window title parameter |
| Yogui |
|
Posted: May 31st, 2010, 10:18 am
|
|
Replies: 6 Views: 1040
|
| Hi Jaco, It seems that I'm not the best at explaing :D by picking the title "ahk_pname use process name in the window title parameter" I meant that with this feature you could write: WinWaitActive ahk_pname explorer.exe with out having to make a loop and check the process of the current wi... |
|
 |
Forum: Suggestions Topic: ahk_pname use process name in the window title parameter |
| Yogui |
|
Posted: May 31st, 2010, 12:15 am
|
|
Replies: 6 Views: 1040
|
| Hi, yes of course we could do that. But Multiple processes with the same name are a limitation. Help File, Process command: Name: The name of a process is usually the same as its executable (without path), e.g. notepad.exe or winword.exe. Since a name might match multiple running processes, only the... |
|
 |
Forum: Suggestions Topic: ahk_pname use process name in the window title parameter |
| Yogui |
|
Posted: May 29th, 2010, 11:43 pm
|
|
Replies: 6 Views: 1040
|
| Thanks Jaco, I don't see how to use process to create an ahk_group MyGroupName for all windows that belong to a process. I could use a function that finds windows of certain ProcessID (via WinGet) and compare their IDs with the one I wanna check. I suppose it will be highly inefficient and hard to i... |
|
 |
Forum: Scripts Topic: AHK Window Info 1.7 |
| Yogui |
|
Posted: May 29th, 2010, 6:10 am
|
|
Replies: 71 Views: 78090
|
| Hi!, Seems like "ahk_pname" has not been implemented yet. I think it would be a great feature. Some Windows and Groups are hard to set/get without checking the process name since the Windows are all the same class and no titles. Is there a work around? I've post this request in the Wish Li... |
|
 |
Forum: Suggestions Topic: ahk_pname use process name in the window title parameter |
| Yogui |
|
Posted: May 29th, 2010, 6:09 am
|
|
Replies: 6 Views: 1040
|
| Hi!, Seems like "ahk_pname" has not been implemented yet. It been mentioned a long time ago in: http://www.autohotkey.com/forum/topic8732-90.html I think it would be a great feature. Some Windows (and Groups) are very hard to set/get without checking the process name since the Windows are ... |
|
 |
Forum: Scripts Topic: [module] Shell 0.91 |
| Yogui |
|
Posted: May 7th, 2010, 8:43 am
|
|
Replies: 13 Views: 3279
|
| Hi, Shell_GetPath is working well but... It seems that Shell_GetSelection gets the full path wrong... It's actually the correct file name but the Parent dir is allways the Desktop of the current user. That happend in both PCs at work win XP SP3 and Home Win7x64. I'm using Lastest COM and Autohotkey ... |
|
 |
Forum: Scripts Topic: Explorer Windows Manipulations |
| Yogui |
|
Posted: May 4th, 2010, 11:18 am
|
|
Replies: 99 Views: 25736
|
|
 |
Forum: Scripts Topic: [module] Shell 0.91 |
| Yogui |
|
Posted: May 4th, 2010, 11:17 am
|
|
Replies: 13 Views: 3279
|
| In regards to my wrong post here: http://www.autohotkey.com/forum/viewtopic.php?t=20701&postdays=0&postorder=asc&start=83 I'm sorry. I have to test it further to be able to reproduce it. I could not found this proper post #26920. The About section of http://www.autohotkey.net/~majkinetor... |
|
 |
Forum: Scripts Topic: Explorer Windows Manipulations |
| Yogui |
|
Posted: May 3rd, 2010, 12:30 pm
|
|
Replies: 99 Views: 25736
|
| I'm a bit mix up with a few different posts trying to use shell for different things. I still don't like the idea of having 2 AHK versions so I would like to stick to the main AHK from Chris One link seems quite good. http://www.autohotkey.net/~majkinetor/Shell/Shell.html I cant find people using it... |
|
 |
Forum: Scripts Topic: Explorer Windows Manipulations |
| Yogui |
|
Posted: May 1st, 2010, 12:21 am
|
|
Replies: 99 Views: 25736
|
| Great! Got it. It requires AutoHotkey L (ANSI). UNICODE version that I was using gives errors. I have to play with it, and now may issue is what are the trade offs in using Lexicos version? If you have a look at the change log of Main AHK (Chris) a lot is coming from Lexicos so the knowledge is shar... |
|
 |
Forum: Scripts Topic: Explorer Windows Manipulations |
| Yogui |
|
Posted: April 30th, 2010, 11:04 pm
|
|
Replies: 99 Views: 25736
|
| Thanks, Need to place COM L in the same dir. GroupAdd, MS_Explorer, ahk_class CabinetWClass GroupAdd, MS_Explorer, ahk_class ExploreWClass Return #Include %A_ScriptDir%\COM.ahk ;COM L version is in the same dir ;============================================================================== #IfWinAct... |
|
 |
Forum: Scripts Topic: Explorer Windows Manipulations |
| Yogui |
|
Posted: April 30th, 2010, 11:55 am
|
|
Replies: 99 Views: 25736
|
Hi,
7plus works great! (very handy by the way, thanks)
So I did something wrong on my code Posted: Tue Apr 27, 2010 10:31 pm.
Would you kindly review/test it for me?
I can't find anything wrong with it.  |
|
 |
| Sort by: |