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

C / C++ / MFC

 
GeneralRe: MFC DLL #2 Pin
Erik Funkenbusch4-Dec-01 19:07
Erik Funkenbusch4-Dec-01 19:07 
GeneralStatic Control and lines Pin
Giles4-Dec-01 11:05
Giles4-Dec-01 11:05 
GeneralRe: Static Control and lines Pin
Christian Graus4-Dec-01 11:53
protectorChristian Graus4-Dec-01 11:53 
GeneralCListCtrl - Hide a column Pin
RobJones4-Dec-01 10:12
RobJones4-Dec-01 10:12 
GeneralRe: CListCtrl - Hide a column Pin
Rashid Thadha4-Dec-01 10:30
Rashid Thadha4-Dec-01 10:30 
GeneralRe: CListCtrl - Hide a column Pin
RobJones4-Dec-01 11:10
RobJones4-Dec-01 11:10 
GeneralHovering Text Pin
SixString4-Dec-01 9:50
SixString4-Dec-01 9:50 
GeneralSending WM_ACTIVATE to CFormView Pin
Jason Hihn4-Dec-01 7:35
Jason Hihn4-Dec-01 7:35 
I want to send an WM_ACTIVATE message to a CFormView. (Basically I want the view to know when the App isn't the app with focus anymore.) I have code for the CMainFrame that catches it.

The app is also a SDI app. The only relationship I see is in theApp.InitInstance where it goes:
CSingleDocTemplate* pDocTemplate;
pDocTemplate = new CSingleDocTemplate(
IDR_MAINFRAME,
RUNTIME_CLASS(CGUIDoc),
RUNTIME_CLASS(CMainFrame), // main SDI frame window
RUNTIME_CLASS(CGUIView));

How can get WM_ACTIVATE from CMainFrame to CGUIView?


GeneralRe: Sending WM_ACTIVATE to CFormView Pin
Michael Dunn4-Dec-01 8:04
sitebuilderMichael Dunn4-Dec-01 8:04 
GeneralRe: Sending WM_ACTIVATE to CFormView Pin
Jason Hihn4-Dec-01 8:56
Jason Hihn4-Dec-01 8:56 
Generalen/disable toolbar button Pin
4-Dec-01 7:12
suss4-Dec-01 7:12 
GeneralRe: en/disable toolbar button Pin
Ravi Bhavnani4-Dec-01 7:27
professionalRavi Bhavnani4-Dec-01 7:27 
QuestionHow to "attach" a CScrollBar to a editbox? Pin
Chambers4-Dec-01 6:35
Chambers4-Dec-01 6:35 
AnswerRe: How to "attach" a CScrollBar to a editbox? Pin
Ravi Bhavnani4-Dec-01 6:51
professionalRavi Bhavnani4-Dec-01 6:51 
GeneralRe: How to "attach" a CScrollBar to a editbox? Pin
Chambers4-Dec-01 7:23
Chambers4-Dec-01 7:23 
GeneralRe: How to "attach" a CScrollBar to a editbox? Pin
Ravi Bhavnani4-Dec-01 7:30
professionalRavi Bhavnani4-Dec-01 7:30 
GeneralRe: How to "attach" a CScrollBar to a editbox? Pin
Chambers4-Dec-01 7:37
Chambers4-Dec-01 7:37 
GeneralRe: How to "attach" a CScrollBar to a editbox? Pin
Ravi Bhavnani4-Dec-01 8:33
professionalRavi Bhavnani4-Dec-01 8:33 
GeneralRe: How to "attach" a CScrollBar to a editbox? Pin
Chambers5-Dec-01 3:02
Chambers5-Dec-01 3:02 
GeneralRe: How to "attach" a CScrollBar to a editbox? Pin
Ravi Bhavnani5-Dec-01 3:09
professionalRavi Bhavnani5-Dec-01 3:09 
GeneralRe: How to "attach" a CScrollBar to a editbox? Pin
Chambers5-Dec-01 3:23
Chambers5-Dec-01 3:23 
Generalrichedit and htmlview Pin
Mazdak4-Dec-01 6:16
Mazdak4-Dec-01 6:16 
GeneralIIS Pin
mazy4-Dec-01 6:10
mazy4-Dec-01 6:10 
GeneralRe: IIS Pin
RobJones4-Dec-01 9:44
RobJones4-Dec-01 9:44 
GeneralIWebBrowser2 interface in IE automation Pin
Andy Latham4-Dec-01 5:30
Andy Latham4-Dec-01 5:30 

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.