Results 1 to 3 of 3

Thread: VB - An ActiveX control which supplies a pair of Yes/No Option Buttons

Threaded View

  1. #1

    Thread Starter
    Former Admin/Moderator MartinLiss's Avatar
    Join Date
    Sep 1999
    Location
    San Jose, CA
    Posts
    33,431

    VB - An ActiveX control which supplies a pair of Yes/No Option Buttons

    I had occasion to write an application where a large number of Yes/No questions needed to be answered by the user. To make the coding for that project easier I wrote this little ActiveX control which is a pair of Option Buttons labeled Yes and No. I added the following four properties:

    OptNoEnabled - Enable or disable the "No" choice
    OptNoValue - Set the "No" value
    OptYesEnabled - Enable or disable the "Yes" choice
    OptYesValue - Set the "Yes" value

    The code for the control is included in the zip file.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width