CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Hybrid View

  1. #1
    Join Date
    Apr 2012
    Posts
    0

    How to change visibility on c++ using code?

    To be more specific. What I want is to do certain questions for the user to answer and then disappear and have another and so on. I want it to be like first the question appears, I guess in a panel or something, and its like "question" followed by 3 radiobuttons for the user to choose the options and then a button for next. Next panel is "Insert name" and then a textbox for the user to type his/her name and the another next button and after that next the game I'm doing will appear. I don't know if I was clear enough, so questions are welcomed.

    Thank you.

  2. #2
    Join Date
    May 1999
    Location
    ALABAMA, USA
    Posts
    9,917

    Re: How to change visibility on c++ using code?

    I would suggest using CPropertySheet in wizard mode that allows navigation between multiple pages to collect information.
    There are only 10 types of people in the world:
    Those who understand binary and those who do not.

Tags for this Thread

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

Featured