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

Threaded View

  1. #1
    Join Date
    Apr 2006
    Posts
    3

    List view movewindow screw up

    Hello

    I made a listview wich can edit subitems.
    in LVM_BEGINSUBITEMS i implement a subclass for the editcontroll.
    in the subclassfunction i move the edit control to the right position,
    but than the text of the first column get screwed up.

    .ELSEIF uMsg == WM_WINDOWPOSCHANGED
    MoveWindow(....);

    What is wrog?

    You can see the picture....



    Good bye....
    Attached Images Attached Images

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