if statement for button when clicked it will follow instructions

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fresie
    New Member
    • Aug 2013
    • 1

    #1

    if statement for button when clicked it will follow instructions

    i have a button and the command is when it is clicked it will produce a certain details ..

    Code:
    If btnupdate.Enabled = True Then
        txtroute.Text = "Pasig Palengke to Market Market"
                txtamount.Text = Label3.Text
                txtbalance.Text = txtcardbal.Text - Label3.Text
            End If
    this is my code for button :)
    Last edited by Niheel; Aug 19 '13, 06:26 PM.
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Please use code tags when posting code or formatted data. I have no idea what your question is.

    Comment

    Working...