Click here to Skip to main content
15,887,350 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Redirecting the Web Site to My own Site Pin
Richard MacCutchan25-Feb-14 1:28
mveRichard MacCutchan25-Feb-14 1:28 
AnswerRe: Redirecting the Web Site to My own Site Pin
Gisle Vanem25-Feb-14 22:05
Gisle Vanem25-Feb-14 22:05 
AnswerRe: Redirecting the Web Site to My own Site Pin
Richard Andrew x6427-Feb-14 14:16
professionalRichard Andrew x6427-Feb-14 14:16 
QuestionWhere is the WM_NCHITTEST send? SOLVED Pin
Vaclav_24-Feb-14 9:26
Vaclav_24-Feb-14 9:26 
AnswerRe: Where is the WM_NCHITTEST send? Pin
«_Superman_»24-Feb-14 15:47
professional«_Superman_»24-Feb-14 15:47 
GeneralRe: Where is the WM_NCHITTEST send? Pin
Vaclav_25-Feb-14 3:02
Vaclav_25-Feb-14 3:02 
GeneralRe: Where is the WM_NCHITTEST send? Pin
Vaclav_25-Feb-14 5:32
Vaclav_25-Feb-14 5:32 
GeneralRe: Where is the WM_NCHITTEST send? Pin
«_Superman_»25-Feb-14 17:44
professional«_Superman_»25-Feb-14 17:44 
The code that I posted earlier is working code on a default MDI application.
Here is some information on command routing in an MDI application - Command Routing Illustration[^]

The message #867(0x363) is an internal MFC message defined as -
#define WM_IDLEUPDATECMDUI 0x0363

You can find this in the afxpriv.h header file.

Here is some information about internal MFC messages - MFC Defined Messages[^]

Here is an excerpt from the above link -
WM_IDLEUPDATECMDUI
This message is sent in idle time to implement the idle-time update of update-command UI handlers.

«_Superman 
I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++) (October 2009 - September 2013)

Polymorphism in C

GeneralRe: Where is the WM_NCHITTEST send? Pin
Vaclav_27-Feb-14 9:21
Vaclav_27-Feb-14 9:21 
QuestionToolbar Alignment Pin
akhil_sudheesh24-Feb-14 6:35
akhil_sudheesh24-Feb-14 6:35 
AnswerRe: Toolbar Alignment Pin
Maximilien24-Feb-14 6:57
Maximilien24-Feb-14 6:57 
GeneralRe: Toolbar Alignment Pin
akhil_sudheesh24-Feb-14 17:29
akhil_sudheesh24-Feb-14 17:29 
GeneralRe: Toolbar Alignment Pin
akhil_sudheesh7-Mar-14 1:00
akhil_sudheesh7-Mar-14 1:00 
QuestionMAKEFILE SOURCE CODE IN C LANGUAGE Pin
Member 997815423-Feb-14 22:47
professionalMember 997815423-Feb-14 22:47 
AnswerRe: MAKEFILE SOURCE CODE IN C LANGUAGE Pin
Richard MacCutchan23-Feb-14 23:02
mveRichard MacCutchan23-Feb-14 23:02 
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 
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 

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.