Search:

Type: Posts; User: scooter57

Search: Search took 0.04 seconds.

  1. Replies
    10
    Views
    2,317

    Re: Visual Studio- Windows Form- VB

    I also think some of the trouble is this line of code here on each sale button

    Balance += Decimal.Parse(txtamount.Text)

    also because of the += because hitting the button first does nothing...
  2. Replies
    10
    Views
    2,317

    Re: Visual Studio- Windows Form- VB

    155025

    here is a visual of what I am trying to do
  3. Replies
    10
    Views
    2,317

    Re: Visual Studio- Windows Form- VB

    Button 1 and Button 3 are the start of all of the items that will be for sale to add toward the total. More or less this is a simple pos for a beer bar to count running totals for the day and help...
  4. Replies
    10
    Views
    2,317

    Re: Visual Studio- Windows Form- VB

    Public Class frmregister


    Dim Total As Decimal
    Dim Subtract As Decimal
    Dim Balance As Decimal


    Private Sub btnAdd_Click(sender As System.Object, e As System.EventArgs)...
  5. Replies
    10
    Views
    2,317

    Re: Visual Studio- Windows Form- VB

    Apologies I do see that now, :) Will I need to re post or can someone move it?

    This is what I have now. Sloppy to say the least. I really wasnt sure how to go about it. set variables or what....
  6. Replies
    10
    Views
    2,317

    Visual Studio- Windows Form- VB

    Hello Everyone,

    I am trying to create a simple form on visual studio where I have 10 buttons with prices associated with each button I also have a multi line box where when a button is clicked the...
Results 1 to 6 of 6



Click Here to Expand Forum to Full Width