CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Feb 2012
    Posts
    1

    [RESOLVED] Need Help with Visual Basic Questions, willing to give a reward for answers to Q's

    I am currently studying Programming in Visual Basic 2010 by Julia Case Bradley and Anita Millspaugh..

    http://www.amazon.com/Programming-Vi.../dp/0073517259

    If anyone could find the review question answers for me that would be a huge help. The review questions are at the end of each chapter.

    Here are all my review questions I need answered for Chapter 2:


    1. You can display program output in a text box or a label. When should you
    use a text box? When is a label appropriate?
    2. What would be the advantage of using a masked text box rather than a
    text box?
    3. When would it be appropriate to use a rich text box instead of a text box?
    4. What properties of a TextBox and RichTextBox must be set to allow a long
    Text property to wrap to multiple lines?
    5. How does the behavior of radio buttons differ from the behavior of check
    boxes?
    6. If you want two groups of radio buttons on a form, how can you make the
    groups operate independently?
    7. Explain how to make a graphic appear in a picture box control.
    8. Describe how to select several labels and set them all to 12-point font size
    at once.
    9. What is the purpose of keyboard access keys? How can you define them in
    your project? How do they operate at run time?
    10. Explain the purpose of the AcceptButton and CancelButton properties of
    the form. Give an example of a good use for each.
    11. What is the focus? How can you control which object has the focus?
    12. Assume you are testing your project and don’t like the initial position of
    the insertion point. Explain how to make the insertion point appear in a
    different text box when the program begins.
    13. During program execution, you want to return the insertion point to a
    text box called addressTextBox. What statement will you use to make
    that happen?
    14. What is a ToolTip? How can you make a ToolTip appear?
    15. What statements will clear the current contents of a text box and a label?
    16. What is concatenation and when would it be useful?

    I don't mind GIVING the person something for taking the time to do these.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Need Help with Visual Basic Questions, willing to give a reward for answers to Q'

    Quote Originally Posted by kylesuth View Post
    I am currently studying Programming in Visual Basic 2010 by Julia Case Bradley and Anita Millspaugh..
    I wonder, if you have questions/problem conserning Programming in Visual Basic why do you ask in the Visual C++ Programming forum?

    Besides, don't you know how to use Wiki orGoogle or some other search engines?
    Victor Nijegorodov

  3. #3
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: Need Help with Visual Basic Questions, willing to give a reward for answers to Q'

    Most of those are pretty easy questions. Why don't you at least give them a shot.

  4. #4
    Join Date
    Aug 2002
    Location
    Madrid
    Posts
    4,588

    Re: Need Help with Visual Basic Questions, willing to give a reward for answers to Q'

    [ redirected from the Visual C++ forum ]
    Get this small utility to do basic syntax highlighting in vBulletin forums (like Codeguru) easily.
    Supports C++ and VB out of the box, but can be configured for other languages.

  5. #5
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: [RESOLVED] Need Help with Visual Basic Questions, willing to give a reward for an

    The TEACHER'S EDITION has ALL of the answers printed in the back...
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  6. #6
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: [RESOLVED] Need Help with Visual Basic Questions, willing to give a reward for an

    How about reading the chapters before the questions?
    (did I tell I am also a teacher?)
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

  7. #7
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: [RESOLVED] Need Help with Visual Basic Questions, willing to give a reward for an

    You are not starting your programming career on a good note at all! Programming is a lot of work - you better get used to it, the sooner, the better!

    PS, also a teacher

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