CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: CMFCOutlookbar

  1. #1
    Join Date
    Jul 2010
    Posts
    94

    Question CMFCOutlookbar

    I use that class to add a ctreectrl as a tab
    Adding items into the tree works fine until there occur any messages to redraw the tab section (resizing, default tooltip displayed etc), which causes the newly added item to be added repeatedly every single mouse move then. If you know how fix this problem, please let me know. Thank you very much.

  2. #2
    Join Date
    Nov 2009
    Posts
    45

    Re: CMFCOutlookbar

    I think you should override the WM_SIZE event to hand the resizing of TreeCtrl.
    Jack

    --------------------------------------------------------------------------------
    HMI/SCADA/CAD/GIS VC++ Source Codes: http://www.code-home.com

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