Q&A for How to Program with VBScript

Return to Full Article

Search
Add New Question
  • Question
    What's the best software for hacking?
    Community Answer
    The best software for hacking (for beginners) is probably not VBScript. It is a complicated language that, whilst having some uses, is not really useful for tinkering with existing systems or building new programs. See How to Become a Hacker for more information.
  • Question
    Do I need VBScript on Windows 10?
    Enterlit
    Community Answer
    You need VBScript on all types of Windows computers. VBScript comes with the Windows operating system.
  • Question
    How do I activate different parts of code on a certain day?
    Community Answer
    First, detect which day it is. Next, compare that to the day that you want. Finally, put the code that you want to run on that day into the body of an if statement.
  • Question
    Why is my basic script (before the variables) not working?
    Community Answer
    Make sure you are using correct syntax. MessageBox will not work in the space of msgbox. VB is case sensitive, so make sure you write things out as they should be.
Ask a Question

      Return to Full Article