Click here to Skip to main content
16,005,169 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Will WM_SIZE repaint whole client area???? Pin
Bhavesh Bagadiya28-Aug-07 1:27
Bhavesh Bagadiya28-Aug-07 1:27 
GeneralRe: Will WM_SIZE repaint whole client area???? Pin
Nishad S28-Aug-07 1:34
Nishad S28-Aug-07 1:34 
GeneralRe: Will WM_SIZE repaint whole client area???? Pin
CodeMak28-Aug-07 1:43
CodeMak28-Aug-07 1:43 
GeneralRe: Will WM_SIZE repaint whole client area???? Pin
Bhavesh Bagadiya28-Aug-07 2:02
Bhavesh Bagadiya28-Aug-07 2:02 
GeneralRe: Will WM_SIZE repaint whole client area???? Pin
CodeMak28-Aug-07 2:08
CodeMak28-Aug-07 2:08 
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 
Simple tooltip[^]

Advanced Tooltip[^]

To know how plot it you have to know what the mouse is pointing!
To do this you can plot the text storing the border of any useful word displayed and test if the mouse position is on it (if yes then plot the tooltip).
nother way is create a custom class that display a single word of the text, it can bes mouse sensitive and you can display its tooltip (if needed).


Russell

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 
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 

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.