mIRC Home    About    Download    Register    News    Help

Print Thread
#129050 01/09/05 03:18 PM
Joined: Feb 2005
Posts: 74
S
SkyD Offline OP
Babel fish
OP Offline
Babel fish
S
Joined: Feb 2005
Posts: 74
hey.. how can i make in alias that when i press ALT + U opens dialog...


[color:red]m[color:blue]IRC[color:green] for EvEr

#129051 01/09/05 03:41 PM
Joined: Jan 2003
Posts: 249
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Jan 2003
Posts: 249
you can't natively, you will need a DLL to do that, look for sendkey.dll on google.

#129052 01/09/05 06:06 PM
Joined: May 2005
Posts: 79
M
Babel fish
Offline
Babel fish
M
Joined: May 2005
Posts: 79
Code:
 
alias sendkeys {
  var %a = sendkeys $+ $ticks
  .comopen %a WScript.Shell
  if !$comerr {
    var %b = $com(%a,sendkeys,3,bstr,$1-)
    .comclose %a
    return %b
  }
  return 0
} 

 //sendkeys % $+ u 

not my alias, credit to whoever made it   

Last edited by Mary_juana; 01/09/05 06:08 PM.

Link Copied to Clipboard