Just Basic lesson 16 Mr. Kalmes.

Slides:



Advertisements
Similar presentations
A Macro is a sequence of comands triggered by an event such as power on or activity start. A macro can also be started by a button press with a custom.
Advertisements

TITLE Insert a title for your stretch book project by clicking in the Title placeholder and entering text. TITLE Insert a title for your stretch book project.
Features and How-to’s Introduction to Computers Mr. Jain
Alford Academy Business Education and Computing1 Advanced Higher Computing Based on Heriot-Watt University Scholar Materials File Handling.
Customizing Word Microsoft Office Word 2007 Illustrated Complete.
With Microsoft ® Office 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 GO! with Microsoft ® Office 2010 Common Features Using the Common.
Graphical User Interfaces A Quick Outlook. Interface Many methods to create and “interface” with the user 2 most common interface methods: – Console –
 Experiment with the Design features to get the look you want for your presentation.  Most design templates will keep the design the same on all your.
Adding Controls to User Forms. Adding Controls A user form isn’t much use without some controls We’re going to add controls and write code for them Note.
Word Lesson 16 Working with Macros Microsoft Office 2010 Advanced Cable / Morrison 1.
Create Forms Lesson 5. Software Orientation Creating Forms A form is a database object –enter, edit, or display data from a table or query Providing.
Lesson 6: Working with Layout and Graphics
Turning Glowing Text into Animated Glowing Text Using Animation Shop.
With Microsoft ® Office e© 2013 Pearson Education, Inc. Publishing as Prentice Hall1 Common Features Using the Common Features of Microsoft ® Office.
Quick guide on making PowerPoint slides  PowerPoint is a presentation program  A PowerPoint slideshow is a stack of slides being presented one after.
Template for Applet Design stage. General Instructions: The template shown is an example. Please add more slides wherever required. Include look of the.
Lesson 12 Adding Validation To The Movie Database.
Graphical User Interface You will be used to using programs that have a graphical user interface (GUI). So far you have been writing programs that have.
Office 2003 Post-Advanced Concepts and Techniques M i c r o s o f t Access Project 7 Advanced Report and Form Techniques.
UNIT 1 VOCABULARY. INSTRUCTIONS Go to Computer Icon on desktop Click PUBLIC drive Double-Click Homework Folder Double-Click MS folder Find JWARNER folder,
This is how you invoke the Microsoft Visual Studio 2010 Software. All Programs >> Microsoft Visual Studio 2010.
Click left mouse button to proceed. Windows Tutorial Searching For Files CST-133 Lab AW © Delta College CST Faculty.
Microsoft PowerPoint 2010 Lesson 6: Working with Layout and Graphics Created by Felicia Hudson, Riverside High School--Durham Public Schools.
Lesson 1: Learning Worksheet Fundamentals Microsoft Office Excel 2003 Lesson 1 Learning Worksheet Fundamentals.
How to Print a Roster for a WDCE Class Using Colleague
Visual Basic .NET BASICS
Common Features Using the Common Features of Microsoft® Office 2010
PowerPoint Essentials Vocabulary
Python Lesson 12 Mr. Kalmes.
Venture A guide to Advance ing
Chapter 2 – Introduction to the Visual Studio .NET IDE
How to design a Windows Forms application
Python Lesson 12 Mr. Kalmes.
Please use speaker notes for additional information!
Database Applications – Microsoft Access
Lesson 6: Working with Layout and Graphics
Python Lesson 6 Mr. Kalmes.
Custom dialog boxes Unit objectives
Python Mr. Husch.
Change the following items:
تكملة الوحدة الاولى الفصل الثاني بالكتاب للاطلاع ثم الفصل الثالث التخطيط لبناء الاختبارات التحصيلية الفصل الثالث من الكتاب (87-164)
Lesson Ten: Troubleshooting Patient Lists
Lesson 9: Troubleshooting Patient Lists
Lesson 6: Working with Layout and Graphics
Architect’s Scale 1/4” = 1’-0”
Lesson 6: Working with Layout and Graphics
Lesson 6: Working with Layout and Graphics
Open your video file. Play the video.
Lesson 9: Troubleshooting Patient Lists
Instructions for Windows users:
Just Basic Lessons Mr. Kalmes.
Instructions for Windows users:
Instructions for Windows users:
PowerPoint Slide Shuffler
Python Lesson’S 1 & 2 Mr. Kalmes.
DAT2343 LMC Simulator Usage © Alan T. Pinck / Algonquin College; 2003.
Just Basic Lesson 15 Mr. Kalmes.
Just Basic Lessons Mr. Kalmes.
Lesson Seven: Customizing Columns in Patient Lists
Basic Lessons 5 & 6 Mr. Kalmes.
Just Basic Lesson 12 Mr. Kalmes.
Just Basic Lessons 9 Mr. Kalmes.
Just Basic Lesson 19 Mr. Kalmes.
Exploring Microsoft PowerPoint 2003
Java Lessons Mr. Kalmes.
JustBasic 16 Mr. Husch.
Python 10 Mr. Husch.
Just Basic Lessons Mr. Kalmes.
BASIC 17 Mr. Husch.
Microsoft PowerPoint 2010 for Microsoft Windows
Presentation transcript:

Just Basic lesson 16 Mr. Kalmes

Objective Create a program that creates advanced windows in Just Basic Understand how to troubleshoot errors before they happen

First build

Differences Line starting with textbox The textbox command create the text with the handle #myFirst.field whereas the numbers denote its position in the window. It also displays the text we entered by the “!contents? aString$” sequence in the print line. Make sure that the command starts with an exclamation point (!) or it will not work.

Add to the program You can add instructions for the users with a static text box. Add that with

Add to the program Play with the inputs and dimensions to alter the position of the windows, textbox, and instructions. Now you need to add a trapclose, this will create a button for you to close the button. The program for the trapclose is on the next slide. You will need to make minor adjustments to make it work perfectly for you.

Trapclose

Save Save this program as LastName_Lesson 16