Need help with this code please. only the 1st button is working. I am try to open the script from a file I made in note pad before making the GUI.
-------------------note pad script----------------
SEND Mileage Reimbursement
return
[Mod edit: Added [code][/code] tags. Please use them yourself when posting code.]
[Mod action: Topic moved from "Ask for Help (v2)" since this is v1 code.]
CODE:
Gui, Add, Button,x50 w200 h50 gTest1 , Mileage Reimbursement Description
Gui, Add, Button, x50 w200 h50 gTest2 , run Mileage Reimbursement Description from AHK file
Gui +AlwaysOnTop
Gui, Show,x1143 y170 w300 h300 , Mike's Script Master GUI
Return
Test1:
click -200, 100
CLICK 690, 230
SEND Mileage Reimbursement
Return
Test2:
Run MileageReimbursementDesi.ahk
Return
GuiClose:
ExitApp
return
-------------------note pad script----------------
SEND Mileage Reimbursement
return
[Mod edit: Added [code][/code] tags. Please use them yourself when posting code.]
[Mod action: Topic moved from "Ask for Help (v2)" since this is v1 code.]
Statistics: Posted by Zed3332 — Today, 14:43