Exercise 5 Introduction to C# CIS-2320. 2 This exercise uses Group boxes, Radio buttons, List boxes, and Buttons to allow users to select food items from.

Slides:



Advertisements
Similar presentations
To: All Staff Please find below a user guide to using . I will explain how to do the following using screenshots and annotations. From:
Advertisements

Paragraph Formatting Lesson 4.
CS0004: Introduction to Programming Select Case Statements and Selection Input.
Step-by-Step: Insert Hyphens in a Document 1.On the Page Layout tab, in the Page Setup group, click the Hyphenation drop-down arrow and select Automatic;
Step-by-Step: Turn on Widow/Orphan Control
Step-by-Step: Set Margins Before you begin these steps, be sure to launch Word. 1.OPEN the proposal file for this lesson. 2.Delete the extra blank lines.
Murach’s JavaScript, C6© 2009, Mike Murach & Associates, Inc.Slide 1.
© Paradigm Publishing, Inc Word 2010 Level 2 Unit 1Formatting and Customizing Documents Chapter 3Automating and Customizing Formatting.
Chapter 4 Financial Functions, Data Tables, and Amortization Schedules
XP New Perspectives on Creating Web Pages With Excel Tutorial 1 1 Creating Web Pages With Excel Tutorial 1.
South Dakota Library Network MetaLib Management Basics Cluster/Facet Admin South Dakota Library Network 1200 University, Unit 9672 Spearfish, SD
1 After completing this lesson, you will be able to: Add a header and footer to a worksheet. Change margins and center a worksheet. Change the orientation.
Click your mouse to continue. Personalized Menus When you open a menu for the first time, the default menu items appear on the short menu. Click the double-arrow.
Guide to Oracle10G1 Introduction To Forms Builder Chapter 5.
Creating Custom Forms. 2 Design and create a custom form You can create a custom form by modifying an existing form or creating a new form. Either way,
Quiz Grades WebCT 6. While quizzes, surveys and self- tests are created in the Build Tab, Quiz grading functions are handled through the Teach Tab. Click.
National Center on Educational Outcomes (NCEO) Introduction to the NCEO Data Viewer National Center on Educational Outcomes Communities of Practice Teleconference.
Create a Form in Dreamweaver Go to: Introduction Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Introduction Goals Purpose Scope Prerequisites Install (if needed)
Technology Education and Information Design Copyright 2009 MediTech NUI: New User Interface Online Training.
Introduction To Form Builder
This demo shows how to create a simple multiple choice exercise using drop down menu boxes with the forms tool within MSWord.
1 of 3 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Using the File Manager WebCT 6. Understanding File Manager The File Manager is the area where all course files are stored. Whenever you link a file in.
CTS130 Spreadsheet Lesson 13 Working with Lists. Copying Data between Workbooks  Use the [Copy ]and [Paste] Buttons  Use the CTRL+[C] and CTRL + [V]
CHECK SPELLING AND GRAMMAR MICROSOFT WORD – MRS BATICHON.
Microsoft Visual Basic 2005 CHAPTER 8 Using Procedures and Exception Handling.
Microsoft Visual Basic 2012 Using Procedures and Exception Handling CHAPTER SEVEN.
Key features of Windows 7 as used in CIS 121 Introduction to Computer Information Systems 1.
IE 411/511: Visual Programming for Industrial Applications
Specview 32 Release 2.5 Enhancements
Quick Start Guide: Report Distributions Learn How To: 1.Create a Report Distribution 2.Save and Modify Report Distributions.
MS-Word XP Lesson 9. Mail Merge The Mail Merge feature combines a list of data, typically name and address that is contained in one file with a document.
 Whether using paper forms or forms on the web, forms are used for gathering information. User enter information into designated areas, or fields. Forms.
