Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27554

VS 2012 How do I verify a button if it's clicked

$
0
0
HTML Code:

  For i = 0 To TABLE.Rows.Count - 1

 matchformat = "( " + UCase(league.Substring(0, 3)) + " ) " + " - " + TABLE.Rows(i)("ora") + " - " + TABLE2.Rows(0)("nume") + " - " + TABLE3.Rows(0)("nume") + Label3.TEXT

            If i = 0 Then

                Label1.Visible = True
                Label1.Text = matchformat

--------------------
If label3.text was clicked, then:

label_value(i)
--------------------

            End If

        .................
  Next

I want to check if label23 was clicked, and if it was, then send a value to a function.. can anybody help me, please?

Viewing all articles
Browse latest Browse all 27554

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>