Thread: preventing editing of List View item's label

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User larry's Avatar
    Join Date
    Sep 2001
    Posts
    96
    As for the typecast, I don't think MS is going to change the NMHDR structure, because it's the LPARAM of WM_NOTIFY message, one of the most essential messages. They'd more likely change the NMLVDISPINFO structure sooner.

    Nevermind. The topic is editing a label. If I understand you right, you also didn't make out trying to disable a label on single item using a LVN_BEGINLABELEDIT return value. So they kind of forgot to implement it??

    I thought creating my own List View is the last solution, but it seems to be the only one

    I'd really welcome if you send me your code. I'd use it as a reference if something goes wrong, but probably not copy it, because my program is in C++.

    Thanks in advance.

    P.S. It seems the forum email system doesn't allow attachments, so here's the address: [email protected].
    Last edited by larry; 02-22-2003 at 04:14 AM.
    Please excuse my poor english...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help sorting a linked list. Beginner
    By scarlet00014 in forum C Programming
    Replies: 1
    Last Post: 09-27-2008, 06:16 PM
  2. deleting a node in linked list
    By BoneXXX in forum C Programming
    Replies: 18
    Last Post: 12-17-2007, 12:30 PM
  3. 1st Class LIST ADT
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 11-09-2001, 07:29 PM
  4. singly linked list
    By clarinetster in forum C Programming
    Replies: 2
    Last Post: 08-26-2001, 10:21 PM