Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. OnLvnEndlabeledit

OnLvnEndlabeledit

Scheduled Pinned Locked Moved C / C++ / MFC
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    karmendra_js
    wrote on last edited by
    #1

    using the class wizard i added the following function for a class derived from CListCtrl. When i rename the lable i want that to be displayed there after. If i could get the text, row and column i can use SetItemText function. What are these parameters(NMHDR *pNMHDR, LRESULT *pResult) and what does they contain.

    void CWifiMdsView::OnLvnEndlabeledit(NMHDR *pNMHDR, LRESULT *pResult)
    {
    	NMLVDISPINFO *pDispInfo = reinterpret_cast(pNMHDR);
    	// TODO: Add your control notification handler code here
    	
    	*pResult = 0;
    }
    

    Thanks a lot.

    J 1 Reply Last reply
    0
    • K karmendra_js

      using the class wizard i added the following function for a class derived from CListCtrl. When i rename the lable i want that to be displayed there after. If i could get the text, row and column i can use SetItemText function. What are these parameters(NMHDR *pNMHDR, LRESULT *pResult) and what does they contain.

      void CWifiMdsView::OnLvnEndlabeledit(NMHDR *pNMHDR, LRESULT *pResult)
      {
      	NMLVDISPINFO *pDispInfo = reinterpret_cast(pNMHDR);
      	// TODO: Add your control notification handler code here
      	
      	*pResult = 0;
      }
      

      Thanks a lot.

      J Offline
      J Offline
      Jose Lamas Rios
      wrote on last edited by
      #2

      karmendra_js wrote: What are these parameters(NMHDR *pNMHDR, LRESULT *pResult) and what does they contain. Check the documentation for the LVN_ENDLABELEDIT Notification[^] -- jlr http://jlamas.blogspot.com/[^]

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups