모니터 두개로 부족한가???


이와같이 모니터 두개를 작업별로 모니터를 사용할수 있는 프로그램이 있다 바로

Desktops.exe

다음에서 다운 받습니다.

http://technet.microsoft.com/en-us/sysinternals/cc817881


CString A;

A.Format(TEXT(" str %d "), m_nTotalFrame);

OutputDebugString(A);


이렇게 하면 되겠죠?

"stdafx.h" 파일에 다음과 같이 삽입하고 사용하면 된다.



#ifdef _DEBUG

#pragma comment(linker, "/entry:WinMainCRTStartup /subsystem:console")

#endif

+ Recent posts