Click here to Skip to main content
15,919,749 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSaving a file Pin
efendy22-Nov-04 1:30
efendy22-Nov-04 1:30 
GeneralRe: Saving a file Pin
David Crow22-Nov-04 8:52
David Crow22-Nov-04 8:52 
QuestionHow to do this? Pin
pubududilena22-Nov-04 0:37
pubududilena22-Nov-04 0:37 
AnswerRe: How to do this? Pin
Steve S22-Nov-04 1:27
Steve S22-Nov-04 1:27 
GeneralGetting User Details Pin
Yuvaraj N22-Nov-04 0:23
Yuvaraj N22-Nov-04 0:23 
GeneralRe: Getting User Details Pin
ThatsAlok22-Nov-04 17:24
ThatsAlok22-Nov-04 17:24 
GeneralLinker Error In SAL module on linking open office code Pin
nitinmahajan8022-Nov-04 0:22
nitinmahajan8022-Nov-04 0:22 
GeneralTTN_NEEDTEXT Not Calling Pin
Rajesh_Parameswaran22-Nov-04 0:16
Rajesh_Parameswaran22-Nov-04 0:16 
Hi all,
I'm using tooltip in an MFC ActiveX Control Project. I have added Handler for TTN_NEEDTEXT Notification Message. But this Notification is not calling. I tried in an SDI Application. It works.. Could anyone tell the solution

BEGIN_MESSAGE_MAP(CEx1Ctrl, COleControl)
//{{AFX_MSG_MAP(CEx1Ctrl)
ON_WM_MOUSEMOVE()
ON_WM_PAINT()
ON_WM_SIZE()
ON_WM_CREATE()
//}}AFX_MSG_MAP
ON_NOTIFY_EX(TTN_NEEDTEXT, 0, OnToolTipNeedText)

ON_OLEVERB(AFX_IDS_VERB_PROPERTIES, OnProperties)
END_MESSAGE_MAP()


regards

Rajesh
GeneralRe: TTN_NEEDTEXT Not Calling Pin
David Crow22-Nov-04 8:38
David Crow22-Nov-04 8:38 
GeneralRe: TTN_NEEDTEXT Not Calling Pin
Rajesh_Parameswaran22-Nov-04 18:57
Rajesh_Parameswaran22-Nov-04 18:57 
QuestionHow to send a message to a dialog Pin
Nest22-Nov-04 0:15
Nest22-Nov-04 0:15 
AnswerRe: How to send a message to a dialog Pin
Rajesh_Parameswaran22-Nov-04 0:47
Rajesh_Parameswaran22-Nov-04 0:47 
GeneralRe: How to send a message to a dialog Pin
Nest22-Nov-04 0:55
Nest22-Nov-04 0:55 
AnswerRe: How to send a message to a dialog Pin
namaskaaram22-Nov-04 19:06
namaskaaram22-Nov-04 19:06 
QuestionHow to Dinamically create and Link to Access DataBase using C++ Pin
pubududilena21-Nov-04 23:50
pubududilena21-Nov-04 23:50 
Generallanguage problem Pin
hph21-Nov-04 22:40
hph21-Nov-04 22:40 
GeneralRe: language problem Pin
toxcct22-Nov-04 5:43
toxcct22-Nov-04 5:43 
GeneralRe: language problem Pin
BaldwinMartin23-Nov-04 10:35
BaldwinMartin23-Nov-04 10:35 
QuestionHow to resolve Regsvr32 Error? Pin
Franz Klein21-Nov-04 22:19
Franz Klein21-Nov-04 22:19 
AnswerRe: How to resolve Regsvr32 Error? Pin
nguyenvhn21-Nov-04 22:30
nguyenvhn21-Nov-04 22:30 
AnswerRe: How to resolve Regsvr32 Error? Pin
22491721-Nov-04 23:40
22491721-Nov-04 23:40 
GeneralRe: How to resolve Regsvr32 Error? Pin
vishalmore22-Nov-04 0:06
vishalmore22-Nov-04 0:06 
GeneralRe: How to resolve Regsvr32 Error? Pin
22491722-Nov-04 0:30
22491722-Nov-04 0:30 
GeneralRe: How to resolve Regsvr32 Error? Pin
Franz Klein22-Nov-04 2:43
Franz Klein22-Nov-04 2:43 
GeneralRe: How to resolve Regsvr32 Error? Pin
Antony M Kancidrowski22-Nov-04 4:58
Antony M Kancidrowski22-Nov-04 4:58 

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.