CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2006
    Posts
    3

    newb: moving buttons onto tab control, +captions

    Hello, I'm a real newbie, - self-learning VC++6 from the books. This is my first post, - I'm stumped with a GUI thing that ought to be obvious, - but 2 days of googling hasn't answered it. The tab control! When I move a button onto it, the button dissapears. (actually, it ends up underneath the tab control). How can I situate it on the correct page of the tab?
    And, how do I give a caption/label to each of the tabs? There is no field for this under its properties.
    Anyone know of a specific link where this is explained? I searched all MSDN, and lots of googled sites, but couldn't find the info.
    Thanks.....

  2. #2
    Join Date
    Feb 2006
    Posts
    205

    Re: newb: moving buttons onto tab control, +captions


  3. #3
    Join Date
    Oct 2006
    Location
    Timisoara, Romania
    Posts
    84

    Re: newb: moving buttons onto tab control, +captions

    Last edited by ghalex; December 9th, 2006 at 05:58 AM.
    You can make money without doing evil.

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