VBScript To show a message box

To show a Message box/Dialogue box :-


1.OPEN NOTEPAD

2.COPY THE CODE GIVEN BELOW:-
 -------------------------------------------------------------------------------------------------
     x=MsgBox("Enter your message",0,"Title of msg box")
 -------------------------------------------------------------------------------------------------

*Note : Here ,0, is the argument

THE BUTTONS ARGUMENT SETTINGS ARE:


Constants Value Discription
  • vbOkOnly
0 Display Ok button only
  • vbOkCancel
1 Display OK and Cancel buttons
  • vbAbortRetryIgnore
2 Display Abort, Retry and Ignore buttons
  • vbYesNoCancel
3 Display Yes, No and Cancel buttons
  • vbYesNo
4 Display Yes and No buttons
  • vbRetryCancel
5 Display Retry and Cancel Buttons
  • vbCritical
16 Display critical message icon
  • vbQuestion
32 Display Warning Query icon
  • vbExclamation
48 Display Warning Message icon
  • vbInformation
64 Display information message icon.
  • vbDefaultButton1
0 First Button is Default
  • vbDefaultButton2
256 Scond Button is Default
  • vbDefaultButton3
512 Third Button is Default
  • vbDefaultButton4
786 Fourth Button is Default
  • vbApplicationModal
0 The user must respond to the message box efore continuing work in current application
  • VbSystemModal
4096 All applications are suspended untill the user responds to the message box

**Replace ,0, with any value for required buttons from above**

3.SAVE THE FILE AS your_choice.vbs (Replace star by your choice)

Enjoy☺️!!!

Comments

  1. What do I say about your posts? I love them. I read them everyday and always wait for new ones. I am very happy because I have something interesting to read. Hope you can upload more and more.
    Santa Snake wonderful games for free || seri games Adam And Eve 5 Part 1 || jogos free games Icy Purple Head

    ReplyDelete
  2. Your writings are so good. They contains a bunch of information. I think that you know much about those topics. I want to send a thank to you. Your posts can help me more and more in the future. Once again thank you.
    free games Short Ride || Kindergarten Dress Up 2 player games || Moto X3M 2 action games unboloced

    ReplyDelete

Post a Comment

Popular posts from this blog

To Delete or Uninstall Default messaging app on android (Without Root)

Send message on Pc's connected to same network eg (N-computing, Direct Server-client connection)