CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2008
    Posts
    8

    Tab control add pages from rc file

    Inside a resource file I have a few forms which I want to convert into tab pages. I've got a main form that contains a tab control. Is there a way to add those form onto the control without using propertysheet?

    I don't like the way the propertysheet is laid out because it pushes the tabs to the top. I don't have control over the layout of it.

  2. #2
    Join Date
    Feb 2000
    Location
    San Diego, CA
    Posts
    10,354

    Re: Tab control add pages from rc file

    Yeah. If I understand you right, you have a few dialog templates in your rc and you want to use these templates as property pages? If thatis right, simply use those template IDs in filling in the array of property page structs you would pass to PropertySheet function.

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