CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ChrisHob

Search: Search took 0.02 seconds.

  1. Replies
    16
    Views
    5,446

    Re: ListView_GetItemRect Help

    I would suggest checking if the item is visible

    http://msdn.microsoft.com/en-us/library/windows/desktop/bb775044(v=vs.85).aspx

    because if its not, you cannot get the rectangle. You can also...
  2. Replies
    3
    Views
    4,742

    Re: Problem about catching WM_THEMECHANGED

    I've had the problem, it appears WM_THEMECHANGED is only sent when changing from "having a theme" to "having no theme". As you probably want to call CloseThemeData and attempt to open a new theme...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured