Как создать свою музыку ошибки Windows Интересное видео

Аватар автора
Отличные идеи
In above Code X=MsgBox("Message Description",0+16,"Title") here is the explanation of this code. Message Description – This is what you want to show as a Message. Button – Type of button, like OK, Yes, No, Cancel, etc Icon – Type of icon you want to show like Info icon, critical icon, etc Title – Title of message Box. 1. You can write any number from 1,2,3 or 4 instead of 0 (before the ‘+’ symbol) Here is the meaning of these numbers: 0 = OK Button, 1 = OK / Cancel Button, 2 = Abort / Retry / Ignore Button, 3 = Yes / No / Cancel Button, 4 = Yes / No Button, 5 = Retry / Cancel Button 2. You can write 32 or 48 or 64 instead of 16. Here is the meaning of each number: 16 = Critical Icon, 32 = Help Icon, 48 = Warning Icon, 64 = Information Icon, Type the above code with your message, desired button, icon and title, one line of code generates one message box so you need to write code in a separate line to generate another message box like X=MsgBox(“Error while opening Computer. Do you want to Fix this Error?”,4+64,”Computer”) X=MsgBox(“Unable to Fix this Error. Do you want to scan this Computer”,3+48,”Computer”)

0/0


0/0

0/0

0/0