Jump to content

Array 4 buttons?


Recommended Posts

Ok. I got the basic idea of what to do to create an array for radio buttons(I think).

Dim $optInfo[20];radio button array
Dim $row, $col, $count
For $row = 0 to 3
    For $col = 0 to 4
        $optInfo[$count] = GUICtrlCreateRadio("(" & _zeroPad($count+1) & ")", 10 + $row*50, 10 + $col*20,  50, 20, 0x1000)
        $count = $count + 1
    Next
Next

Now that works great for the part of my GUI when i only want to select one button, so how would I create an array, of witch would give me the buttons and allow me to select multiple buttons at the same time? :) I think my mind just lacks the capacity to understand how, for now :D

Thanks for any help provided.

[font="Arial"]--------When you go to jail a friend will bve thier to bail you out, but a best friend will be sitting right next to you saying, "D*** we F**ked up!"--------A friend helps you move, but a best friend helps you move dead bodies?Which brings me to my question, what kind of friend are you?[/font]
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...