Click here to Skip to main content
15,916,702 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Refresh Pin
Mark Salsbery20-Dec-06 6:53
Mark Salsbery20-Dec-06 6:53 
QuestionToolTip is not Shown Pin
poda19-Dec-06 21:50
poda19-Dec-06 21:50 
AnswerRe: ToolTip is not Shown Pin
Naveen19-Dec-06 22:35
Naveen19-Dec-06 22:35 
GeneralRe: ToolTip is not Shown Pin
poda19-Dec-06 22:45
poda19-Dec-06 22:45 
GeneralRe: ToolTip is not Shown Pin
Naveen19-Dec-06 22:48
Naveen19-Dec-06 22:48 
GeneralRe: ToolTip is not Shown Pin
poda20-Dec-06 20:35
poda20-Dec-06 20:35 
GeneralRe: ToolTip is not Shown Pin
Naveen20-Dec-06 20:41
Naveen20-Dec-06 20:41 
GeneralRe: ToolTip is not Shown Pin
poda21-Dec-06 14:45
poda21-Dec-06 14:45 
You suggested me to write the ShowMyToolTips() function code in
OnNotify() function.
Since the parameters such as NMDHR* has to be given by OS,I cannot write it
in overridden OnNotify() function.
ShowMyToolTips() function is the Message Handler for the Message TTN_NEEDTEXT.
So again why should I check like

if( pNMHDR->code == TTN_NEEDTEXT)
{
// u r code...
}

Thanks for your reply.
I am from Chennai,India.

Questionstatic_cast' : cannot convert from 'class CString' to 'const char *const ' Pin
Atul2319-Dec-06 21:34
Atul2319-Dec-06 21:34 
AnswerRe: static_cast' : cannot convert from 'class CString' to 'const char *const ' Pin
sunit519-Dec-06 21:46
sunit519-Dec-06 21:46 
AnswerRe: static_cast' : cannot convert from 'class CString' to 'const char *const ' Pin
toxcct19-Dec-06 22:13
toxcct19-Dec-06 22:13 
AnswerRe: static_cast' : cannot convert from 'class CString' to 'const char *const ' Pin
CPallini19-Dec-06 22:17
mveCPallini19-Dec-06 22:17 
GeneralRe: static_cast' : cannot convert from 'class CString' to 'const char *const ' Pin
sunit519-Dec-06 22:41
sunit519-Dec-06 22:41 
GeneralRe: static_cast' : cannot convert from 'class CString' to 'const char *const ' Pin
CPallini19-Dec-06 23:23
mveCPallini19-Dec-06 23:23 
GeneralRe: static_cast' : cannot convert from 'class CString' to 'const char *const ' Pin
toxcct20-Dec-06 0:31
toxcct20-Dec-06 0:31 
GeneralRe: static_cast' : cannot convert from 'class CString' to 'const char *const ' Pin
CPallini20-Dec-06 0:41
mveCPallini20-Dec-06 0:41 
GeneralRe: static_cast' : cannot convert from 'class CString' to 'const char *const ' Pin
S Douglas20-Dec-06 0:51
professionalS Douglas20-Dec-06 0:51 
GeneralOK, I fixed it. Pin
CPallini20-Dec-06 0:59
mveCPallini20-Dec-06 0:59 
GeneralRe: OK, I fixed it. Pin
S Douglas20-Dec-06 1:02
professionalS Douglas20-Dec-06 1:02 
GeneralRe: static_cast' : cannot convert from 'class CString' to 'const char *const ' Pin
toxcct20-Dec-06 0:58
toxcct20-Dec-06 0:58 
GeneralRe: static_cast' : cannot convert from 'class CString' to 'const char *const ' Pin
CPallini20-Dec-06 1:06
mveCPallini20-Dec-06 1:06 
QuestionRe: static_cast' : cannot convert from 'class CString' to 'const char *const ' Pin
David Crow20-Dec-06 2:32
David Crow20-Dec-06 2:32 
QuestionDeleting an item from list box using API Pin
Suresh H19-Dec-06 20:46
Suresh H19-Dec-06 20:46 
AnswerRe: Deleting an item from list box using API Pin
Mila02519-Dec-06 21:11
Mila02519-Dec-06 21:11 
GeneralRe: Deleting an item from list box using API Pin
Suresh H19-Dec-06 21:50
Suresh H19-Dec-06 21:50 

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.