| View previous topic :: View next topic |
| Author |
Message |
Munchee
Joined: 08 Mar 2010 Posts: 60
|
Posted: Mon Mar 08, 2010 2:58 am Post subject: Can AHK disable certain pre'existing menu options |
|
|
| I got some software that I am using and I want to be able to gray out certain menus that I don't wish the user to be able to use. Can this be done with AHK? |
|
| Back to top |
|
 |
PhiLho
Joined: 27 Dec 2005 Posts: 6836 Location: France (near Paris)
|
Posted: Mon Mar 08, 2010 10:23 am Post subject: |
|
|
You would get a simpler and more reliable effect by using something like Resource Hacker to suppress these menu items. _________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2") |
|
| Back to top |
|
 |
|