{I+=codeWee;}
[C++] MFC: How to set window size by inner screen rectagle.
	CRect desiredRC(0, 0, 800, 600);
	MoveWindow(desiredRC);
	CRect rc;
	GetClientRect(rc);
	rc.right = desiredRC.right + desiredRC.right - rc.right;
	rc.bottom = desiredRC.bottom + desiredRC.bottom - rc.bottom;
	MoveWindow(rc);
HTML | PHP | C++ | DirectX11 | Javascript | C# | HTML5 | ASP | SQL | General | CSS | Oculus Rift | Unity3d | Virtools SDK | Tip | NSIS | PowerShell | node.js | Web API | RTSP | All
Copyright© 2016 CodeWee.com All rights reserved.