Results 1 to 4 of 4

Thread: how to randomize forms

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2012
    Location
    California
    Posts
    44

    how to randomize forms

    I'm creating a game where the user choses an option to answer the question. Each question is a different form. How can I create this game to where whenever the user starts over the questions come up in different order.

  2. #2
    PowerPoster
    Join Date
    Feb 2012
    Location
    West Virginia
    Posts
    14,205

    Re: how to randomize forms

    Look up Randomize and Rnd() should get you pointed in the right direction.

  3. #3
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: how to randomize forms

    Quote Originally Posted by mcampos0809 View Post
    Each question is a different form.
    Ough, that's ugly. Why 1 Form per question? You could use an array for questions or a collection or many labels.. but using one Form per question is overkill.

  4. #4

    Thread Starter
    Member
    Join Date
    Feb 2012
    Location
    California
    Posts
    44

    Re: how to randomize forms

    Quote Originally Posted by jcis View Post
    Ough, that's ugly. Why 1 Form per question? You could use an array for questions or a collection or many labels.. but using one Form per question is overkill.
    Im not familiar with arrays yet, so i'll look into it... thank you

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