CONFIDENTIAL H. Balogh, K. Toal RDN Release 27 Features April 9, 2014.
IC 3 BASICS, Internet and Computing Core Certification Key Applications Lesson 11 Organizing the Worksheet.
Support.ebsco.com Introduction to EBSCOhost Tutorial.
1 אירוע אמאזון. 2 שלבי הפיתוח עם דיאגרמות UML 3 אמאזון תרשים תוכן.
HTML Forms A Preliminary Step into Dynamic Web Fred Durao
TrueBusinessID Multi Domain Process adding additional SANs after order.
Tell a Story using Powerpoint Presented by Your Name Here.
Click your mouse to continue. The Office Shortcut Bar The Office Shortcut Bar contains program buttons that, when clicked, start new documents or start.
® Microsoft Access 2010 Tutorial 10 Automating Tasks with Macros.
Using Advanced Options Lesson 14 © 2014, John Wiley & Sons, Inc.Microsoft Official Academic Course, Microsoft Word Microsoft Word 2013.
J-ESS Tutorial Change Phone Numbers and Emergency Notification.
Copyright © Curt Hill More Components Varying the input of Dev-C++ Windows Programs.
Select (drop-down list) Inputs. Insert/Form/List Menu.
Slide 1 Using Menu Bar & Common Dialog Boxes. Slide 2 Setting Up the Main Items v First open the form on which you want the menu located v Then start.
Page Designer Storyboard J. A. Fitzpatrick December 2004.
Click the I Pro and select MANAGE and the PROJECTS. This will allow you to set up a folder that will contain the files for your current project. If you.
Lesson 1. Security At the menu bar at the top you will see the word Tools. Click your mouse on Tools scroll down to Macro. Move the Mouse over and down.
Chapter 3 Part 3 – Presentation Tool Impress for Linux.
WinCVS Training è Basic Concepts è Download & Setup è Importing a new module into CVS Repository è Getting new module from CVS è Getting Latest version.
This opens the box as shown above where filtering on the Junk e mail folder can be adjusted. Click on the Blocked Senders tab. If adding an address.
Customizing Menus and Toolbars CHAPTER 12 Customizing Menus and Toolbars.
IE 411/511: Visual Programming for Industrial Applications Lecture Notes #2 Introduction to the Visual Basic Express 2010 Integrated Development Environment.
Downloading Procedures From the Web Importing Web Procedures Using ProEdit.
JavaScript Events. Understanding Events Events add interactivity between the web page and the user Events add interactivity between the web page and the.
Chapter 4 Financial Functions, Data Tables, and Amortization Schedules Microsoft Excel 2013.
This is an introduction to configuring Microsoft Outlook for Office 2010: Forwarding FAMIS work order opening and closing s to other users or alternate.
© 2016, Mike Murach & Associates, Inc.
Enabling/Disabling JavaScript
How to access your work from home or another computer
FUNCTIONALITIES ON iPAD
Creating a call message
Once Windows 8 is deployed in your machine, the highlighted windows features below should be installed. Please follow the below steps to do so – Open Run.
SOP of Reset Maximum Demand
Custom Form with Spin Button Controls with VBA in Excel In-Class Exercise #12 Objective: Enhance a “standard” DSS interface with a custom “user form”
Click “Execute” button.
Transmitting statistical data
Presentation transcript:

Exercise 5 Introduction to C# CIS-2320

2 This exercise uses Group boxes, Radio buttons, List boxes, and Buttons to allow users to select food items from a menu and display the selected items in a List box. Use Group boxes with Radio buttons to select the customer’s choice of meat, drink, bread, and desert. A List box is used to select up to three vegetables (use the MultiExtended Selection mode). When the program executes a dialog box should open as shown below.

3 The Selected Items list box is displaying the current selections (the selections MUST be displayed in the order shown). This list box is to be updated as the user makes their selections, with the exception of Vegetable Selections. The user can select none, 1, 2, or 3 vegetables. When the OK button is clicked, update the Selected Items list box with the vegetables selected. When the Clear button is clicked, reset all vegetables selected and update the Selected Items ( set it to “None” ) list box.

4 If more than three vegetables are selected, display an error message box and reset all selections over three leaving the first three selected.

5 When the Reset button is clicked, reset all selections to None and update the Selected Items list box. The form should look as follows:

6 Extra points: Add additional “user friendly” features as you see fit to enhance the program.