Search:

Type: Posts; User: kaliman79912

Search: Search took 0.06 seconds.

  1. Replies
    12
    Views
    12,842

    VS 2010 Re: Selecting Random Button

    more like:


    Public arrButton() As Button

    Private Sub Form1_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load
    arrButton = {Button1, Button2, Button3}
    ...
  2. Replies
    12
    Views
    12,842

    VS 2010 Re: Selecting Random Button

    If you put them in an array it becomes a thing of just a couple of lines
Results 1 to 2 of 2



Click Here to Expand Forum to Full Width