Note use visual basic 2010visual basicassignment1 nbsp

Assignment Help Visual Basic Programming
Reference no: EM13346958

Note : Use Visual basic 2010Visual Basic

Assignment_1    "TicketSeller"

This assignment will contain two (2) Parts: Event Planning Document and Coding phase. You must submit both parts as separate files for the completion of this assignment. Remember, you are only to demonstrate the menu function and not create a major database to track sales.

TicketSeller is a new startup ticketing company. It has contracted you to develop a Visual Basic system to sell and print tickets for your local basketball arena. The system will provide sales in a Microsoft Windows environment at the ticket office. Management will use your program as a prototype for a future global ticket system. Create your own sample data for the designs. Use your creativity in this design.

Every software project can be broken down to two parts. The first is the screen design. It includes the graphical screen layout and how each object reacts when it is triggered. A simple example is an exit button. The graphical design will consist of a red button with the word “exit”. The event planning document will define the name of the button, how is it invoked, and the action that occurs. (See Part I below). For this part of the assignment, you will turn in an event planning document created in Word.

The second part is the coding phase (see Part II below). This is the actual Visual Basic code to complete the actions defined in the event planning document. For this part of the assignment, you will turn in six (6) screen shots and a copy of all the code created to implement this ticket system. Remember, you are only to demonstrate the menu function and not create a major database to track sales.

Part I: Event Planning Document

The event planning document consists of a table that defines the actions for a specific object used on the Visual Basic form. This is an important component to complete before you start building the application for TicketSeller, because it provides a plan on how to implement your application. For example, if you have two (2) ticket prices, the event planning document will tell you to use a list box that displays two (2)  ticket prices ($25 for upper level seats and $50 for lower level seats).

1. Create an event planning document in which you input the information pertaining to your application including the following:

a. The object 

b. The event trigger

c. The event process: 

For this assignment, an example may be necessary. Please see the sample below and refer to Figure 3-68 on page 158 of the textbook for further example.

Progam name: Ticketpgm | Object | btnExit  -  Developer: Joe Smith | Event Trigger | Click   -   Object: frmMainMenu | Event process | Close the window                                              

 

Your assignment must follow these formatting requirements:

Be typed, double spaced, using Times New Roman font (size 12), with one-inch margins on all sides. Check with your professor for any additional instructions.

Include a cover page containing the title of the assignment, the student’s name, the professor’s name, the course title, and the date.

Part II: Coding Phase

You must submit the following for the completion of Part 2 of this assignment.

A total of six (6) screen shots, one (1) for each screen including setup screen menu, main menu, sell screen, report screen menu, daily report screen, and weekly report screen.

The Visual Basic code for the entire subsystem.

The next step in the process is to take the design you created in the last phase and implement it into Visual Basic. First create the forms and drop the objects to the form. Next write the code behind the scenes to create the menus. Remember, you are only to demonstrate the menu function and not create a major database to track sales.

2. Create a Windows application to demonstrate the menu flow.

 a. Create a main menu system for the: 

  i.    setup game / ticket menu.

  ii.    sell tickets menu.

  iii.    reporting menu.

 

 b. Create a setup subsystem to enter:

  i.    games.

  ii.    dates.

  iii.    prices.

  iv.    seats.

 c. Create a sell subsystem to:

  i.    display available tickets.

  ii.    sell tickets and take them out of the available ticket pool.

  iii.    keep track of the total sales.

  iv.    provide a group discount (10 or more tickets for 1 transaction – 10% off).

d. Business requires two (2) new screen reports to be generated from the ticketing system. The first screen report shows the daily activity, which shows the number of tickets sold and revenue generated. The second screen report is weekly results. It has the total tickets sold, the total revenue generated, and tickets available for sale. Create a report subsystem for daily and weekly sales.

Reference no: EM13346958

Questions Cloud

Visual basic discussionasp code please respond to the : visual basic discussionasp code please respond to the followingimagine that your company has decided to expand to the
Coping with terrorismnbsp please respond to the followingis : coping with terrorismnbsp please respond to the followingis the united states making progress in reducing or preventing
Part-1case background- important point of the case : part-1case background- important point of the case dragontree ltd is an uk business based in north wales which
Application development and programming : application development and programming languagesprogramming languages have evolved since the first generation
Note use visual basic 2010visual basicassignment1 nbsp : note use visual basic 2010visual basicassignment1 nbsp nbspticketsellerthis assignment will contain two 2 parts event
National securitynbsp please respond to the followingselect : national securitynbsp please respond to the followingselect any two of the four basic strategies used to preserve
1 consider that on a certain day 495 passengers want to fly : 1 consider that on a certain day 495 passengers want to fly from honolulu hnl to new york jfk 605 passengers want to
The two major modifications are the instruction of pointers : the two major modifications are the instruction of pointers and the calculation of mortgage interest rates.requirements
Write two short c programs and solve four exam-style : write two short c programs and solve four exam-style problems. details on the programs are as follows.program

Reviews

Write a Review

Visual Basic Programming Questions & Answers

  Designing vb applications across multiple platforms

Technical Project "Designing VB Applications Across Multiple Platforms". This assignment will contain two (2) Parts: Written Paper and Visual Basic Prototype. The Visual Basic Prototype is not included in the total page count but is included in the e..

  Visual basic programming discussion

The use of decision logic is one of the major concepts of computer programming. The decision takes your code from being sequential to one that can take various options based on the different conditions. Determine the method of coding that you would u..

  Ticketseller

Use Visual basic 2010Visual Basic,  TicketSeller. This assignment will contain two (2) Parts: Event Planning Document and Coding phase. You must submit both parts as separate files for the completion of this assignment. Remember, you are only to de..

  Data storage & "exception error trapping"

Discussion on Data Storage and  "Exception Error Trapping".

  Designing vb applications across multiple platforms

Technical Project "Designing VB Applications Across Multiple Platforms".

  The implementation of server side of the application

Implementation of dynamic content, server side (backend) and database for your web site using Microsoft Visual Studio 2012

  Need help building a vwd website

Need help building a VWD website. This website may not go live. I have little progress as a family tragedy has impeded my time for school.

  To develop a visual basic console application

The aim of the assessment is to develop a Visual Basic console application that performs a number of mathematical functions. The mathematics package will be menu driven, i.e. a number of options will be displayed, and the user will be able to input w..

  Program in basic which prompts user to input two integers

Write down the program by using Small Basic which prompts the user to input two integers: firstNum and secondNum (firstNum must be less than secondNum).

  Develop vb-net application that includes arrays and loops

Develop a VB.NET application that includes arrays, loops, and IF statements to do the following. Your output must also display the number of applicant(s) being interviewed.

  Visual basic program to accept numeral values

Write a VISUAL BASIC program to accept numeral values of any unit, sum up the total, calculate the average, and then Output the result with a proper unit.

  Write a visual logic program to accept series of number

Write a Visual Logic program which accepts a series of numbers, until the first negative value is entered. The maximum number of non-negative input values is 250.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd