Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Apply dark theme to your built-in MsgBox and InputBox.

NotificationsYou must be signed in to change notification settings

nperovic/DarkMsgBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Note

If you are using ahkv2-alpha.13+, pleaseclick here. The alpha version supportsmodules.

DarkMode_MsgBox

DarkMode_InputBox

How To Use

IncludeDark_MsgBox.ahk

Learn more about#Include:AHK Official Document

#Requires AutoHotkey v2#Include <Dark_MsgBox>

Basic Uses

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

Add Icon

It has to beMsgBox.Call for setting icons.

MsgBox.Call("123456","Title","CTC","copilot.ico")

For further details, please refer to the official document:CLICK HERE


[8]ページ先頭

©2009-2025 Movatter.jp