VS 2008 - Writing A Program That Shows The Sales Tax Of Items?

Oct 4, 2009

I am a first time poster and fairly new to using VB 2008.I was having some trouble with writing a program that shows the sales tax of items (i.e cars, food, etc).

[code]...

The buttons are in the middle and the four text boxes are marked with brackets and underscores.I know how to code the "clear" and "exit" button but I am having some difficulties with the calculate button.

View 9 Replies


ADVERTISEMENT

VS 2008 - How To Show Sales (List Of Items) On Daily Basis

Jul 28, 2010

I have problem on my project on vb.net I'm using visual studio 2008. May I know how to do to show all my sales everyday. I have sale almost 5 items every day I want to have list for this. I'm new on vB.net..

View 22 Replies

Press The Calculate Button It Somes Up With Sales Totals And Sales Commissions?

Nov 3, 2009

I am trying to get a function so when i press the calculate button it somes up with sales totals and sales commissions. this is just a simple project i just cant find the answer.

View 5 Replies

How To Accumulate The Sales Amount And Then Display The Total Sales

Apr 5, 2011

I need my program to output and input a customer ID and sales amount multiple times. I need it to display both outputs, customer ID and sales amount, on mulltiple lines. It also will need to accumulate the sales amount and then display the total sales. it should look something like that.[code...]

I think that I was supposed to use a messagebox but wrote the program a different way. the form.vb was already locked, but I added two text boxs. Not sure if I did this right because I need to enter multiple sales for one customer ID.[code...]

View 1 Replies

VS 2008 A Photo Shows When Program Starts And More?

Apr 21, 2010

I need a code (or a mini tutorial) for like a basically antivirus, but not everything, I only have these requirements:-to run on startup-when it runs, a image (with the AV logo) pops up, and after a while (like 2-3 seconds) it dissapears-when it runs on startup, the main screen of it dont' pop up, but will be shown on system tray

View 1 Replies

Creating Sales Tracking Program

Mar 19, 2009

I'm trying to creat a program that tracks the sales of five products all with different monetary values. I'm trying to display the total number of each product sold, a combined total of products sold, and the total sales value. So far I'm only outputing the value of one of each product, I think there is a problem with the loop somehow. [code]

View 1 Replies

Creating Sales Tracking Program?

Dec 19, 2009

I'm trying to creat a program that tracks the sales of five products all with different monetary values. I'm trying to display the total number of each product sold, acombined total of products sold, and the total sales value. So far I'm only outputing the value of one of each product, I think there is a problem with the loop somehow.

Public Class MailOrder
Private product1 As Decimal = 2.98 ' product number 1
Private product2 As Decimal = 4.5 ' product number 2

[code]....

View 3 Replies

Creating A Sales Tax Program In Visual Basics?

Nov 13, 2011

Assume a grocery store approached you to write a simple program that calculates total sales of purchases. The program should accept item costs as input, calculate the tax on each item (8%), then display the item cost, total cost, and total after taxes. Item costs will be added to a listbox while the total without the taxes will be displayed in a label, the tax amount in another label, and finally, the total cost (items cost + tax) in a third label. this is the problem I have to program for,

View 3 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

Cannot Get Code To Function Properly For Software Sales Program?

Feb 15, 2012

i'm working on a project that is trying to calculate the discount on three different kind of packages, each worth different prices.

what we are given is
package A= $99
package B= $199

[code].....

View 6 Replies

Get Items To Show Up In Shopping Card But Nothing Shows Up?

Nov 11, 2011

I'm trying to get my items to show up in my shopping card but nothing shows up

View 4 Replies

Writing A Blackjack Game Program In .net 2008?

Dec 7, 2009

I am writing a blackjack game program in vb.net 2008. The program is designed to play 6 players per game in sequence using a pre existing algorithim (basic strategy). The program will play one game at a time using all 6 players or can be set to play 100 games using all six players and then capture the resulting data generated from each player from every card. When one game at a time is played the program works fine. When the program plays 100 games at a time it drops (loses) the data that is being stored in its string variable arrays.

