Home /
Expert Answers /
Computer Science /
event-driven-programming-salary-and-commission-system-create-a-form-similar-to-the-first-month-pa448
(Solved):
Event driven programming
Salary and Commission System Create a form similar to the First Month ...
Event driven programming
Salary and Commission System Create a form similar to the First Month form as shown below. Name this form first.vb Place Compute button click event: (button1) Once the user clicks Compute, it will calculate the employee's monthly commission, the gross salary, the withholding tax and the net pay as based from the commission table below: monthly commission = sales ? rate of commission gross salary = basic pay + commission withholding tax=15% of gross salary net pay = gross salary ? withholding tax Monthly Commission Table Place Second Month button click event: (button2) No code yet to be placed on this button. Place New Data button click event: (button3) Once the user clicks New Data, all previous entries will be cleared to accept new data. Submit your answer in MS Word document format with filename: your-surname_assign1.docx containing the Output Layout (Screen Shot or use the given form image above), Property Table, and the codes for Button1 and Button3.