Designing And Coding A Program To Calculate Commission And Pay?

Jan 29, 2010

I am designing and coding a program to calculate commission and pay and I have chosen to use menu items to do the calculations. I have written most of the code but I am seeing a few syntax errors that I do not understand.here is the code...

[Code]...

View 5 Replies


ADVERTISEMENT

Calculate And Display A 2% Commission On Sales Entered By The User And?

Mar 31, 2009

When I run this application the 2% menu item works fine but the 5% does not. It does nothing at all. I'm stuck.

[Code]...

View 2 Replies

Sales Commission Program - Output Values?

Oct 21, 2009

I wrote this code and everything works as planned:
Module SalesCommissionProgram
Sub Main()
Dim name As String = 0
Dim code As String = 0
Dim monthlySales, commissionDollars As Double
' Prompt user to input value for name
[Code] .....

For the finished project I am supposed to have it output the total sales and commissions for that were calculated before the sentinel value (Eugene) was entered. Here is what I tried and here is where I am lost.
Module SalesCommissionProgram
Sub Main()
Dim name As String = 0
Dim code As String = 0
Dim monthlySales, commissionDollars As Double
[Code] .....

View 10 Replies

A Program That Uses Constants To Establish The Base Pay, The Quota, And The Commission Rate?

May 6, 2009

I need to write a program that uses constants to establish the base pay, the quota, and the commission rate. The Pay menu item calculates and displays the commission and the total pay for that person. However, if there is no commission, do not display the commission amount (do not display a zero-commission amount).

Write a function procedure to calculate the commission. The function must compare sales to the quota. when the sales are equal to or greater than the quota, calculate the commission by multiplying sales by the commission rate. Format the dollar amounts to two decimal places; do not display a dollar sign.

The summary menu item displays a message box that holds total sales, total commission, and total pay for all salesperson. Display the number with two decimal places and dollar signs.
the Clear menu item clears the name, sales, and pay for the current employee and then resets the focus.

The Color and Font menu items should change the color and font of the information displayed in the total pay text box. Use a message box to display the program name and your name as programmer for the about option on the Help menu.
[code...]

So the issue is when I push calculate and summary, the total sales comes up, but not the total commission or total pay. Also, the color only changes to blue and that is it. I am not sure how to get the color or the font menu choices to be able to be choosen by the user. Is that possibile?

[code...]

View 1 Replies

Coding The Calculate Button?

Sep 23, 2009

Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
Private Sub calculatebutton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles calculatebutton.Click
Me.Lblamountbalance.Text = Val(Me.txtowed) - Val(Me.txtpaid)

[code]....

View 3 Replies

Program A Selection Structure To Display Different Commission Rates Per Sales Entered In A Textbox?

Apr 1, 2011

So I'm trying to program a selection structure to display different commission rates per sales entered in a textbox.I need to have the commission total display alone. I have the simple interface done, but I'm having trouble forming the selection structure.

View 1 Replies

Designing A Program Which Enables Us To Write?

Dec 1, 2009