View 1 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

IDE :: IntelliSense Shows () After Count Property For ListBox.Items?

Apr 21, 2009

I am a student in a Visual Basic class. We were working on a project using the Count property of the ListBox. I'm using Visual Studio Professional Edition 2008. When I enter a line in the editor that looks something like this: If lstResults.Items.Co

IntelliSense will generate a little balloon that says 'Public ReadOnly Property Count() I saw the () after Count and thought that meant that was the proper way to code it. So that is what I did. The code seems to work with ...Count() or just ...Count. I was wondering if there is some reason why the parens show up after the description of the Property in IntelliSense.

View 3 Replies

Listbox Conrol Shows Only 65000 Items On Vista?

Oct 30, 2009

listbox conrol shows only 65000 items on vista

View 3 Replies

Listbox Conrol Shows Only Half Items On Vista?

Jun 10, 2009

i have simple application which contain one listbox. i am loading item in listbox from one file. around 130000 items in it. when i run this application on xp computer i am able to scroll down all item perfectly from first to end. But when i run this application on vista machine, it only shows 50% of item if i scroll down with that bar on right on listbox. but when i reach end of list (which is item number 65000) and than use "Down arrow " of listbox it move to item n umber 65001 and later and scroll bar move again center of listbox. After i move to record number 65001 and more by clicking down arrow and use scroll bar at center to move further down to end it again shows 65000 item. But in windows xp it shows all item perfectly.

View 4 Replies

Make A Progress Bar That Shows When Acces Some Items On A Listbox?

Dec 1, 2009

How can I make a progress bar that shows when I acces some items on a listbox. It fills only when I click on listbox items, and then gets empty imediately.

View 2 Replies

Make A Progress Bar That Shows When I Access Some Items On A Listbox?

Dec 1, 2009

How can I make a progress bar that shows when I access some items on a listbox. It fills only when I click on listbox items, and then gets empty immediately.

View 4 Replies

Debugging Shows That All Items In Checkbox List As Unchecked When There Are 3checked?

Aug 17, 2010

so im dynamically populating a checkbox list. I have confirmed that my text and values are correct for each checkbox but when I check a few and click my event button when I loop through the items they are all set to select=false...

Dim resource As ListItem
Dim SelectedHashTable As New Hashtable
For Each resource In chkResources.Items

[code].....

View 1 Replies

Add A Image Where And When Double Click On The Icon And The Program Starts It Shows A Picture Before The Program Loads?

Oct 11, 2010

How can you add a image where when you double click on the icon and the program starts it shows a picture before the program loads. Like Photoshop startup or the new 2010 visual Basic express start up

[Code]...

View 1 Replies

VS - Program Doesn't Work Though Flash Player - When Click On Icon Of Program - Shows Error Message

Sep 30, 2010

I am really confused! My program doesn't work if I don't have Visual Studio here in my PC. To test it I have uninstalled Visual Studio. But my program doesn't work though Flash Player is present there (I have used Flash animation in the first form).

To be more sure about it I have installed Flash. But it's not working! That means the Flash animation file (.swf) is not making a problem! It needs support from Visual Studio to start. Doesn't it mean that some files are not attached with a setup file as a result it needs Visual Studio to run? Let me tell you how I create a setup file of my program.

CODE:

When I click on the icon of my program it shows the error message

CODE:

Reporting details: This error report includes information regarding the condition of WindowsApplication1. When the problem occurred the operating system version and computer hardware is use; your Digital Product ID, which could be used to identify your license; and the Internet Protocol(IP) anddress of your computer.

View 1 Replies

VS 2008 Unauthorized Access Exception When Writing To App Program Files Directory?

Jul 12, 2009

My application creates a file by writing to System.AppDomain.CurrentDomain.BaseDirectory() & "data/" & filename...Now this works fine usually, but I just added a setup utility to the app, so now it installs to the program files directory. It installs correctly and creates the data folder, however when it tries to write the file it gets an exception "unauthorized access".

View 3 Replies

VS 2008 Sales Tax And Rounding?

Aug 30, 2011

I've figured out how to add the sales tax to a total, But I'm getting back an unrounded number for my total.This is my code to add the sales tax.

[Code]...

View 5 Replies

VS 2008 18.15 Sales Report Application

Nov 29, 2009

I have difficulties in doing 18.15 Sales Report Application in Visual Basic 2008 pp 405-406. It doesnot look complicated, but when I really start doing it.

Here is the link for the exercise (pp 405-406), 18.15: [URL]

View 1 Replies

Can't Add Items To Program 2008

Oct 5, 2009

I just reinstalled vb.net 2008 express edition, I registrate it and tried to add FreeTextBox.dll to the toolbox. I right-clicked in the toolbox, choose items and browse. I found the dll and Choosed it. In the choose items window it shows, it is checked, but when i click OK, it don't shows in the toolbox. I tried with the Ajax Control Toolkit to, but none of the items shows in the toolbox.

View 10 Replies

When The User Enters The Name "eugene" The Program Is Suppose To Calculate And Output The Total Monthly Sales?

Mar 27, 2011

My code works correctly if I do not have the DO WHILE statement, however we are suppose to have it loop. Which it will continue to ask for the salesman's name, code, etc. but when the user enters the name "eugene" the program is suppose to calculate and output the total monthly sales and the total commission dollars. What is happening is that when a user enters "eugene" the program is not recognizing it to do what it is suppose to do(calculate and output the total monthly sales and the total commission dollars) I am stuck and need assistance on how to make it recognize eugene. I am also having trouble with trying to figure out how once eugene is entered to tell the program to add the salespersoncommission and monthly sales of each case to get the totals to output to the user. Can you add the cases?

Option Explicit On
Option Strict On
Module Lab14

[code].....

View 8 Replies

Program Shows Error When Install It There In Another Pc

Jun 10, 2011

I have created setup file of my program & it shows error when I install it there in another pc which doesnt have visual studio. Even I have tried to install it there in another pc which has visual studio & it worked well. I am confused. It shows following error message: WindowsApplication1 WindowsApplication1 has encountered a problem and needs to close. We are sorry for the inconvenience. If you were in the middle of something, the information you were working on might be lost.It has what data does this error report contain link. From this link I have collected following information.[code]

We do not intentionally collect your files, name, address, e-mail address or any other form of personally identifiable information. However the error report could contain customer-specific information such as data from open files. While the information could potentially be used to determine your identity, if present, it will not be used.The data that we collect will only be used to fix the problem. If more information is available, we will tell you when you report the problem. This error will be sent using a secure connection to a database with limited access and will not be used for marketing purposes.

View 5 Replies

Select Next Index Of Listview Items In Program 2008?

Feb 6, 2012

I used the given below code to find the items of listview in my form[code]...

View 2 Replies

Calculator Program - Blank Field Shows Error

Mar 8, 2011

I'm doing a simple calculator program calculating Pennies, Nickels, Dimes and Quarters. I made a Try-Catch statement so that if the user enters letters into the text boxes, they get an error message. However, if the user leaves one field blank, the error message still pops up. What's the code so that I can get Visual Basic to recognize that an empty field is the same as 0 so that that message doesn't pop up? [Code]. What do I need to add to it to get that Error Message to stop showing when the user doesn't enter a value into one of the text boxes?

View 7 Replies

Developed Program Running On Another Computer Shows Error

Mar 5, 2010

i have developed a small application and was working fine on developing machine but when i installed it on another computer and double click on it to start it starts and after splash screen it gives don't send error [an error occurred] and getting closed.

View 3 Replies







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