Results 1 to 11 of 11

Thread: any existing control for questions

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2002
    Posts
    16

    any existing control for questions

    Dear All,

    I need to design a system for a questionnaire. Are there existing controls that I can use for different types of
    questions, like "Yes or No", multiple selection etc?


    Thanks,
    Xz

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    For multiple choice questions, use a Radio Button.

    For questions with multiple answers, use a checkbox.

    For Yes No, perhaps a dropdown or radio button.

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Sep 2002
    Posts
    16
    what i mean is whether there is control like MsgBox, which
    makes Q & A easier?

  4. #4
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611
    I once downloaded MB Extended MsgBox Control & Server from somewhere. That does most of what you need (except multiple answers). The header of the project is:
    VB Code:
    1. '*****************************************************************
    2. ' MB Extended MsgBox Control & Server - Sample project
    3. ' Copyright 2000 by Marco Bellinaso
    4. ' E-mail: [email][email protected][/email]
    5. ' Web site: [url]www.vb2themax.com[/url]
    6. '*****************************************************************
    I think it might help you...
    VB6 & C# (WCF LINQ) mostly


    If you need help with a WPF/WCF question post in the NEW WPF & WCF forum and we will try help the best we can

    My site

    My blog, couding troubles and solutions

    Free online tools

  5. #5

    Thread Starter
    Junior Member
    Join Date
    Sep 2002
    Posts
    16
    Thanks. That is very helpful.

    Is there any good VB sample code for a questianaire system?

    TIA!

  6. #6

    Thread Starter
    Junior Member
    Join Date
    Sep 2002
    Posts
    16
    I mean a dynamic questionnaire. That is, same set of
    questions are arranged in different orders for various
    questionnaire...

    Thanks.

  7. #7
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Dear qix,

    You're not very clear with your needs.

    If I understand this latest post as to what you're actually looking for, then you'll need to search for some teaching software which can do this for you. Else, you can always do this programmatically.

  8. #8

    Thread Starter
    Junior Member
    Join Date
    Sep 2002
    Posts
    16
    I'd expected some useful advices like Lightning's, not "not very clear with your needs" nor "some teaching software" etc.

    Acutally I've found some good sample for a questionnaire
    such as http://www.a1vbcode.com/app.asp?ID=2622.

    What I want is something more dynamic: e.g. if answer to Q1 is A, then go to Q2; If B then go to Q3. Is there any such design or sample codes in VB?

    Thanks.

  9. #9
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Gosh, I'm so sorry I'm not psychic.

  10. #10
    Addicted Member Psychotic's Avatar
    Join Date
    May 2004
    Posts
    164
    Originally posted by mendhak
    For multiple choice questions, use a Radio Button.
    What is this Radio Button that you speak so highly of?
    -Psychotic-

  11. #11
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196
    aka OptionButton

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