It works, except that this update is not on application focus, but on Document switching. Anyway, I put this code in CMainFrame::OnActivateApp and it works perfectly!
Thanks a lot.
Hi everyone,
I created a MFC MDI Application. I want to manage it in order to check, every time a View get focus, that its Document has been changed or not (for example using another hinstance of...
Ok... got it, now the application doesn't crash anymore (and I hit the breakpoint inside PreSubclassWindow()!) but now AddStrings() is no more working: I created an empty combo... I'm going to...
Ok, I'm trying to create a control member variable...
I use VS2010 => Class View => I find my dialog class => right click => then? (is this the right procedure?)
In the first message of this thread I posted this link, telling that is not working: http://www.codeguru.com/cpp/controls/combobox/tooltips/article.php/c4949
1 Dialog called in a MDI application
2 Resource Editor
3 I've just created a method having the same code of PreSubclassWindow() and I've called it.
4 m_lstCombo.CreateEx( 0, WC_LISTVIEW, NULL,...
Hi everyone,
I must create a Combobox having ToolTips. I saw this article http://www.codeguru.com/cpp/controls/combobox/tooltips/article.php/c4949 but it seems not working.
Tooltip text and its...
Hi everyone,
my application has two CMFCToolBars: the one above filled with icons, the other filled with a bmp. Changing Windows style (for example from Basic to Classic) the toolbar filled with the...
Hi all,
maybe it's a very simple question, but I don't know how to do it. I want create a CPane window docked to MainFrm and having "autohide" as initial state. How can I do it?
Thanks a lot.