CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2004
    Location
    A Planet Called Earth... :-)
    Posts
    835

    Question truoble using tabbed control in VS 8

    Am having trouble trying to use a tab control.
    I have created a dialog box, and from the tool box I have added tab control onto it.

    How do I add other controls to this tab control? Everytime I add something it seems to be laid on top of the dialog instead of onto the tab control.

    and, How do I set the number of tabs that it must have. By default it seems to have 5. But if i run it I see only one.
    C++ program ran... C++ program crashed... C++ programmer quit !!

    Regards

    Shaq

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: truoble using tabbed control in VS 8

    Posting the code might help identifying the problem.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  3. #3
    Join Date
    Sep 2004
    Location
    A Planet Called Earth... :-)
    Posts
    835

    Re: truoble using tabbed control in VS 8

    Posting the code might help identifying the problem.
    I am trying to add the same from the resource editor.... i am not trying to achieve the same dynamically
    I am having trouble using the resource editor itself
    C++ program ran... C++ program crashed... C++ programmer quit !!

    Regards

    Shaq

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