Click here to Skip to main content
15,892,809 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: COM server threading model / ASP Pin
Daniel Turini14-Nov-02 21:58
Daniel Turini14-Nov-02 21:58 
GeneralRe: COM server threading model / ASP Pin
devvvy14-Nov-02 22:06
devvvy14-Nov-02 22:06 
GeneralStatusbar update problem Pin
Equinoxe14-Nov-02 21:19
Equinoxe14-Nov-02 21:19 
GeneralChange Cursor again Pin
Dennis L14-Nov-02 21:11
Dennis L14-Nov-02 21:11 
GeneralRe: Change Cursor again Pin
georgiek5014-Nov-02 23:22
georgiek5014-Nov-02 23:22 
GeneralRe: Change Cursor again Pin
Dennis L15-Nov-02 0:51
Dennis L15-Nov-02 0:51 
GeneralHe PocketPC developers, PLEASE HELP! Pin
Daniel Strigl14-Nov-02 20:19
Daniel Strigl14-Nov-02 20:19 
GeneralRe: He PocketPC developers, PLEASE HELP! Pin
Daniel Strigl17-Nov-02 23:35
Daniel Strigl17-Nov-02 23:35 
void CMainFrame::OnActivate(UINT nState, CWnd* pWndOther, BOOL bMinimized) 
{
	CFrameWnd::OnActivate(nState, pWndOther, bMinimized);
	
	// TODO: Add your message handler code here

	ResizeView();
}

void CMainFrame::OnSettingChange(UINT uFlags, LPCTSTR lpszSection)
{
	CFrameWnd::OnSettingChange(uFlags, lpszSection);

	// TODO: Add your message handler code here

	ResizeView();
}


Daniel Wink | ;)
---------------------------
Never change a running system!
Generalwindows hooks & move messages Pin
Dan_P14-Nov-02 20:18
Dan_P14-Nov-02 20:18 
GeneralHappy Birthday CodeProject! Pin
Anonymous14-Nov-02 20:17
Anonymous14-Nov-02 20:17 
GeneralRe: Happy Birthday CodeProject! Pin
Rickard Andersson2014-Nov-02 21:07
Rickard Andersson2014-Nov-02 21:07 
GeneralRe: Happy Birthday CodeProject! Pin
Christian Graus14-Nov-02 22:18
protectorChristian Graus14-Nov-02 22:18 
GeneralRe: Happy Birthday CodeProject! Pin
Anonymous14-Nov-02 22:27
Anonymous14-Nov-02 22:27 
GeneralRe: Happy Birthday CodeProject! Pin
Rickard Andersson2014-Nov-02 22:37
Rickard Andersson2014-Nov-02 22:37 
GeneralRe: Happy Birthday CodeProject! Pin
Ravi Bhavnani15-Nov-02 2:43
professionalRavi Bhavnani15-Nov-02 2:43 
GeneralGets the coordinates of the cursor's hot spot Pin
Eugene Pustovoyt14-Nov-02 19:51
Eugene Pustovoyt14-Nov-02 19:51 
GeneralRe: Gets the coordinates of the cursor's hot spot Pin
dabs14-Nov-02 23:23
dabs14-Nov-02 23:23 
GeneralRe: Gets the coordinates of the cursor's hot spot Pin
Dimitri Rochette16-Nov-02 10:33
Dimitri Rochette16-Nov-02 10:33 
GeneralDisk Storage Space Pin
vin14-Nov-02 19:50
vin14-Nov-02 19:50 
GeneralDerived CListCtrl class Pin
kati4214-Nov-02 19:40
kati4214-Nov-02 19:40 
GeneralWriting to a file from a device driver! Pin
Nish Nishant14-Nov-02 19:08
sitebuilderNish Nishant14-Nov-02 19:08 
GeneralRe: Writing to a file from a device driver! Pin
Shiva Prasad T. S.14-Nov-02 19:33
Shiva Prasad T. S.14-Nov-02 19:33 
GeneralDirectX runtime Pin
sonshiro14-Nov-02 18:43
sonshiro14-Nov-02 18:43 
GeneralMainframe HWND from process ID Pin
Bugra Barin14-Nov-02 18:23
Bugra Barin14-Nov-02 18:23 
GeneralRe: Mainframe HWND from process ID Pin
Carlos Antollini14-Nov-02 19:23
Carlos Antollini14-Nov-02 19: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.