Search found 4 matches

by Vfpskin
19 Dec 2023, 08:18
Forum: Scripts and Functions (v2)
Topic: PicSwitch - Switch, Checkbox controls with picture
Replies: 5
Views: 1134

Re: PicSwitch - Switch, Checkbox controls with picture

Its a great script!
Thanks for sharing!


Regards.
by Vfpskin
08 Feb 2023, 20:19
Forum: Pedir Ayuda
Topic: Ayuda con una tecla y varias salidas para la misma tecla Topic is solved
Replies: 3
Views: 1155

Re: Ayuda con una tecla y varias salidas para la misma tecla Topic is solved

@HECRAM
De nada, soy un novato aprendiendo este hermoso lenguaje de programacion.
Saludos!
by Vfpskin
08 Feb 2023, 19:08
Forum: Pedir Ayuda
Topic: Ayuda con una tecla y varias salidas para la misma tecla Topic is solved
Replies: 3
Views: 1155

Re: Ayuda con una tecla y varias salidas para la misma tecla Topic is solved

Hola, buscando en el foro, encontre 2 post con los cuales hice un mix y salio esto: count := 0 Milisegundos := 400 x:: count++ settimer, restart, %Milisegundos% return restart: if (count = 0) { settimer, restart, %Milisegundos% return } if (count = 1) { Send, A count := 0 settimer, restart, %Miliseg...
by Vfpskin
21 Dec 2022, 15:52
Forum: Ask for Help (v1)
Topic: How do I stop my script with a key?
Replies: 4
Views: 1156

Re: How do I stop my script with a key?

Hello, I'm also a beginner programmer in Autohotkey.
I use this code to stop my scripts. Put it at the end of your code.
This will stop your script by pressing ESC.



ESC::
Msgbox, Cancell
ExitApp
Return



Regards from Argentina
VfpSkin.

Go to advanced search