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

    CTabCtrl & Common Control 6

    Hi Guys,

    I've recently added support for common control 6 in my dailog.

    #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")


    All of my controls got their UI look "upgraded" except of my CTabCtrl which still paint the background in grey and doesn't highlight the buttons when the mouse hover.

    Is there anything else I need to do to get the CTabCtrl look and feel like all the other controls??

    Many thanks!

  2. #2
    Join Date
    Dec 2005
    Posts
    445

    Re: CTabCtrl & Common Control 6

    Please Ignore it's working fine!! Sorry

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