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

Search:

Type: Posts; User: TroyKroening

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    9,560

    Re: CListCtrl LVN_ITEMCHANGING

    I completely agree and my code works for my situation.
  2. Replies
    17
    Views
    9,560

    Re: CListCtrl LVN_ITEMCHANGING

    Personally, I am trying to prevent the selected item from being changed. The code does exactly what I want it to do. I did have to change one small piece:

    FROM:
    if ( pNMListView->uOldState ==...
  3. Replies
    12
    Views
    3,465

    Re: Lvn_itemchanging

    That clarifies. I thought that you were talking about the post of mine that you quoted. I did not know that you were talking about my prior post with code.
  4. Replies
    12
    Views
    3,465

    Re: Lvn_itemchanging

    Victor, I looked at the Announcement link that you posted. I read it fully and do not understand how it applies. Can you clarify?
  5. Replies
    12
    Views
    3,465

    Re: Lvn_itemchanging

    That is not why I posted. I posted because I had the same problem that he did. I just wanted to clarify for anyone like me that finds this post.
  6. Replies
    12
    Views
    3,465

    Re: Lvn_itemchanging

    I found what appears to be you asking the same question again in 2003. I used your possible solution and built on it because it was losing the selection. See my example.

    void...
  7. Replies
    17
    Views
    9,560

    Re: CListCtrl LVN_ITEMCHANGING

    I found what appears to be you asking the same question again in 2005. There it appears that you figured it out. I used your possible solution and built on it because it was losing the selection. ...
  8. Replies
    17
    Views
    9,560

    Re: CListCtrl LVN_ITEMCHANGING

    Small correction: I noticed the second message box everytime that I use my mouse to click on a different item. I only noticed that it happens when I move my mouse over another item, if I use Enter...
  9. Replies
    17
    Views
    9,560

    Re: CListCtrl LVN_ITEMCHANGING

    I am trying to do the same thing, 9 years after you. Anyways, I noticed that the second message box appears after I have moved my mouse. The only way to get that to happen is to hit Enter on your...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured