Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Calling next menu item
#5
try this

Function KeyUserPassword
Code:
Copy      Help
;/
function $username $password

int action=ShowMenu("1 Username only[]2 Password only[]3 Username and Password[]Cancel")
if(action=0) ret

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


Toolbar Toolbar1
Code:
Copy      Help
Help :mes "Each menu item enters either username, password or username and password." "" "i" * info.ico
Menu 1 :KeyUserPassword "Username1" "Password1"
Menu 2 :KeyUserPassword "Username2" "Password2"
Menu 3 :KeyUserPassword "Username3" "Password3"
Menu 4 :KeyUserPassword "Username4" "Password4"


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)