Class 2 Remote Instruction Review of Working with Buttons EDU 556 Programming for Instruction Dr. Steve Broskoske This is an audio PowerCast. Make sure.

Slides:



Advertisements
Similar presentations
Web Page Design Using Tables Here you see three examples of how tables can be used to organize your content. We call this page layout or design. You can.
Advertisements

VISUAL BASIC Visual Basic is derived from the Basic language (Beginner’s All-Purpose Symbolic Instruction Code) Visual Basic uses an event-driven programming.
1. Chapter 29 Creating Forms 3 Understanding Forms Word enables you to create fill-in forms to eliminate the need for storing pre-printed forms. Add.
LSP 121 Access Forms, Reports, and Switchboard. Access Forms.
ISP 121 Week 3 Access Forms and Reports. Displaying Data – The Form One way to start a form is to use the Form Wizard What table or query are you creating.
Chapter 31 Visual Basic Controls A Form is a windows-style screen displayed by Visual Basic programs. In a form, a programmer can create objects in a form.
1 Introduction to the Visual Studio.NET IDE Powerpoint slides modified from Deitel & Deitel.
Preparing PowerPoint for Use with a Touch Screen Dr. Steve Broskoske Misericordia University.
 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.
Chapter 2 –Visual Basic, Controls, and Events
Slide 1 Chapter 2 Visual Basic Interface. Slide 2 Chapter 2 Windows GUI  A GUI is a graphical user interface.  The interface is what appears on the.
Creating Embedded Formative Assessment Dr. Steve Broskoske Misericordia University EDU 533 Computer-based Education.
Hello World In C++ and Microsoft Visual C++. Directions to begin a project 1. Go to All Programs 2. Open Visual Studio C++ 3. Click on New Project 4.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Web Technologies Website Development Trade & Industrial Education
Microsoft PowerPoint Getting Started Guide Prepared for Towson University Dr. Jeff M. Kenton Amy Chase Martin 2007.
© 2006 Lawrenceville Press Slide 1 Chapter 3 Visual Basic Interface.
Chapter 3 Introducing Visual Basic.NET. 3.1 Visual Basic.NET Windows Programming -Used to create Windows, Web, and Console applications -Uses predefined.
Chapter 2 More Controls Programming in C#. NET © 2003 by The McGraw-Hill Companies, Inc. All rights reserved.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Assignment #1 Advanced Computer Programming.
Class 2 Remote Instruction Introduction to Variables EDU 556 Programming for Instruction Dr. Steve Broskoske This is an audio PowerCast. Make sure your.
Review for Mid-term! October 26, Review Homework Worksheet True or False Operators are symbols that perform specific operations in Visual Basic.
Macromedia Dreamweaver 4.0 INTERFACE This presentation will run automatically.
Go to your school’s web locker site school name.schoolweblockers.com) Your user name is the first letter of your first name, the first four.
Basic Controls & Properties Chapter 2. Overview u VB-IDE u Basic Controls  Command Button  Label  Text Box  Picture Box u Program Editor  Setting.
 Application – another name for a program.  Interface – is what appears on the screen when the application is running.  Program Code – is instructions.
