#SingleInstance,force
Gui,+AlwaysOnTop
gui, add, button, x5 y30 h20 w70 gsub2, Next
Gui, Show
return
sub2:
Gui,Hide
{
send n
}
sleep 200
Gui, Show
return
The script above displays a button "next" on the screen and on clicking the button, the key "n" is sent to the window below.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more