Click here to Skip to main content
16,008,490 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dynamically set PATH variable in application Pin
Wim Jans17-Sep-03 2:06
Wim Jans17-Sep-03 2:06 
GeneralRe: Dynamically set PATH variable in application Pin
David Crow17-Sep-03 2:46
David Crow17-Sep-03 2:46 
GeneralApp Paths Pin
Vi217-Sep-03 19:56
Vi217-Sep-03 19:56 
GeneralExtracting Chinese Character from a CString Pin
wow999916-Sep-03 22:36
wow999916-Sep-03 22:36 
QuestionClass inheritance buggy in VC++ 7.1 (2003) ? Pin
cproch16-Sep-03 21:55
cproch16-Sep-03 21:55 
GeneralUsing DDE in MFC-Applications Pin
Mathefreak16-Sep-03 20:58
Mathefreak16-Sep-03 20:58 
GeneralRe: Using DDE in MFC-Applications Pin
Jagadeesh VN16-Sep-03 21:41
Jagadeesh VN16-Sep-03 21:41 
GeneralProblem in using CToolTipCtrl Pin
meens16-Sep-03 19:55
meens16-Sep-03 19:55 
Hi All,
I'm a beginner. I tried using CToolTipCtrl as given in MSDN but tooltip display is not happening.This is what I've done.

CToolTipCtrl m_ToolTip;
m_ToolTip.Create(this, TTS_ALWAYSTIP);
m_pToolTip.AddTool(...)
m_ToolTip.SetToolInfo(&ToolInfo);

and in PreTranslateMsg
m_ToolTip.RelayEvent(pMsg);

Create and Addtool does not return failure msg and it does not throw any error but still there is no display. Can anyone pls help me out

with this?


meenu
GeneralRe: Problem in using CToolTipCtrl Pin
Jagadeesh VN16-Sep-03 20:12
Jagadeesh VN16-Sep-03 20:12 
GeneralRe: Problem in using CToolTipCtrl Pin
meens16-Sep-03 22:20
meens16-Sep-03 22:20 
GeneralRe: Problem in using CToolTipCtrl Pin
Jagadeesh VN16-Sep-03 22:30
Jagadeesh VN16-Sep-03 22:30 
Generalterminating dialog based application Pin
r i s h a b h s16-Sep-03 19:40
r i s h a b h s16-Sep-03 19:40 
GeneralRe: terminating dialog based application Pin
Jagadeesh VN16-Sep-03 20:01
Jagadeesh VN16-Sep-03 20:01 
GeneralRe: terminating dialog based application Pin
r i s h a b h s16-Sep-03 20:37
r i s h a b h s16-Sep-03 20:37 
GeneralRe: terminating dialog based application Pin
Jagadeesh VN16-Sep-03 21:45
Jagadeesh VN16-Sep-03 21:45 
General2 dlg resources.....but single CDialog based class Pin
r i s h a b h s16-Sep-03 18:45
r i s h a b h s16-Sep-03 18:45 
GeneralRe: 2 dlg resources.....but single CDialog based class Pin
r i s h a b h s16-Sep-03 19:41
r i s h a b h s16-Sep-03 19:41 
GeneralRe: 2 dlg resources.....but single CDialog based class Pin
Jagadeesh VN16-Sep-03 20:06
Jagadeesh VN16-Sep-03 20:06 
GeneralExtracting a Chinese Character from a CString Pin
wow999916-Sep-03 17:15
wow999916-Sep-03 17:15 
GeneralRe: Extracting a Chinese Character from a CString Pin
Michael Dunn16-Sep-03 17:49
sitebuilderMichael Dunn16-Sep-03 17:49 
GeneralRe: Extracting a Chinese Character from a CString Pin
wow999916-Sep-03 19:00
wow999916-Sep-03 19:00 
GeneralRe: Extracting a Chinese Character from a CString Pin
Michael Dunn16-Sep-03 19:31
sitebuilderMichael Dunn16-Sep-03 19:31 
Generalpattern recognition in string inputted by user Pin
Anz16-Sep-03 10:33
Anz16-Sep-03 10:33 
GeneralRe: pattern recognition in string inputted by user Pin
Michael Dunn16-Sep-03 17:52
sitebuilderMichael Dunn16-Sep-03 17:52 
GeneralRe: pattern recognition in string inputted by user Pin
DougW4816-Sep-03 19:09
DougW4816-Sep-03 19:09 

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.