Click here to Skip to main content
15,910,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: S character in front of Strings Pin
PJ Arends6-Aug-04 8:19
professionalPJ Arends6-Aug-04 8:19 
GeneralDocking windows using API Pin
Member 10134436-Aug-04 7:33
Member 10134436-Aug-04 7:33 
GeneralCatch Ctrl-C Pin
Anonymous6-Aug-04 7:04
Anonymous6-Aug-04 7:04 
GeneralRe: Catch Ctrl-C Pin
Archer2828-Aug-04 19:13
Archer2828-Aug-04 19:13 
GeneralTooltips stopped working Pin
gokings6-Aug-04 6:40
gokings6-Aug-04 6:40 
GeneralRe: Tooltips stopped working Pin
Blake Miller6-Aug-04 8:38
Blake Miller6-Aug-04 8:38 
GeneralRe: Tooltips stopped working Pin
gokings6-Aug-04 22:36
gokings6-Aug-04 22:36 
GeneralRe: Tooltips stopped working Pin
Blake Miller9-Aug-04 5:04
Blake Miller9-Aug-04 5:04 
Did you inadvertently intercept messages anywhere in the message loop chain? There are some special functions for making this all work, if you are using MFC, such as

CWnd::FilterToolTipMessage
Called by the framework to display the tool tip message associated with a button on the toolbar.

void FilterToolTipMessage(MSG* pMsg);
Parameters
pMsg - A pointer to the tool tip message.
Remarks - It is normally called from PreTranslateMessage.
Call it when the framework does not call it for you.

See Also CWnd::OnToolHitTest


Maybe this got bypassed with your recent development efforts?

Just trying to help.
GeneralRe: Tooltips stopped working Pin
gokings9-Aug-04 6:46
gokings9-Aug-04 6:46 
GeneralNotifications of CButton (On Client) do not work when changing parents Pin
GNZ6-Aug-04 6:24
GNZ6-Aug-04 6:24 
GeneralWriting to Registry - non-printable characters Pin
Kaleb Pederson6-Aug-04 5:39
Kaleb Pederson6-Aug-04 5:39 
GeneralRe: Writing to Registry - non-printable characters Pin
David Crow6-Aug-04 6:02
David Crow6-Aug-04 6:02 
GeneralRe: Writing to Registry - non-printable characters Pin
Kaleb Pederson6-Aug-04 7:24
Kaleb Pederson6-Aug-04 7:24 
GeneralSDI MainFrame Style Pin
act_x6-Aug-04 5:29
act_x6-Aug-04 5:29 
GeneralRe: SDI MainFrame Style Pin
Edwin Brunner6-Aug-04 6:05
Edwin Brunner6-Aug-04 6:05 
GeneralRe: SDI MainFrame Style Pin
act_x6-Aug-04 6:24
act_x6-Aug-04 6:24 
GeneralRe: SDI MainFrame Style Pin
valikac6-Aug-04 6:06
valikac6-Aug-04 6:06 
Questionretrieving an _int64 with stroul? Pin
ns6-Aug-04 4:46
ns6-Aug-04 4:46 
AnswerRe: retrieving an _int64 with stroul? Pin
Antony M Kancidrowski6-Aug-04 4:57
Antony M Kancidrowski6-Aug-04 4:57 
GeneralRe: retrieving an _int64 with stroul? Pin
ns6-Aug-04 5:32
ns6-Aug-04 5:32 
GeneralRe: retrieving an _int64 with stroul? Pin
ns6-Aug-04 5:49
ns6-Aug-04 5:49 
AnswerRe: retrieving an _int64 with stroul? Pin
jmkhael6-Aug-04 4:59
jmkhael6-Aug-04 4:59 
GeneralRe: retrieving an _int64 with stroul? Pin
ns6-Aug-04 5:31
ns6-Aug-04 5:31 
GeneralInternet Explorer Pin
Member 12759356-Aug-04 4:26
Member 12759356-Aug-04 4:26 
GeneralRe: Internet Explorer Pin
David Crow6-Aug-04 4:29
David Crow6-Aug-04 4:29 

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.