|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#8
|
|||||
|
|||||
|
Re: Need Visual Basic Help
Two ways you can do it...
1. If they are the only checkboxes on the form(or panel, etc): Code:
For each ctl as Control in Me.Controls
If TypeOf ctl is Checkbox then CType(ctl, Checkbox).Checked = False
Next ctl
Code:
CheckBox1.Checked=False CheckBox2.Checked=False ... |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Visual Basic | basicxman | IT / Communications | 11 | 13-11-2007 23:43 |
| Visual basic Help plz | Jevin H | IT / Communications | 4 | 30-03-2007 18:57 |
| Visual Basic help needed. | Cody Carey | Programming | 1 | 25-02-2007 15:06 |
| Visual Basic | dddriveman | Programming | 12 | 20-03-2004 13:03 |
| Help programming in Visual Basic | xxlshortys | Programming | 0 | 06-04-2003 08:54 |