|
-
December 27th, 2011, 09:38 AM
#8
Re: old problem with CListCtrl::EditLabel
 Originally Posted by Mike Pliam
Code:
{
//... let's save it for later use
m_csItemText = pDispInfo->item.pszText;
m_csOldName = m_csItemText;
}
but obviously I havn't figured out how to get the initial (m_csOldName) because this code invariably leads to m_csOldName as empty.
This code should give you the NEW label, if you look closely...
But before you set the new text to that item, you sure can get its current text.
Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
Convenience and productivity tools for Microsoft Visual Studio:
FeinWindows - replacement windows manager for Visual Studio, and more...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|