Click here to Skip to main content
15,891,473 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: MAKEFILE SOURCE CODE IN C LANGUAGE Pin
jschell24-Feb-14 8:14
jschell24-Feb-14 8:14 
GeneralRe: MAKEFILE SOURCE CODE IN C LANGUAGE Pin
Member 997815424-Feb-14 23:05
professionalMember 997815424-Feb-14 23:05 
GeneralRe: MAKEFILE SOURCE CODE IN C LANGUAGE Pin
jschell26-Feb-14 8:51
jschell26-Feb-14 8:51 
AnswerRe: MAKEFILE SOURCE CODE IN C LANGUAGE Pin
Chris Losinger25-Feb-14 1:39
professionalChris Losinger25-Feb-14 1:39 
QuestionHow to embed webbrowser control in the MFC DLL Pin
ilovevb23-Feb-14 12:50
ilovevb23-Feb-14 12:50 
AnswerRe: How to embed webbrowser control in the MFC DLL Pin
SoMad23-Feb-14 13:12
professionalSoMad23-Feb-14 13:12 
GeneralRe: How to embed webbrowser control in the MFC DLL Pin
ilovevb24-Feb-14 0:22
ilovevb24-Feb-14 0:22 
QuestionTooltips Won't Display Pin
BarryPearlman23-Feb-14 5:46
BarryPearlman23-Feb-14 5:46 
The application (CFrameWndEx) creates a dialog box (CDialogEx) with future ambitions of adding CMFCTooltipCtrl etc. I am trying to just get CTooltipCtrl to work first. In the dialog class I have:

.h -

CToolTipCtrl* p_TTCtrl;

.ccp -

<pre lang="cs">p_TTCtrl = new CToolTipCtrl;
ASSERT(p_TTCtrl-&gt;Create(this));

CWnd* p_Wnd = this-&gt;GetDlgItem(IDCTL_Pref_CB_Exit);


VERIFY(p_TTCtrl-&gt;AddTool(p_Wnd, IDCTL_Pref_CB_Exit, NULL, 0));
p_TTCtrl-&gt;Activate(TRUE);</pre>

When I run the debugger, there are no ASSERT or Verify errors. If I hover over IDCtrl_Pref_CB which is a checkbox created from the .rc file, nothing happens.

Can someone please point out what I am missing or have wrong.

Thanks,

Barry
AnswerRe: Tooltips Won't Display Pin
Richard Andrew x6423-Feb-14 10:53
professionalRichard Andrew x6423-Feb-14 10:53 
AnswerRe: Tooltips Won't Display Pin
Vaclav_25-Feb-14 6:23
Vaclav_25-Feb-14 6:23 
GeneralRe: Tooltips Won't Display Pin
BarryPearlman17-Jun-14 11:23
BarryPearlman17-Jun-14 11:23 
QuestionHow to shutdown my app gracefully at CMainFrame Initialization Pin
sdancer7522-Feb-14 9:41
sdancer7522-Feb-14 9:41 
AnswerRe: How to shutdown my app gracefully at CMainFrame Initialization Pin
«_Superman_»22-Feb-14 22:01
professional«_Superman_»22-Feb-14 22:01 
GeneralRe: How to shutdown my app gracefully at CMainFrame Initialization Pin
sdancer7527-Feb-14 3:18
sdancer7527-Feb-14 3:18 
QuestionTortoise svn checkpoint Pin
Member 1029641821-Feb-14 20:49
Member 1029641821-Feb-14 20:49 
AnswerRe: Tortoise svn checkpoint Pin
«_Superman_»22-Feb-14 22:13
professional«_Superman_»22-Feb-14 22:13 
AnswerRe: Tortoise svn checkpoint Pin
Albert Holguin23-Feb-14 10:13
professionalAlbert Holguin23-Feb-14 10:13 
QuestionConverting CUDA code to a DLL equivalent to use in MFC Pin
Kiran Satish21-Feb-14 9:40
Kiran Satish21-Feb-14 9:40 
AnswerRe: Converting CUDA code to a DLL equivalent to use in MFC Pin
Albert Holguin23-Feb-14 10:16
professionalAlbert Holguin23-Feb-14 10:16 
GeneralRe: Converting CUDA code to a DLL equivalent to use in MFC Pin
Kiran Satish25-Feb-14 8:23
Kiran Satish25-Feb-14 8:23 
GeneralRe: Converting CUDA code to a DLL equivalent to use in MFC Pin
Albert Holguin25-Feb-14 8:57
professionalAlbert Holguin25-Feb-14 8:57 
GeneralRe: Converting CUDA code to a DLL equivalent to use in MFC Pin
Kiran Satish25-Feb-14 9:05
Kiran Satish25-Feb-14 9:05 
GeneralRe: Converting CUDA code to a DLL equivalent to use in MFC Pin
Albert Holguin25-Feb-14 9:18
professionalAlbert Holguin25-Feb-14 9:18 
QuestionCDHtmlDialog not working with CSS Media Queries Pin
Don Guy21-Feb-14 9:28
Don Guy21-Feb-14 9:28 
AnswerRe: CDHtmlDialog not working with CSS Media Queries Pin
SoMad21-Feb-14 10:16
professionalSoMad21-Feb-14 10:16 

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.