Click to See Complete Forum and Search --> : CHECK BOXES


APOLLO
January 13th, 2000, 02:30 PM
I'M NEW TO VISUAL BASIC, I HAVE A FORM WITH 12 CHECK BOXES NUMBERED 1 - 12 I NEED A RESULT BOX TO DISPLAY WHICH NUMBERS I HAVE CLICKED AND A WAY TO STORE THESE RESULTS CAN SOMEONE HELP ME

Dhirendra123
February 4th, 2000, 07:39 PM
if the check box name is check1, then check1.value =1 meanse it is checked.
check1.value = 0 means it is not checked.

build your logic, based on this.

Tom Archer
February 5th, 2000, 05:59 PM
I've moved this thread to the VB forum. Please direct your VB questions here.

Cheers,
Tom Archer
Web Master - CodeGuru