تماشای ویدئو VBScript Basics Part 2 Message Box Constants MsgBox از آی-ویدئو

VBScripting (.vbs) Basic tutorial on how to create a message box using constants. To learn how to use numbers click here » http://youtu.be/NwIOuZZqolE Chart: https://msdn.microsoft.com/en-us/library/sfw6660x.aspx | Code Example choice = MsgBox( _ "Pandora Radio", _ vbExclamation+vbOkCancel+vbDefaultButton2, _ "Error:") If choice = vbOK Then MsgBox "We'll try an fix the problem.", vbInformation If choice = vbCancel Then MsgBox "Closing the program.", vbCritical
1 دی 1396
آی-ویدئو