Click here to Skip to main content
15,926,703 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Client programming Pin
ThatsAlok16-Aug-05 1:09
ThatsAlok16-Aug-05 1:09 
GeneralRe: Client programming Pin
code-frog15-Aug-05 20:23
professionalcode-frog15-Aug-05 20:23 
GeneralRe: Client programming Pin
Christian Graus15-Aug-05 20:27
protectorChristian Graus15-Aug-05 20:27 
GeneralRe: Client programming Pin
code-frog15-Aug-05 20:31
professionalcode-frog15-Aug-05 20:31 
GeneralRe: Client programming Pin
David Crow16-Aug-05 4:38
David Crow16-Aug-05 4:38 
GeneralView / Childframe activation Pin
Paul Belikian15-Aug-05 14:05
Paul Belikian15-Aug-05 14:05 
GeneralRe: View / Childframe activation Pin
Jose Lamas Rios15-Aug-05 14:28
Jose Lamas Rios15-Aug-05 14:28 
GeneralRe: View / Childframe activation Pin
Paul Belikian15-Aug-05 15:43
Paul Belikian15-Aug-05 15:43 
Too freaking simple! Mad | :mad: Thank you for the direction. I needed to tweak it a bit, but it is perfect! Smile | :)

LRESULT CWinCTestFrame::OnActivate(WPARAM wParam, LPARAM lParam)<br />
{<br />
<br />
	if(((HANDLE) wParam == this->m_hWnd) && (IsWindowVisible()))<br />
	   TRACE("ChildFrame - I'm Activated!\n");<br />
	<br />
	return 0L;<br />
}<br />

GeneralRe: View / Childframe activation Pin
Jose Lamas Rios15-Aug-05 16:14
Jose Lamas Rios15-Aug-05 16:14 
GeneralRe: View / Childframe activation Pin
Paul Belikian15-Aug-05 16:48
Paul Belikian15-Aug-05 16:48 
Questionhow to set breakpoint in MFC Pin
valerie9915-Aug-05 11:12
valerie9915-Aug-05 11:12 
AnswerRe: how to set breakpoint in MFC Pin
Achim Klein15-Aug-05 11:22
Achim Klein15-Aug-05 11:22 
GeneralThank you!!! Pin
valerie9915-Aug-05 12:00
valerie9915-Aug-05 12:00 
AnswerRe: how to set breakpoint in MFC Pin
Jose Lamas Rios15-Aug-05 12:32
Jose Lamas Rios15-Aug-05 12:32 
Generalcool, it works!!! Pin
valerie9916-Aug-05 5:55
valerie9916-Aug-05 5:55 
GeneralRe: cool, it works!!! Pin
Jose Lamas Rios17-Aug-05 4:28
Jose Lamas Rios17-Aug-05 4:28 
Generalerror C2065/error C3861: 'm_nBackStyle': identifier not found, even.... Pin
vic1200015-Aug-05 11:10
vic1200015-Aug-05 11:10 
GeneralRe: error C2065/error C3861: 'm_nBackStyle': identifier not found, even.... Pin
Christian Graus15-Aug-05 13:22
protectorChristian Graus15-Aug-05 13:22 
GeneralRe: error C2065/error C3861: 'm_nBackStyle': identifier not found, even.... Pin
vic1200015-Aug-05 13:52
vic1200015-Aug-05 13:52 
GeneralRe: error C2065/error C3861: 'm_nBackStyle': identifier not found, even.... Pin
Christian Graus15-Aug-05 14:13
protectorChristian Graus15-Aug-05 14:13 
GeneralRe: error C2065/error C3861: 'm_nBackStyle': identifier not found, even.... Pin
vic1200016-Aug-05 13:56
vic1200016-Aug-05 13:56 
GeneralRe: error C2065/error C3861: 'm_nBackStyle': identifier not found, even.... Pin
Christian Graus16-Aug-05 14:02
protectorChristian Graus16-Aug-05 14:02 
GeneralChanging TAPI modem modes Pin
andy18015-Aug-05 10:56
andy18015-Aug-05 10:56 
QuestionCString::GetLength(), what does it in fact return? Pin
misterbear15-Aug-05 7:54
misterbear15-Aug-05 7:54 
AnswerRe: CString::GetLength(), what does it in fact return? Pin
David Crow15-Aug-05 8:46
David Crow15-Aug-05 8:46 

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.