Click here to Skip to main content
15,903,388 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How does Hare defrag the Memory? Pin
EastDragon9-Sep-03 15:04
EastDragon9-Sep-03 15:04 
GeneralRe: How does Hare defrag the Memory? Pin
geo_m9-Sep-03 21:51
geo_m9-Sep-03 21:51 
GeneralDialog OnPaint flicker Pin
JWood8-Sep-03 13:30
JWood8-Sep-03 13:30 
GeneralRe: Dialog OnPaint flicker Pin
John M. Drescher8-Sep-03 18:28
John M. Drescher8-Sep-03 18:28 
GeneralRe: Dialog OnPaint flicker Pin
JWood9-Sep-03 3:41
JWood9-Sep-03 3:41 
GeneralRe: Dialog OnPaint flicker Pin
John M. Drescher9-Sep-03 3:56
John M. Drescher9-Sep-03 3:56 
Generaldialog scroll bars Pin
Marissa1828-Sep-03 13:07
Marissa1828-Sep-03 13:07 
GeneralOnEndlabeleditTree () Pin
Binayak8-Sep-03 12:06
Binayak8-Sep-03 12:06 
Hi,

I have enabled editing of the labels on the tree control and I want to see what user has edited in the label in the
OnEndlabeleditTree () function, so that I can either commit the change or, reject the change.

what should I use the check the user input in the label?

code:
void CGeneratorView::OnEndlabeleditTree(NMHDR* pNMHDR, LRESULT* pResult)
{
TV_DISPINFO* pTVDispInfo = (TV_DISPINFO*)pNMHDR;
HTREEITEM hItem = pTVDispInfo->item.hItem;

if () //check edited text ?????????????????????????????
{
*pResult = TRUE;
}

else
{
*pResult = FALSE;
}
}

GeneralRe: OnEndlabeleditTree () Pin
Phil Hamer8-Sep-03 14:59
Phil Hamer8-Sep-03 14:59 
GeneralExcel automation Pin
act_x8-Sep-03 11:34
act_x8-Sep-03 11:34 
GeneralRe: Excel automation Pin
Steve S8-Sep-03 22:15
Steve S8-Sep-03 22:15 
Generaldodgy communication is back Pin
godbert8-Sep-03 11:17
godbert8-Sep-03 11:17 
GeneralDeveloping software for Win2k+ Pin
John M. Drescher8-Sep-03 11:11
John M. Drescher8-Sep-03 11:11 
GeneralRe: Developing software for Win2k+ Pin
valikac8-Sep-03 12:34
valikac8-Sep-03 12:34 
GeneralRe: Developing software for Win2k+ Pin
Dangleberry8-Sep-03 22:50
sussDangleberry8-Sep-03 22:50 
GeneralRe: Developing software for Win2k+ Pin
Dangleberry8-Sep-03 22:51
sussDangleberry8-Sep-03 22:51 
QuestionCRichEditCtrl -- current column? Pin
mcguile2578-Sep-03 10:56
mcguile2578-Sep-03 10:56 
AnswerRe: CRichEditCtrl -- current column? Pin
Phil Hamer8-Sep-03 14:53
Phil Hamer8-Sep-03 14:53 
QuestionHow to restart my application? Pin
julych8-Sep-03 10:31
julych8-Sep-03 10:31 
AnswerRe: How to restart my application? Pin
geo_m9-Sep-03 7:23
geo_m9-Sep-03 7:23 
GeneralRunning a CGI-bin Pin
Juan Carlos Cobas8-Sep-03 10:28
Juan Carlos Cobas8-Sep-03 10:28 
GeneralRe: Running a CGI-bin Pin
Anonymous8-Sep-03 10:57
Anonymous8-Sep-03 10:57 
GeneralRe: Running a CGI-bin Pin
Juan Carlos Cobas8-Sep-03 11:03
Juan Carlos Cobas8-Sep-03 11:03 
GeneralRe: Running a CGI-bin Pin
Anonymous8-Sep-03 11:19
Anonymous8-Sep-03 11:19 
GeneralRe: Running a CGI-bin Pin
Juan Carlos Cobas8-Sep-03 12:06
Juan Carlos Cobas8-Sep-03 12:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.