Hello,
I have a requirement of triggering my application on Ctrl+d only when user is in Windows Explorer. For that I have an ahk script which works perfectly..
But I want implement the same in vb.net, While searching I came to know that this can be done using Autohotkey.dll from this site But no where I got any working dll.Code:#IfWinActive ahk_class CabinetWClass ^d:: Run "C:\myapp.exe" return #IfWinActive ; turn off context sensitivity
How to achieve in my requirement in vb.net ?
Please help.




Reply With Quote
