Learning Targets:  Develop code blocks that use arithmetic operations  Develop programs that use subtotals and final totals 1.

Slides:



Advertisements
Similar presentations
Today we will begin our PowerPoint presentation!
Advertisements

DREAMWEAVER Welcome to our website!
Powerpoint Tutorial J.Kellow.
Creating a eportfolio Mrs Bhayat. Setting up a website When you open Dreamweaver you have to set up a site and you do this as you are shown above. You.
Intro to Microsoft PowerPoint 2010 Public Computer Center, Moore Memorial Library, Greene, NY.
Project Information: Customizing and Printing Lesson 7.
E-Portfolio Using sites.Google.com. Why Google? Easy to use Easy to share Accessible Permanent.
Overview Importing text files Creating Forms Creating Reports.
PowerPoint Practice 1.Click SAVE AS and save this file on your network drive. Rename it “powerpoint practice.” 2.Follow the directions on the slides.
Creating First Class Web Pages Log into your account.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
How to Use The Borland C++ Compiler Version 5
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
1b – Inside Visual Studio Lingma Acheson Department of Computer and Information Science, IUPUI CSCI N331 VB.NET Programming.
Designing a Classroom Web Site Using NVU Beginning Level.
2. Introduction to the Visual Studio.NET IDE 2. Introduction to the Visual Studio.NET IDE Ch2 – Deitel’s Book.
Mastering Your Word Processing Skills
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.
CTRL + Z is your best friend. Use it to undo anything! You can even undo multiple mistakes!
Web Technologies Website Development Trade & Industrial Education
MAIL MERGE Designing Documents with. Terms Mail Merge: A process that inserts variable information into a standardized document to produce a personalized.
Introduction to Visual Basic. Quick Links Windows Application Programming Event-Driven Application Becoming familiar with VB Control Objects Saving and.
IE 411/511: Visual Programming for Industrial Applications
Chapter 3 Introducing Visual Basic.NET. 3.1 Visual Basic.NET Windows Programming -Used to create Windows, Web, and Console applications -Uses predefined.
XP Modifying the Slide Master Click the View tab on the Ribbon, and then, in the Master Views group, click the Slide Master button Click the Slide Master.
WELCOME EF 105 Spring EF 105 Computer Methods in Engineering Problem Solving Week 2: FrontPage Introduction to Software Use to create Web Pages.
Website Development with Dreamweaver
Clearly Visual Basic: Programming with Visual Basic 2008 Chapter 4 I Need a Tour Guide.
HOW TO BUILD YOUR CULINARY ARTS PORTFOLIO. Adding a New Slide/ Duplicating a Slide Go to the slide menu on the left side of the screen Right click to.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 2 The Visual Basic.NET Integrated Development Environment.
Fall 2005 Using FrontPage to Enhance Blackboard - Darek Sady1 Using FrontPage to Enhance Blackboard 1.Introduction 2.Starting FrontPage 3.Creating Documents.
How to Setup MS Word for a Research Paper Steps and Procedures.
Guidelines for Paper Formatting Step One: Open Microsoft Word 2007 Step Two: Formatting the Document Step Three: Typing the Final Draft Highland Park High.
Enhancing the Graphical User Interface Multiple Forms, Controls, and Menus.
PowerTeacher Grade Book Training Brent Wolf & Stacy Smith.
CMS Directions 1. Open Internet Explorer to our home page. 2. Click SIGN IN.
4th Grade Book Publishing Project: Animal ABC Book
Project Deployment IT [211 CAP] How to convert your project to a full application.
1. S:\Courses\CSSE\ibrahima\CS2340\Notes Folder Section1 Folder Section2 2.
Computer Tips to Help Your Child. How to use the computer correctly! It is important that we follow all rules when using the computer. If you ever have.
Introduction to Web Services. Examples Using a Web Service Creating a new Web Service.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
Microsoft Access Lesson 2 Lexington Technology Center February 13, 2003 Bob Herring On the Web at
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 4 Working with Variables, Constants, Data Types, and Expressions.
Double –Click on the Netscape Icon on your desktop The following are a series of steps to help you get started with Netscape Composer.
Font, Font Size, and Text Color. When you have a text box open you have access to the font, font size, and font color from the home screen under the section.
Web Page-Chapter 6 Forms. Inserting a Form  Display the Insert bar  Click the arrow to the right of the display category on the Insert bar and then.
Know your computer Make a Folder Copy from Word to Composer Format the Font Change the Alignment Format the Background Format the Colors Insert a Picture.
Home page Web page link 1 Web page link 2Web page link 3Web page link 4.
BBT 10 Visual Basic 03 Enrichment. Tip Before creating any files for your project, first create a new folder Save all of your files in the folder Pieces.
Chapter 3 I Need a Tour Guide (Introduction to Visual Basic 2010) Clearly Visual Basic: Programming with Visual Basic nd Edition.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 3 Building an Application in the Visual Basic.NET Environment.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
1 Place Your Photo AND Logo on Your Home Page Website Manager Tutorials.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
COMPUTER PROGRAMMING I 3.01 Apply Controls Associated With Visual Studio Form.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 2 The Visual Basic.NET Integrated Development Environment.
Chapter 4: Do-It-Yourself Designing (Designing Interfaces)
Chapter 3: I Need a Tour Guide (Introduction to Visual Basic 2012)
open up the computer login left double-click on Applications
With Microsoft FrontPage 2000
How to create a web page using word …
3.01 Apply Controls Associated With Visual Studio Form
3.01 Apply Controls Associated With Visual Studio Form
Your First & Last Name (Make sure you capitalize your first and last name!) Follow these instructions: 1. Center your name on the slide (use the “Centered”
Program and Graphical User Interface Design
Horizontal Centering Using the menu bar
Please use speaker notes for additional information!
Ways to make a nice looking PowerPoint!
Introduction to Visual Basic 2010
Presentation transcript:

Learning Targets:  Develop code blocks that use arithmetic operations  Develop programs that use subtotals and final totals 1

First open up Visual Basic. Then go to File, New, Project. Next click Window Application. Then name the project Score Board. Check the create directory for solution box. Press OK. REMEMBER TO SAVE TO YOUR (H:) DRIVE! 2

First go to the properties window and change the size to 512, 368. Get 2 Labels, 3 Text Boxes, and 10 Buttons. Remember you can design the form to how you want it to look! 3

To name a button go to the Properties Window. Then go to Text and make 2 touchdown buttons, 2 field goal buttons, 2 safety/ field goal, 2 Convert buttons, 1 Quarter button, and 1 End of Game button. 4

This is very simple. Go to the Properties Window and go to text (like with buttons). Then in the Properties Window go to Font and change to your liking! 5

Go to the Properties Window and change the text to 0 on the text boxes that are going to be used for the home and away score. Change the text to 1 for the text box that will be used for quarters. 6

Centering a text box is easy! Go to the Properties Window and go to Text Align to center. 7

Naming Buttons and Text Boxes Go to the Properties Window and go to name. Then if your creating a button type btn(nameofbutton). If it’s a text box type the name as txt(nameoftext). 8

Setup your Form to your liking and lets get to coding! Just set a layout of your buttons, labels, and text boxes so that they can be easily read by someone else. 9

Double click the Touchdown Button assigned to the home team. Then type the code as txt(name of the home team textbox).Text = txt(name of same text box).Text

Getting Back to the Form There are two tabs at the top of the screen. To get back to the form simply press Form1.vb [Design] 11

Coding Cont. Do the same thing for the visitor button for touchdowns. The code for it is txt(name of visitor text box).Text = txt(name of same text box).Text

Double click the button assigned for field goals for the home team. The code is txt(name of home team text box).Text = txt(same text box).Text

Field Goal Coding Cont. Double click the visitor’s field goal button. The code is txt(name of visitor text box).Text = txt(same text box).Text

Safety/Two Point Conversion Coding Double click the home team’s Safety/Two point button. The code is txt(home team text box).Text = txt(home team text box).Text

Safety/Two Point Conversion Cont. Double click the Safety/Two point conversion button. The code is txt(vistor text box).Text = txt(visitor text box).Text

Convert Button Double Click the Convert Button. The code is txt(Home text box).Text = txt(home text box).Text + 1 Visitor code is txt(away text box).Text = txt(away text box).Text

Making Reset Button Double click the end game button The code is 18

Making The Quarter Button Double click the Quarter button. The code is 19

Creating a Background! Go on the internet and find a picture you want as the background of your score board. Right click image and save to computer. Then go to BackgroundImage and select your image. 20