I am designing a program which enables us to write our language in any computer program My language is basically written completely opposit from english ( bilingual the program has to press the left arrow key everytime a letter/number/symbol is entered! i am having success with this code

For i = 32 To 32
result = 0
result = GetAsyncKeyState(i)
If result = -32767 Then
SendKeys.Send("{left}")
Timer1.Enabled = True

[Code]...

View 5 Replies

Designing A Windows Based Computer Program That Will Allow A User To Enter Some Number (n)?

Dec 10, 2010

I need designing a Windows based computer program that will allow a user to enter some number (n) and a choice of a count up or count down for that many numbers. So for example, the user enters 5 as their number and selects the count down option, the message box displayed would contain the message: "Here are your numbers: 5,4,3,2,1,0"

View 7 Replies

Designing A Program - Click On Something In The List It Will Automatically Open A .dat File Pull The Information

Jan 28, 2011

Im using visual basic 2010 and im building a program that will basically, you click on something in the list it will automatically open a .dat file pull the information that it needs, and then proceed to enter it into a box on the right. Well heres my issue i know how to do everything else but i cant seem to imitate this image, i need to know how i can make a list like this where the whole row is selectable, and the items/subitems are divided.

View 9 Replies

Process Of Designing A Computer Control Program To Control A HF Communications Receiver?

Jul 11, 2008

I am in the process of designing a computer control program to control a HF communications receiver (radio), and have found a problem with the Serial port. I am using VB Express Edition 2008. This module of the program is supposed to take an input string from another part of the program, format it, break it into 4 bytes, and send it to the radio in hex form via COM port 1. The problem comes in when you try to enter a frequency with an 8 or a 9 in it. The 8 or 9 is usually replaced by 45, ex.-input 9900, receiver tune 4545. The exact same thing happens with 8's, input 8800 and receiver tune 4545. All other numbers other than 8 or 9 work fine. The strange part of it is that sometimes the 8's and 9's work, and work correctly. For instance, 900, 1900, 2900, 3900, 4900, 5900, 6900, and 7900 all work correctly. This led me to believe that is may only be when the 8 or 9 is in the first position, but that is not the case, it also shows up in other positions as well. All other frequencies that do not have 8 or 9 in them also work. I ran into this same problem with VB Express 2005, and worked on it for weeks before giving up and going back to VB6.0. This same module (with exception of the port open command) runs flawlessly under VB6. I have even tried importing the MSCOMM control from VB6, but it gives the same results. In de-bugging mode, all of the inputs, decimal and hex seem to be correct, so the problem must come in after you click the command button, but before it leaves the COM port.

[Code]...

View 19 Replies

Chage C# To Program Coding?

Dec 9, 2009

How to change this coding to vb.net coding? [code]...

View 2 Replies

Calculating Commission In VB?

Apr 1, 2011

I'm really new to VB. This is only the 3 app I've created, and I'm stuck.I need to code an app that displays total commission earned on sales at different levels. The commission percentage goes up as sales go up.

Should I write a If/else/else/else/else/then statement or something else?There are 5 different commission levels in the problem. I have my interface designed, but obviously that's the easy part.

View 1 Replies

Coding A Multiple Choice Program?

Feb 24, 2009

I'm not great with VB and I'm having some trouble with my University assignment at the moment.I'm trying to code a multiple choice program with several forms with different questions and then a scoring form

I'm not sure how to tell VB what the correct answer should be and how to display the scores in another form, the answers need to show how many correct in each section out of how many the user attemped to answer, so they can check scores before completing all the questions.

View 5 Replies

Coding A VB Button, Program Included?

Feb 27, 2012

I created a empty Web application called Grocery Store and added a new web page named Default.aspx to the application. I have changed the DOCUMENT objects Title property to Grocery Store. The DropDownList control needs to contain the store numbers listed. I need when the user clicks the Enter Button, the buttons Click Event procedure should display the names of the manager and Assistant manager.

[Code]...

View 3 Replies

Convert Pdf File Into Xls Through Coding Using Program?

Jan 29, 2010

I want to convert pdf file into xls using vb.net. How can i do it? I don't want any third party software.

View 1 Replies

Email Sender Program Coding?

May 20, 2012

I am trying to make a program that sends emails. But I came across some errors. Note: All the errors except for the last one are from the EmailSenderForm, with the last one being from the LoginForm1.Here is my form coding:

LoginForm1 Codes:
Public Class LoginForm1
' TODO: Insert code to perform custom authentication using the provided username and password
' (See http://go.microsoft.com/fwlink/?LinkId=35339).

[code]....

View 1 Replies

Coding Simple Database Or Forms Program?

May 14, 2009

Recently, someone asked me to code a program for them in Visual Stuido. What they need is a program that allows them to enter names, and each name has to pick a option (i was thinking that the user would select a radio button) and each option could only be selected a limited number of times.

View 8 Replies

Compute Commission For A Stockbroker Within Parameters

Feb 23, 2010

My assignment is to compute commission for a stockbroker within the following parameters: Commission for stock =< $50.00 = 0.19 base per share; for stock >$50.00 = 0.26 base per share If number of shares is =< 150 then commission rate is 1.5 * base per share. [code] Did I mention that I am an extremely new user to VB?

View 2 Replies

Have The Txtcommission.txt But Is Not Giving An Output In The Commission Textbox?

Nov 30, 2009

Im trying to figure out how to get the output on this code. I have the txtcommission.txt but is not giving me an output in the commission textbox.

Private Sub btnCal_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnCal.Click
Dim intSales As Integer
Select Case intSales
Case 1 - 100000.99

[code].....

View 12 Replies

Properly Code To Create A Commission Calculator?

Mar 10, 2012

I am trying to figure out how to properly code to create a Commission Calculator. Is anyone able to provide assistance? I will provide the code here:

[Code]....

View 7 Replies

Calculate Pi In Program?

Apr 26, 2009

Does anyone know how can I calculate pi (π) in VB?

View 6 Replies

Calculate Sum In Program?

Mar 21, 2009

Calculate sum in program? [code]...

View 5 Replies

Coding For A Program - Enter Certain Values/text And Organises Into A Word Document Automatically

Oct 23, 2011

I am currently working on a program, that you enter certain values/text in and it organises it into a word document automatically,

I found a code online, which has worked a treat, However I'm wondering what lines of code I would need to:

1. Add Bullets or Numbers

2. Add a new line of text (I can add a new paragraph but I don't want a huge space between the two lines)

3. I have around 20 check box's is there a quicker way to check which are selected then write the text in word or do I have to write alot of If Checkbox1.Checked = True then, etc)

View 10 Replies

Coding Hangman Program So That When Enter A Wrong Letter A Picturebox Image Would Appear Eachtime?

Jan 15, 2011

I have most of the coding done, but i don't know how to code my hangman program so that when you enter a wrong letter, a picturebox image would appear eachtime. Also i want to put a limit on the amout of guesses you can have. If possible, i would also like a listbox with the letters that you have guessed wrong stored in it.

Here is my code so far:

Imports System.IO
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

[code].....

View 4 Replies

Calculate Date In Program?

May 15, 2010

I have a two maskedtextbox, one textbox named as masktxtdepostdate and , masktxtmaturitydate, txtnoofmonth.

i changed maskedtextbox property as date, in format "YYYY-MM-DD";

now i need to calculate masktxtmaturitydate after entering the values in, masktxtdepostdate and txtnoofmonth.[code]...

View 2 Replies

Program That Will Calculate FinalMarks?

Sep 12, 2011

program that will calculate finalMarks. Year mark counts 20% to the final mark and ExamMark counts 80% to the final Mark. Using case select: calculate final mark and display appropriate color. If the total is < 45 display color black etc

View 4 Replies

Program That Will Calculate The New Price?

May 4, 2010

I'm doing a program that will calculate the new price. Iv been using a class to put my code their. Iv been getting errors in my form code.

Heres the class code

Public Class Computer
Private _id As String
Private _price As Decimal

[Code].....

View 8 Replies

Program To Calculate Best Fit Line?

May 17, 2010

I have a DataGridView with two columns, X and Y, which are the X and Y coordinates. What I am trying to do is to let the user input some X and Y coordinates, and it will calculate the best fit line.

View 5 Replies

Program To Calculate Depreciation ?

Jan 4, 2012

iam making a program to calculate depreciation (just to apply what I learned) and when I run the program and made the input, I get an error that says "Please input numeric values." Here is the code for the calculate button [code...]

View 27 Replies

Program To Calculate Digits Of Pi?

Mar 11, 2010

I am creating a program to calculate digits of pi, I get two error messages. Value is not a member of Integer. I get this message twice.

View 12 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved