BASIC 17 Mr. Husch.

Slides:



Advertisements
Similar presentations
Information System Design Lab 5&6. User Interface Design.
Advertisements

4 Entering Patient Information MEDA 144 S11. Learning Outcomes When you finish this chapter, you will be able to: 4.1 Explain how patient information.
Project Information: Customizing and Printing Lesson 7.
4 Entering Patient Information MEDA 144 S11. Learning Outcomes When you finish this chapter, you will be able to: 4.1 Explain how patient information.
Automating Tasks With Macros
FIS 318/618: Financial Systems & Databases Forms and Reports Oakland University School of Business Administration Accounting and Finance Joe Callaghan.
CHAPTER © 2011 The McGraw-Hill Companies, Inc. All rights reserved. 4 Entering Patient Information.
Assignments. Overview Introduction Naming uploading Browsing Submitting Grade.
Graphical User Interfaces A Quick Outlook. Interface Many methods to create and “interface” with the user 2 most common interface methods: – Console –
Visual Basic Chapter 1 Mr. Wangler.
© Copyright 2000, Julia Hartman 1 Next An Interactive Tutorial for SPSS 10.0 for Windows © by Julia Hartman Using Command Syntax.
Adding User Interactivity – Lesson 51 Adding User Interactivity Lesson 5.
 We are going to learn about programming in general…How to think logically and problem solve. The programming language we will use is Python. This is.
Professional Development for Media and Technology Instructions on inserting meta data into your MP3 files via Windows. By Soundzabound Royalty Free Music.
Intro to More Controls in C#. C# Demonstration We already touched on labels and buttons Ad-hoc demo of controls – Textboxes Multiline – Checkbox – Radiobutton.
CSC 157 (Blum)1 Hello World. CSC 157 (Blum)2 Start/Programs/Microsoft Visual Studio.NET 2003/Microsoft Visual Studio.NET 2003.
CS 281 – Fall 2015 Lab 4 Parametric Query and Forms in MS Access.
1 After completing this lesson, you will be able to: Get around the Internet with your browser. Connect to the Internet. Print Web pages. Save Web pages.
How to Log your Non-Profit Board Participation. Logging Board Participation Hours There area two steps to recording your Board Participation hours. 1.Add.
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.
Granting an Extension to an Assignment in Tk20 Option 1 – Grant extension to whole class (will delete all submitted) Option 2 – Grant extension to individual.
Standards Based Education Parent Information Meeting February 2015.
JavaScript Events Java 4 Understanding Events Events add interactivity between the web page and the user You can think of an event as a trigger that.
Chapter 6. Copyright 2003, Paradigm Publishing Inc. CHAPTER 6 BACKNEXTEND 6-2 LINKS TO OBJECTIVES Create Folders Select Delete Copy a Document Move a.
CS 281 – Fall 2010 Lab 4 Parametric Query and Forms in MS Access.
Visual Basic/ Visual Studio Brandon Large. Connecting to prior knowledge In your notes write down what the two main parts of the computer are. The “software”
Lessons Copy and Paste Text Drag and Drop Text 2-Saving Documents 3- Printing 4-Inserting Tables Modifying Page Layout Format Page Margins Insert a Blank.
Lesson 1: Learning Worksheet Fundamentals Microsoft Office Excel 2003 Lesson 1 Learning Worksheet Fundamentals.
CHAPTER © 2013 The McGraw-Hill Companies, Inc. All rights reserved. 4 ENTERING PATIENT INFORMATION.
An Interactive Tutorial for SPSS 10.0 for Windows©
Excel Tutorial 8 Developing an Excel Application
Visual Basic.NET Windows Programming
Creating a Workflow.
Chapter Topics 15.1 Graphical User Interfaces
Uploading Files to the Remote Server Using Win_SCP Portable
Section 64 – Manipulating Data Using Methods – Java Swing
Using Multiple Forms.
SAM Self Assessment Software
How do I Change my Login Name in NetWeb?
Custom dialog boxes Unit objectives
Python Mr. Husch.
WordPad Starting WordPad!.
Back Cover Cover Page Page 1-Triple click in this textbox and enter your information for Page 1 of your book. Page2-Triple click in this textbox and enter.
Back Cover Cover Page Page 1-Triple click in this textbox and enter your information for Page 1 of your book. Page2-Triple click in this textbox and enter.
Lesson Four: Building Custom Patient Lists
Click here.
Just Basic lesson 16 Mr. Kalmes.
Report using ADO connection
Lesson 1: Google Docs Tour
Python 19 Mr. Husch.
Write a program that places the names of five different states in labels, and allows the user to enter guesses of the corresponding state capitals in textboxes.
Access: Forms Participation Project
Using Templates and Library Items
Chapter 15: GUI Applications & Event-Driven Programming
Blackboard Tutorial (Student)
Delete Comments After corrections have been made or you change your mind about something, you might want to delete the comment. Just highlight the comment.
DAT2343 LMC Simulator Usage © Alan T. Pinck / Algonquin College; 2003.
Just Basic Lesson 15 Mr. Kalmes.
Python 16 Mr. Husch.
Just Basic Lessons Mr. Kalmes.
Learning the Basics of Microsoft Word 2010 for Microsoft Windows
Just Basic Lessons 9 Mr. Kalmes.
Back Cover Cover Page Page 1-Triple click in this textbox and enter your information for Page 1 of your book. Page2-Triple click in this textbox and enter.
The University of Texas – Pan American
JustBasic 10 Mr. Husch.
Python 16 Mr. Husch.
JustBasic 16 Mr. Husch.
Python 19 Mr. Husch.
Lesson 13 Working with Tables
Microsoft Outlook (Disabling desktop notifications)
Presentation transcript:

BASIC 17 Mr. Husch

Objective Create their own programs through the GUI

Assignment Save as Lastname_17 Recreate your high low game but using the GUI with multiple windows. The program should have its own application window using the dialog window type. This window should have at least one statictext control. One of these should indicate whether to guess higher or lower and to count the guesses. There should be a textbox for entering guesses, and a button labeled guess to click on to register each guess. An additional button should be labeled 'About'. This button should cause an About box to be displayed for the game. After you are done, need to explain how the program’s command work section by section with comments inside the text.

Journal 17 Explain what you had to do to your old program to get the windows to work.