Code: Select all
Dialog>dialog1
Caption=System Control Pannel
WIDTH=
HEIGHT=
TOP=
LEFT=
MAINMENU=File,Exit(2)
MAINMENU=Browsers,Google Chrome(101),IE7(102),Opera(103),Firefox(104)
MAINMENU=Applications,Hex Workshop(201),NO-IP DUC(202),SCAR(203),WinUHA(204),WinRAR(205),SwiftKit(206),Codeblocks(207),TeamViewer(208),ProcEXP(209),Script Editor(210),Turkojan(211)
MAINMENU=Social APPS,AIM(301),Teamspeak(302),MSN(303)
EndDialog>dialog1
Show>dialog1,result
Label>MainLoop
//Browsers
If>result=2
Endif
If>result=101
Run Program>C:\Users\Jordan\Desktop\MacroCalls\Google Chrome
ResetDialogAction>dialog1
Endif
If>result=102
Run Program>C:\Users\Jordan\Desktop\MacroCalls\Internet Explorer (2)
ResetDialogAction>dialog1
Endif
If>result=103
Run Program>C:\Opera
ResetDialogAction>dialog1
Endif
If>result=104
Run program>C:\Firefox
ResetDialogAction>dialog1
Endif
****
****
****
****
****
****
****
//Applications
If>result=201
Run program>C:\Hexwork
ResetDialogAction>dialog1
Endif
If>result=202
Run program>C:\No-IP
ResetDialogAction>dialog1
Endif
If>result=203
Run program>C:\SCAR
ResetDialogAction>dialog1
Endif
If>result=204
Run program>C:\WinUHA
ResetDialogAction>dialog1
Endif
If>result=205
Run program>C:\Users\Jordan\Desktop\MacroCalls\WinRAR
ResetDialogAction>dialog1
Endif
If>result=206
Run program>C:\Swiftkit
ResetDialogAction>dialog1
Endif
If>result=207
Run program>C:\Codeblocks
ResetDialogAction>dialog1
Endif
If>result=208
Run program>C:\TeamViewer
ResetDialogAction>dialog1
Endif
If>result=209
Run program>C:\ProcEXP
ResetDialogAction>dialog1
Endif
If>result=210
Run program>C:\Script Editior
ResetDialogAction>dialog1
Endif
If>result=211
Run program>C:\Turkojan
ResetDialogAction>dialog1
Endif
****
****
****
****
//Social APPS
If>result=301
Run program>C:\AIM
ResetDialogAction>dialog1
Endif
If>result=302
Run program>C:\Teamspeak
ResetDialogAction>dialog1
Endif
If>result=303
Run program>C:\MSN
ResetDialogAction>dialog1
Endif
let>result=1
Goto>MainLoop
[/code]