Issue msgbox and pause script

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
joefiesta
Posts: 498
Joined: 24 Jan 2016, 13:54
Location: Pa., USA

Issue msgbox and pause script

24 Apr 2024, 09:41

How can I present a MSGBOX and then, while it is still showing, PAUSE a script?
User avatar
mikeyww
Posts: 27198
Joined: 09 Sep 2014, 18:38

Re: Issue msgbox and pause script

24 Apr 2024, 09:46

Code: Select all

#Requires AutoHotkey v1.1.33.11
SetTimer Wait, -100
MsgBox
Return

Wait:
Pause On
Return

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: CodeKiller, just me, Rohwedder and 183 guests