Click here to Skip to main content
15,914,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Will WM_SIZE repaint whole client area???? Pin
Nishad S28-Aug-07 18:36
Nishad S28-Aug-07 18:36 
Questioncalltips in scintilla Pin
mirraa27-Aug-07 21:21
mirraa27-Aug-07 21:21 
AnswerRe: calltips in scintilla Pin
Russell'27-Aug-07 23:35
Russell'27-Aug-07 23:35 
GeneralRe: calltips in scintilla Pin
mirraa28-Aug-07 0:48
mirraa28-Aug-07 0:48 
GeneralRe: calltips in scintilla Pin
Russell'28-Aug-07 1:01
Russell'28-Aug-07 1:01 
GeneralRe: calltips in scintilla Pin
Russell'28-Aug-07 1:13
Russell'28-Aug-07 1:13 
GeneralRe: calltips in scintilla Pin
mirraa28-Aug-07 1:22
mirraa28-Aug-07 1:22 
GeneralRe: calltips in scintilla Pin
Russell'28-Aug-07 1:43
Russell'28-Aug-07 1:43 
D'Oh! | :doh:
I think that I understand your ploblem.
1) Plot the data storing somewhere (in a member of the Plot-class) the position and size of the single words
2) Get the mouse position and then, if it is inside one of the region that you store at the step 1, create the tooltip and display addictional information.

To know the mouse position (x,y) use CWnd::OnMouseMove(UINT nFlags, CPoint point);

Is it enough clear?Confused | :confused:
Do you need other information about something?Smile | :)


Russell

QuestionIDispatch question Pin
themancer27-Aug-07 20:31
themancer27-Aug-07 20:31 
QuestionVideo Parameters Pin
tyagineha27-Aug-07 20:10
tyagineha27-Aug-07 20:10 
Questionabout _CRT_DEBUGGER_HOOK function. Pin
blackeye200427-Aug-07 19:10
blackeye200427-Aug-07 19:10 
AnswerRe: about _CRT_DEBUGGER_HOOK function. Pin
Naveen27-Aug-07 19:48
Naveen27-Aug-07 19:48 
GeneralRe: about _CRT_DEBUGGER_HOOK function. Pin
blackeye200427-Aug-07 20:03
blackeye200427-Aug-07 20:03 
AnswerRe: about _CRT_DEBUGGER_HOOK function. Pin
jk chan27-Aug-07 19:52
jk chan27-Aug-07 19:52 
GeneralRe: about _CRT_DEBUGGER_HOOK function. Pin
blackeye200427-Aug-07 19:58
blackeye200427-Aug-07 19:58 
GeneralRe: about _CRT_DEBUGGER_HOOK function. Pin
jk chan27-Aug-07 20:51
jk chan27-Aug-07 20:51 
GeneralRe: about _CRT_DEBUGGER_HOOK function. Pin
blackeye200427-Aug-07 21:35
blackeye200427-Aug-07 21:35 
Questionhow to set the tree control using deffrent sizes picture Pin
johe_vc27-Aug-07 18:35
johe_vc27-Aug-07 18:35 
AnswerRe: how to set the tree control using deffrent sizes picture Pin
Nishad S27-Aug-07 21:51
Nishad S27-Aug-07 21:51 
QuestionHow to get the CWnd* of the dialog? Pin
whiteclouds27-Aug-07 16:31
whiteclouds27-Aug-07 16:31 
AnswerRe: How to get the CWnd* of the dialog? Pin
nicholas_cui27-Aug-07 17:11
nicholas_cui27-Aug-07 17:11 
GeneralRe: How to get the CWnd* of the dialog? Pin
whiteclouds27-Aug-07 17:28
whiteclouds27-Aug-07 17:28 
GeneralRe: How to get the CWnd* of the dialog? Pin
Naveen27-Aug-07 17:55
Naveen27-Aug-07 17:55 
GeneralRe: How to get the CWnd* of the dialog? Pin
whiteclouds27-Aug-07 18:04
whiteclouds27-Aug-07 18:04 
GeneralRe: How to get the CWnd* of the dialog? Pin
Naveen27-Aug-07 18:05
Naveen27-Aug-07 18:05 

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.