Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dialog
#1
Ok im New to macros.. i need help with a dialog. heres my code. How do i make it so when i hit Log in it take the info i put in and inserts it in the right spots on the yahoo messenger?





[/code] /Dialog_Editor
BEGIN DIALOG
0 "" 0x90C80A40 0x0 0 0 191 41 "Yahoo Logger"
3 Button 0x54013003 0x0 138 12 48 14 "Log In"
4 Edit 0x54030080 0x200 36 4 96 14 ""
6 Static 0x54000000 0x0 4 6 48 12 "Account:"
7 Edit 0x54030080 0x200 36 24 96 14 ""
5 Static 0x54000000 0x0 2 26 48 12 "Password:"
END DIALOG
DIALOG EDITOR: "" 0x2020105 "" "" ""
[/code]
Code:
Copy      Help
str controls = "3 4 7"
str c3Log e4 e7
if(!ShowDialog("Yahoo_Logger" 0 &controls)) ret


Forum Jump:


Users browsing this thread: 1 Guest(s)