how to create a error message/message box in notepad

Опубликовано: 04 Октябрь 2024
на канале: IcedJelly
265
7

X=MsgBox("message",0+16,"title")

Here is what the numbers mean:
The number before the +

0 = Ok Button
1 = Ok/Cancel Button
2 = Abbort/Retry/Ignore button
3 = Yes/No/Cancel
4 = Yes/No

Here are what the numbers mean after the +

16 - Critical Icon
32 - Warning Icon
48 - Warning Message Icon
64 - Information Icon

-----------------------------------------------------------------------------------------------------------

To create multiple Message Boxes, just duplicate the line