Skip to content

This is a test utitlity to create win dialogs, supports command line aguments.

Notifications You must be signed in to change notification settings

TheJaysH/Show-MessageBox

Repository files navigation

Show-MessageBox

This is a utility to invoke a Windows MessageBox with specified criteria. Also supports command line args

Image

CommandLine Args

  • --title, -t
    • Title of the MessageBox
  • --message, -m
    • Message within the MessageBox
  • --buttons, -b
    • Buttons to display
    • Allowed Values:
      • OK
      • OKCancel
      • AbortRetryIgnore
      • YesNoCancel
      • YesNo
      • RetryCancel
  • --icon, -i
    • Icon of the MessageBox
    • Allowed Values:
      • None
      • Hand
      • Stop
      • Error
      • Question
      • Exclamation
      • Warning
      • Asterisk
      • Information

Example Usage:

ShowMessageBox.exe --title "Dialog Title" --message "This is a message box" --buttons "YesNo" --icon "Information"

Resulting Dialog:

Image

About

This is a test utitlity to create win dialogs, supports command line aguments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages