VB - Make The Price Corresponding With The Item Appear In The Label
Nov 12, 2010
I am writing a program that uses an array of structures to display a price in a label based on what item is selected in a list box(the data is stored in a text file). I am having trouble figuring out how to make the price corresponding with the item appear in the label. Currently, it just keeps showing the last price in the text file.
CODE:
View 12 Replies
ADVERTISEMENT
May 25, 2012
Regarding my college project. i'm working on a sales system . i have a form which consist of all the following information( item code , item name , item price , quantity of item ) which is display using a data grid . data input by user using text box and all this information will be stored in a database(sales database) i'm using ms access 2007. the grand total will be displayed in a text box . and amount paid will be input in a text box too , my major problem now is how to i create a reciept that will have all this information of the purcase. i have a reciept button . what the next step ? i dont have any idea how to get the reciept done.
Imports System.Data.OleDb
Public Class Form5
Dim con As New OleDbConnection
[CODE].......................
View 9 Replies
Oct 13, 2011
How someone would select an item from a list box and click a button and have that item go into another listbox with it's price? I seem to be stuck on this part.
Here's my code:
I want to select the first option from the first listbox and I want to put it into another listbox along with the price of that item on the same line in the listbox. I can't seem to figure out how to that.
Public Class Form1
Const dcmPRICE_STRESS As Decimal = CDec(595.0)
Const dcmPRICE_TIME_MANAGMENT As Decimal = 695
[CODE]...
View 12 Replies
Mar 30, 2009
Anyway, i have a list of products in a product table. Primary key 'id', and 'Price' is a float(all variables defined at the top - cut main code out)
objConnect = New OleDbConnection
objConnect.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0; Data Source=|DataDirectory|Ecommerce.accdb;"
[code].....
View 2 Replies
Aug 6, 2010
I'm reading "Programming with Microsoft Visual Basic 2008". At the end of each chapter there is excersize that I don't have the answers sheet for. Anyway, the first one is:
A procedure needs to store an item's name and price (which may have decimal places). Write the appropriate Dim statements to declare the necessary procedure-level variables.
What I have so far is:
Dim "Candy" as String
View 7 Replies
Mar 12, 2012
I am struggling to write the code for a calculation. The calculation I wish to do is to multiply the quantity of an item by the price. The problem is that the "form" i am creating uses a letter (i.e A, B, C etc) which corresponds to a set value. I do not know how to link the Letter to the corresponding value.
For Example, A= 25, B= 20, C=25
I want to calculate the total of 6 lots of A. I am also using a Combo Box to list the Letters.
View 2 Replies
Jun 5, 2011
I am currently using microsoft access 2007 and vb.net 2008. The problem senario is this: I have a database-table that contains two columns, items, and the price of each item. I tried to drag this table to the form as a checkbox tool, but only one checkbox1 was diplayed. The table consists of four rows. My requirement is when I drag the checkbox I want to see the all items in the first column, i.e. four checkboxes that hold the same name as in the table in the database, and when I check one or more items to be able to use, in somehow, the price(s) to make some kind of calculations.
View 1 Replies
Aug 13, 2009
I have to create a program where you enter the description, price, and quantity of an item, then click on the Add button. It will then put the description, price, quantity, and total for that line (including tax) in a listbox. The tax is determined by what you put in a text box labeled tax:. When you press Submit Order, it should show a grand total in a text box called Grand Total. It should have a class that is called Items that has a function called GetTotalAmount() that figures out the total including tax. I have started it, but am having a tough time with how to get the subtotals into the text box, then also show the amount including the tax PLUS then do the grand total.
Heres what I have so far:
CODE:
View 3 Replies
Nov 25, 2011
I am new to vb and I am having so much trouble with this. What I need to do is this: I have a form application for winter sports equipment rental.I have a listbox filled with the equipment for the user to choose from then I have a combobox for the user to select the duration they would like to rent it. The book that I am using has no examples I can refrence and i have had no luck online either. I am posting what I have so far. However, i think I am going in the wrong direction. I have been working on this for so long that I think I have over thought it and made a mess of it. I am thinking that I need to add a new class for rentalRates then use enum of durationType and equipmentType but I am unsure how to move that way. That is using a enum, a 2d array and a parallel array? [code]
View 1 Replies
Jan 24, 2012
PHP
Public Class GasPump
Private name As String
Private quan As Double
[Code].....
I get problem in the code when you going to pick y/n. how i going to get the price of the premium or Regular in Price per unite?
View 7 Replies
Oct 18, 2010
i'v started learning visual basic on a software development college course and i have to make a program which outputs a price of something into currency only when i click on my calculate button it only comes out as a whole number so instead of �1.00 it just says 1, this is my output code.
qty = txtQty.Text
money = 100
If lstItems.SelectedIndex = (0) Then
[Code]......
View 3 Replies
Jan 1, 2012
I have a list box on the form which functions as a copy/paste. When you copy something, it is automatically added to the list box as a "clipboard helper". Here is the problem,however: if the text is more than 1 line, the list box does not show all the text.It ends up looking messy.So getting back to my question, is it possible to make the list box item height for an item depending on the amount of lines that item contains?This is a one line sentence in the list box and should take up one line.This is a multi line sentence in the list box and should take up two lines for item height.
View 11 Replies
Apr 17, 2012
I have a form as follows "Price changer" The user is allowed to select a product and enter price . So when the change price button is clicked...the price is stored in a array which is later called
So what i am stuck is when the user selects a product from the drop down menu...the user can enter price . But i need to display a error message when the user enters text instead of numbers for prices. I tried try parse method but it displayed the error message but did not transfer the entered price to the array.
My code is as follows
The bolded intMediaprice() are arrays....
Private Sub btnPrice_Click(sender As System.Object, e As System.EventArgs) Handles btnPrice.Click
If cbMedia.Text = "8-Track" Then
[CODE]...
View 3 Replies
Jun 22, 2010
I am learning vb and one of my projects is to make a price schedule using full day and half day rates as well as adding a deposit, etc. I don't want you to tell me what to do just please what I am missing. I haven't been able to get it to run but if I can I can salvage some points. Public Class frmEddies
[Code]...
View 4 Replies
Nov 15, 2011
I have to create a form that I enter the price of gas each month over a year. I enter the price in a text box and click the enter button to send the price to a list box immediatley and use an array. I have the following code but I don't think it's working with the array correctly as it will let me enter the information but doesn't stop letting me enter after the 12 prices. I am really having a hard time trying to figure out how to set up this input for an array and make it all work.
[Code]...
View 1 Replies
Apr 10, 2012
I made a program that generates random numbers and places the numbers in two separate labels.How can I make the number in the first label greater than the number in the second label.Here is my code for generating random numbers:
Dim nRandom As Integer
Dim nRandom1 As Integer
Dim randomgenerator As New Random[code]....
I want to make the first number greater than the second because the numbers should be subtracted .
View 2 Replies
Jun 9, 2011
I want to make label beside label/etc. For example, after i clicked button then label appear beside its button , and after 5 second / less, i want to make the new label dissapear / erased . Visual Studio, vb.net
View 4 Replies
Jun 10, 2009
i can grab the value of an item from a datagridview but i cannot change a label with that value. don't know why it ain't working.this works, the msgbox displays the value i click.
Private Sub DataGridView1_CellContentClick(ByVal sender As System.Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles DataGridView1.CellContentClick
Dim row As Integer = DataGridView1.CurrentCell.RowIndex
[code]....
but this does not work, the label does not get updated.
label23.text = DataGridView1.Item(column, row).Value
could it be because that label is on another tab from the DGV? should i reference the other tab?i tried TabPage2.label23.text = DataGridView1.Item(column, row).Value but of course it's not working.
View 5 Replies
Jun 11, 2011
I want to perform following action when i click on a item in a listview it would also show in a separate label.....
View 4 Replies
Mar 1, 2012
I'm trying to program a calculator, of sorts, that you would input amount of gasoline and cash or credit, and it calculates the total and the place where it is cheapest. I've gotten everything down, but for certain places, depending on cash or credit, and gasoline amount, gives rewards, such as discounts, gift cards, etc. I'm trying to get the free item to appear in a label, but i'm having problems with it showing up the wrong gift.
View 1 Replies
Mar 14, 2011
I have a combo box on form1 which is linked to a table from my data base. I am trying to get the item selected from the combo box to be a label in form 2.
View 17 Replies
Feb 2, 2010
I have a lstbox1 and a DGV1. In DGV1 I have rows (0) cell(0).value 12:00
rows (1) cell(0).value 12:15
rows (2) cell(0).value 12:30
Ok when select an item in lstbox 1. I would like the item as a lbl to fill the cell from 12:00 to 12:30.
This is what I have so far:
Public Sub New(ByVal lbl As Object)
mstrlbl = lbl
End Sub
Public Function infolabel(ByVal bhl As Object) As Object
[Code] .....
View 11 Replies
Mar 15, 2011
I am trying to select an item in the listbox (e.g. January) and retrieve the number of days to display in the label. Have listbox (listMonth) created but cannot seem to add the data ("31") to show in the label box(lblDays.text) when January is selected.
Public Class MonthDay
'Declare global variables
Dim Jan As String = "31"
Dim Feb As String = "28 or 29"
[code].....
View 3 Replies
Aug 12, 2009
how do i change the label text when I select one item from the combobox.
E.g my combobox contain : A, B, and C
When i click "C" from my combobox, my text label will also change to "C"
View 6 Replies
Oct 19, 2009
I am attempting to create a program that opens a file and reads the contents to then display them in a set of four text boxes (e.g. id, firstName, lastName, avg.Salary). it stores the data in an array.
i have done all that i can do, however, i wish to display in a label something similar to this "5/10 (5th record of a total of 10)" meaning the 5th record in the array out of a total of 10 records. i have already done the code to display the total amount of items in the array, that part was simple, but i can't get my head around trying to code something that will display the record that i am currently viewing in the text boxes.
i have a "view previous record" and a "view next record" button that will go through to the next or previous record, in doing so will change the "5/10" records to the next appropriate number, e.g. "5/10" goes to "4/10" if the previous button is pressed (in doing so, obviously the records that are shown in the text boxes will change to the next or previous record)[code]...
View 4 Replies
Dec 10, 2009
I have items in a listbox. the user have to select one item(its mandatory) and after have to click next button to proceed to the next form. in the second form the selected item should be displayed in a label.
View 6 Replies
Sep 8, 2011
I'm having an issue wherein after I run a search filtering a datagrid, the corresponding datadetails will not update anymore when a new item is selected in the datagrid.I would like it so after clicking an item in the datagrid, the details update automatically.
[URL] The problem is, after running a search (or hitting 'show all') the label/details no longer change when selecting a new item in the datagrid.[URL]
Private Sub Sheet1BindingNavigatorSaveItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)
Me.Validate()
Me.Sheet1BindingSource.EndEdit()
[code]....
To clarify, the search itself filters the datagrid perfectly as intended....it just seems to stop the details from updating when new items are selected which is my problem.
View 5 Replies
Apr 22, 2011
[Code]...
The Textbox.Text will be a new Item in ListBox when Button1.Click I want button2.click to pick a random item from the listbox and display it as the label. Think of it as a random raffle picker lol.
View 14 Replies
Apr 22, 2010
I have a list of names in a database and what i want is to get all of these names and display them in a label or a text box to the user on the website. I have tried to do this using a for loop but it is always overwriting the label each time. I have a list of 10 different names in the database and what it is doing is putting the first name in the label and then overwriting this with the second name and so on until it reaches the last name. I think i need to store each of the names from the database into an array or an arrayList and then make the label display all of the contents from the array or arrayList. The for loop i have used for this is:
Dim g As SQLadmin = New SQLadmin()
g.DB("SELECT nameOfPerson FROM Persons")
For i As Integer = 0 To g.array.GetLength(0) - 1
[code]....
i can select the names from the database and store them in an array then make the label display each of the names.
View 6 Replies
Nov 26, 2009
I want to make a form that closes after 30 seconds. And I would like to see a label that counts down evrey second. The closing after 30 seconds ain't a problem, but how to let the label update evrey second?
View 4 Replies