Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help Please
#1
hi i need a macro that will open a notepad and then paste multi yahoo accounts in it like this

Yahoo_Bot_1
Yahoo_Bot_2
Yahoo_Bot_3
Yahoo_Bot_4
Yahoo_Bot_5

ext.......

i have the dialog made already just need an actual code to do it
the dialog code is below i want the mac below i need it to be able to get the start number and end number so if the start number is 5 i want it to be able to then go to 6 7 8 all the way to the ending number please help i tryed diff strings and everything :oops:




\Dialog_Editor
function# hDlg message wParam lParam
if(hDlg) goto messages
str controls = "3 4 5"
str e3 e4 e5
if(!ShowDialog("Dialog5" &Dialog5 &controls)) ret
BEGIN DIALOG
0 "" 0x90C80A44 0x100 0 0 173 81 "Dialog"
1 Button 0x54030001 0x4 120 116 48 14 "OK"
2 Button 0x54030000 0x4 170 116 48 14 "Cancel"
3 Edit 0x54030080 0x200 4 2 96 14 ""
4 Edit 0x54030080 0x200 4 20 96 14 ""
5 Edit 0x54030080 0x200 4 40 96 14 ""
6 Static 0x54000000 0x0 104 4 48 13 "YAHOO"
7 Static 0x54000000 0x0 102 24 74 10 "STARTING NUMBER"
8 Static 0x54000000 0x0 102 44 76 10 "ENDING NUMBER"
9 Button 0x54032000 0x0 60 60 48 14 "START"
END DIALOG
DIALOG EDITOR: "" 0x2020105 "" "" ""

ret
messages
sel message
case WM_INITDIALOG
DT_Init(hDlg lParam) ;;*
ret 1 ;;*
case WM_DESTROY DT_DeleteData(hDlg) ;;*
case WM_COMMAND goto messages2
ret
messages2
sel wParam
case 9 mac "GO"
case IDOK
DT_Ok hDlg ;;*
case IDCANCEL DT_Cancel hDlg ;;*
ret 1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)