|
-
January 13th, 2000, 03:30 PM
#1
CHECK BOXES
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
-
February 4th, 2000, 08:39 PM
#2
Re: CHECK BOXES
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.
-
February 5th, 2000, 06:59 PM
#3
Re: CHECK BOXES
I've moved this thread to the VB forum. Please direct your VB questions here.
Cheers,
Tom Archer
Web Master - CodeGuru
------
Tom Archer, Archer Consulting Group Inc.
Author - Inside C#, Visual C++.NET Bible, Extending MFC Apps with .NET
http://www.ArcherConsultingGroup.com
Consulting * Training * Custom Development * Enterprise Solutions
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|