Chapter One An Introduction to Visual Basic 2010 Programming with Microsoft Visual Basic th Edition.
Introduction to Visual Basic.NET Your First Visual Basic.NET Application.
Microsoft Visual Basic 2012 CHAPTER THREE Program Design and Coding.
Class 1 Remote Instruction More with Forms and Controls EDU 556 Programming for Instruction Dr. Steve Broskoske This is an audio PowerCast. Make sure.
Class 3 Remote Instruction Decision Structures and Global Variables EDU 556 Programming for Instruction Dr. Steve Broskoske This is an audio PowerCast.
Remote Instruction: Teaching with Visual Basic EDU 556 Programming for Instruction Dr. Steve Broskoske This is an audio PowerCast. Make sure your volume.
Working with the VB IDE. Running a Program u Clicking the”start” tool begins the program u The “break” tool pauses a program in mid-execution u The “end”
Chapter 2 – Introduction to the Visual Studio .NET IDE
Class 3 Remote Instruction Computer Math EDU 556 Programming for Instruction Dr. Steve Broskoske This is an audio PowerCast. Make sure your volume is.
1 Creating Windows GUIs with Visual Studio. 2 Creating the Project New Project Visual C++ Projects Windows Forms Application Give the Project a Name and.
Silent Dismissal Classroom Quick Start Guide. Sign In Enter your site address in the browser, e.g., yourschool.sdcs99.com Enter your User ID, Password.
What is Visual Basic.NET? 110 B-1 e.g. a word processor doesn’t do anything until the user clicks on a button, types text... A programming language that.
Advanced Work with Embedded and Summative Assessment Dr. Steve Broskoske Misericordia University EDU 533 Computer-based Education.
CSC 230 (Blum)1 Visual Basic 2005 Hello World Fall 2005 T. Blum.
Practical Programming COMP153-08S Week 5 Lecture 1: Screen Design Subroutines and Functions.
Visual Basic Programming Introduction VB is one of the High level language VB has evolved from the BASIC language. BASIC stands for Beginners All-purpose.
1 Advanced Computer Programming Lab Calculator Project.
The Object Model. You can think of the contents of an Excel application as a hierarchy of collections of objects, manipulated by code Each object can.
Sample CBT Template Dr. Steve Broskoske Misericordia University EDU 533 Computer-based Education.
VB Objects & Events (Exercises) School of Business Eastern Illinois University © Abdou Illia, Spring 2003 (Week 3, Friday 1/31/2003)
Using Digital Dashboards. Viewing the Sample Dashboard To view the sample dashboard: 1.In the upper-left corner of the Welcome page, click Administration.
COMPUTER PROGRAMMING I 3.02 Apply Properties Associated with the Controls.
Chapter 2 More Controls Programming in C#. NET Objectives Use text boxes, group boxes, check boxes, radio buttons, and picture boxes effectively.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
CSC 230 (Blum)1 Visual Basic 2005 Hello World Fall 2005 T. Blum.
LESSON 2 Microsoft PowerPoint THE GOAL OF THIS LESSON IS FOR STUDENTS TO SUCCESSFULLY CREATE A THEMED PRESENTATION AS WELL AS MAKE MODIFICATION.
Reading comprehension exercise using PowerPoint. Question Slides 1.Start a new PowerPoint presentation with 4 slides on it. 2.On Slides 2, insert the.
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
Creating a Google Site For a Digital Portfolio Purpose.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
 2002 Prentice Hall. All rights reserved. 1 Introduction to the Visual Studio.NET IDE Outline Introduction Visual Studio.NET Integrated Development Environment.
3.02 APPLY PROPERTIES ASSOCIATED WITH THE CONTROLS Computer Programming I.
Computing and Information Technology Building a Web Browser
Visual Basic .NET BASICS
Microsoft Visual Basic 2005 BASICS
Chapter 1: An Introduction to Visual Basic 2015
Chapter 2 – Introduction to the Visual Studio .NET IDE
3.01 Apply Controls Associated With Visual Studio Form
Chapter 3 Fundamentals of Programming in Visual Basic 3
Please use speaker notes for additional information!
Simple Windows Applications
Items, Group Boxes, Check Boxes & Radio Buttons
2g – ComboBox Lingma Acheson CSCI N331 VB .NET Programming
Presentation transcript:

Class 2 Remote Instruction Review of Working with Buttons EDU 556 Programming for Instruction Dr. Steve Broskoske This is an audio PowerCast. Make sure your volume is turned up, and press F5 to begin. Click to advance as usual.

Use of Controls Text boxes allow us to gather information from users. Users can type into them. We can also output information to users through them. Labels allow us to present information to users. They are for output purposes only.

Common Properties of Controls Name: Provide a name for the control. – Ex: lblQuestion or txtAnswer Text: Text to be displayed on the control. Anchor: Select from left, top, right, bottom to allow the control to stretch as desired to fill the screen if it is resized by the user. Visible: Allow control to be visible or invisible. Backcolor: Change background color.

Naming Controls Answer appears here. lblQuestion1 btnShowAnswer1 lblAnswer1 Question appears here.

Coding the Appropriate Control No need to code the calendar. Code the two buttons, which will affect the calendar. MonthCalendar1.Visible = TrueMonthCalendar1.Visible = False

Coding the Appropriate Control Answer will appear here. Question appears here. This label will just be used to present info. to user. This label’s visible property will be initially set to false. Users will not see the answer when the form opens. lblShowAnswer1.Visible = True

An Alternative to Making Visible Answer will appear here after user presses button. Question appears here. This label’s visible property will be initially set to true, but we will not type anything into the text property initially. The button will change the text property. lblShowAnswer1.Text = “Put text to appear in label in quotes.”

Same Thing with a Text Box Answer appears here after user presses button. Question appears here. txtShowAnswer1.Text = “Put text to appear in label in quotes.”

Clearing Contents of a Text Box Question appears here. The user can type an answer here for later processing. This button will be used to clear the text property of the text box. txtStudentAnswer1.Text = “”

Navigating to Other Forms Private Sub btnGoForm2 Form2.show() Me.Visible = False To add a new form: Press “add new item” button – Windows form.

Remote Assignment Answer. Question 1.Question 2.Question. Answer. Reveal answer by changing visibility of text box. Reveal answer by changing visibility of label. Reveal answer by changing text property of label.