Lab Session: Hello World

From NSB App Studio
Revision as of 04:47, 11 December 2013 by James (talk | contribs) (Created page with "== Instructor Outline == # Start a new project. # Add a TextArea and a Button to Form1. # Paste the following text into the ''value'' property of the TextArea: <pre>Here is a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Instructor Outline

  1. Start a new project.
  2. Add a TextArea and a Button to Form1.
  3. Paste the following text into the value property of the TextArea:
    Here is a simple Hello World app. Hit F5 in AppStudio to run it in your local browser.
  4. Select ``Button1_onclick()`` from the ``click`` pulldown of Button1.
  5. Paste the following code into the function in the code window:
    NSB.MsgBox "Thanks for clicking!"
  6. Press F5 to run the program.