Tyleo-Dev-AutoIT-Oldies/ModernNotePad/ModernNotePad.au3

17 lines
227 B
AutoIt
Raw Normal View History

2024-02-18 21:17:39 +00:00
#include "MetroGUI-UDF\MetroGUI_UDF.au3"
$ProgramName = "Modern NotePad"
GLobal $Notepad = _Metro_CreateGUI($ProgramName,700,500)
While 1
$nMSG = GUIGetMsg()
Switch $nMSG
Case $Notepad
EndSwitch
WEnd