employee data, Visual Basic Programming

Assignment Help:
Part 1: Create an application that allows the user to enter the following employee data: First Name, Middle Name, Last Name, Employee Number, Department, Telephone Number, Telephone Extension, and E- Mail Address. The valid selections for department are Accounting, Administration, Marketing, MIS, and Sales. Once the data is entered, the user should be able to save it to a file. Figure 9- 29 shows an example of the application''s form. The form shown in Figure 9- 29 has a combo box for selecting the Department; a Save Record button, which writes the record to a file; a Clear button, which clears the text boxes; and an Exit button. write code in the Form_Load event handler that allows the user to enter the name of the file. Part 2: Create an application that reads the records stored in the file created by Programming Challenge 1. Write code in the Form''s Load even handler that allows the user to enter the name of the file, and opens the file. The form shown in Figure 9- 30 has a Next Record button, which reads a record from the file and displays its fields; a Clear button, which clears the labels; and an Exit button. When the user clicks the Next Record button, the application should read the next record from the file and display it. When the end of the file is encountered, a message should be displayed. Part 3: create an application that performs the following operations with the employee file created by the application in programming challenge 1 : uses an open dialog box to allow the user to select the file . allows the user to enter a new employee record and then saves the record to the file. allows the user to enter an employee number and searches for a record containing that employee number. if the record is found, the record is displayed. displays all record, one after the other. prints an employee record Equip your application with either a menu system or a set of buttons to perform these operations.

Related Discussions:- employee data

Context-sensitive help, CONTEXT-SENSITIVE HELP   The Context-sensitive...

CONTEXT-SENSITIVE HELP   The Context-sensitive help gives online help for the circumstances which is associated with that state. The Context-sensitive help can be implemented

Data types - windows programming, Data types: The New data types were ...

Data types: The New data types were defined by using the typedef or #define statements. This was to allow the transition from 16 bit to 32 bit system. Some of the fresh data t

Software that is obscure - basics of gui design, Software That Is Obscure: ...

Software That Is Obscure: The Software hides the intensions, meaning and actions from the user. For illustration, if a user is asked whether a full installation, the custom in

Files in a visual basic project, FILES IN A VB PROJECT The project file...

FILES IN A VB PROJECT The project file has the.vbp extension. The form in which we draw has the .frm extension; .mod denotes the module file; .cls denotes the class file; .res

Recurson, types and concept of recurson

types and concept of recurson

Program to order a product from inventory, Write a program that permits the...

Write a program that permits the user to order a product from inventory. The user selects the product and enters the quantity. If there is sufficient quantity on hand of the produc

Precompiled header file, THE PRECOMPILED HEADER FILE As soon as you gen...

THE PRECOMPILED HEADER FILE As soon as you generate a blank project, ahead of doing any coding you compile the project to generate .pch (that is the pre compiled header) file a

Option explicit declaration - data types, Option Explicit Declaration: ...

Option Explicit Declaration: If the option explicit is used essentially then all the variables will have to be declared. Or else an error will be reported saying that the vari

Wage calculator and ta calculations, ( Wage Calculator with Tax Calculation...

( Wage Calculator with Tax Calculations) Develop an application that calculates an employee’s earnings, as shown in Fig. 4.23. The user should provide the hourly wage and number of

Write Your Message!

Captcha
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