User Profile
Collapse
-
I've tried topic 2. and I cant seem to make it work.
Can you just provide me a working code for 6 checkbox and out of the 6 I can only checked 3.
I'm having trouble understanding the code unless I see a working one.Last edited by zmbd; Jan 27 '14, 01:35 PM. Reason: [z{please keep in mind that outright request for code without providing your own work first is discouraged!}]Leave a comment:
-
I have tried using 10 checkbox. No errors in running. But nothings happening. All I want is when after I Checked 3 out of the 6 Checkbox or 5 out of the 10 in that code the other checkbox will be disable. will be enable back after I unchecked another checkboxLeave a comment:
-
I tried this one but it didnt work for me
...Code:Private Sub CheckBox1_Change() If CheckBox1.Value = False Then Call Enable_All Else Call Disable_All End If End Sub Private Sub CheckBox2_Change() If CheckBox2.Value = False Then Call Enable_All Else Call Disable_All End If End SubLast edited by Rabbit; Jan 23 '14, 07:43 PM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.Leave a comment:
-
Troubling with checkboxes. Code for limiting Checkboxes Checked
[z{First Post from First Thread}]
Hi guys. I'm looking for a code that would let me choose only 3 out of the 6 checkboxes. After I checked 3 checkboxes the other checkboxes would be Grayed.
P.S
Visual Basic 6.0
[z{First Post from Second Thread}]
Hi. I have 6 check boxes but I only want to check 3. Can u please mail me or reply me the exact codes I should Use. I tried this http://bytes.co...Last edited by zmbd; Jan 23 '14, 11:27 PM. Reason: [z{Please do not double post, nor post in offtopic threads. In the future both might be deleted}]
No activity results to display
Show More
Leave a comment: