Grumpy wrote:
Uh?
Explain me the difference between Windows-level and OS-level when the OS is made by Microsoft...
I didnt say Windows-level, I said low-level-programming (for Windows)
the difference is that to do something in an OS-level, you dont script, you change the OS from inside to make it perform the way you want, you dont just trick it
ahk is tricks
it tricks the winxp to do what you want, it doesnt change it
thats why it is not robust, solid, accurate and fast enough
one among numerous examples is when you want to hide a popup window: with ahk you monitor for it (this consumes your pc resources), then when it detects it, it kills it
this approach, when your pc is heavy loaded, it will make the popup flash, which is annoying
in an OS-level programming, you would alter the OS from inside and make it just not to display that popup and there will be no flashing and no system resources cunsumption