Starting Out With Visual C# (5th Edition)
Starting Out With Visual C# (5th Edition)
5th Edition
ISBN: 9780135183519
Author: Tony Gaddis
Publisher: PEARSON
Question
Book Icon
Chapter 9, Problem 4PP
Program Plan Intro

Magic Dates Revisited

Program plan:

Design the form:

  • Place one text boxes control on the form and change its name and properties to get the date, month and year from the user.
  • Place four label boxes control on the form and change its name and properties.
  • Place command button on the form and change its name and properties to check and display the magic date.

In code window, write the code:

Program.cs:

  • Include the required libraries.
  • Define the namespace “MagicDate”.
    • Define a class “Program”.
      • Define a constructor for the class.
      • Define required functions to run “Form1”.

Form1.cs:

  • Include the required libraries.
  • Define namespace “MagicDate”.
    • Define a class “Form1”.
    • In btnCheck() method,
      • Declare the required variables and initialize with textbox inputs.
      • Check whether the multiple of month and date is equal to year. If yes,
        • Display the magic message.
        • Otherwise, display the error message.
      • Close the application.

Form Design:

View the Form Design in IDE.

Starting Out With Visual C# (5th Edition), Chapter 9, Problem 4PP

Set the Form Control properties in Properties window as follows:

ObjectPropertySetting
Form1TextMagic Date
label1TextEnter a date in numeric format (MM/DD/YY):
label2TextMM
label3TextDD
label4TextYY
textBox1Text(Empty)
textBox2Text(Empty)
textBox3Text(Empty)
btnCheckTextCheck
  • Add four label box controls to the form from Toolbox.
  • Add three text boxes to the form from Toolbox.
  • Add one command boxes to the form from Toolbox.

Blurred answer
Students have asked these similar questions
Of the five primary components of an information system (hardware, software, data, people, process), which do you think is the most important to the success of a business organization? Part A - Define each primary component of the information system. Part B - Include your perspective on why your selection is most important. Part C - Provide an example from your personal experience to support your answer.
Management Information Systems
Q2/find the transfer function C/R for the system shown in the figure Re ད

Chapter 9 Solutions

Starting Out With Visual C# (5th Edition)

Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education