Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Calling next menu item
#2
Function KeyUserPassword
Code:
Copy      Help
;/
function $username $password

int action=3
sel GetMod
,case 0
,case 2
,action=ShowMenu("1 Only username[]2 Only password[]Cancel")
,if(action=0) ret

if(action&1) key (username)
if(action=3) wait 0 ML
if(action&2) key (password)

example menu or toolbar
Toolbar Toolbar2
Code:
Copy      Help
Help :mes "Ctrl+click menu item to enter only username or password." "" "i" * info.ico
Menu 1 :KeyUserPassword "Username1" "Password1"
Menu 2 :KeyUserPassword "Username2" "Password2"


Messages In This Thread
Calling next menu item - by don_AC64 - 09-24-2018, 07:48 PM
RE: Calling next menu item - by Gintaras - 09-24-2018, 08:47 PM
RE: Calling next menu item - by don_AC64 - 09-24-2018, 08:58 PM
RE: Calling next menu item - by don_AC64 - 10-07-2018, 05:49 PM
RE: Calling next menu item - by Kevin - 10-09-2018, 09:10 PM
RE: Calling next menu item - by don_AC64 - 10-09-2018, 09:17 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)