- Notifications
You must be signed in to change notification settings - Fork2
nperovic/DarkMsgBox
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Note
If you are using ahkv2-alpha.13+, pleaseclick here. The alpha version supportsmodules.
Learn more about#Include
:AHK Official Document
#Requires AutoHotkey v2#Include <Dark_MsgBox>
IB:=InputBox("Please enter a phone number.","Phone Number","w300 h200")if (IB.Result="Cancel")MsgBox"You entered '"IB.Value"' but then cancelled.",,0x1elseMsgBox"You entered '"IB.Value"'.", ,0x1
It has to be
MsgBox.Call
for setting icons.
MsgBox.Call("123456","Title","CTC","copilot.ico")
For further details, please refer to the official document:CLICK HERE
About
Apply dark theme to your built-in MsgBox and InputBox.
Topics
Resources
Stars
Watchers
Forks
Packages0
No packages published