<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[RSS Feed]]></title><description><![CDATA[RSS Feed]]></description><link>http://direct.ecency.com</link><image><url>http://direct.ecency.com/logo512.png</url><title>RSS Feed</title><link>http://direct.ecency.com</link></image><generator>RSS for Node</generator><lastBuildDate>Fri, 24 Apr 2026 06:52:43 GMT</lastBuildDate><atom:link href="http://direct.ecency.com/created/visualcpp/rss.xml" rel="self" type="application/rss+xml"/><item><title><![CDATA[[MFC] how to get screen width, height]]></title><description><![CDATA[GetWindowRect(), GetDesktopWindow() CRect rc; ::GetWindowRect(GetDesktopWindow()->m_hWnd, &rc); int nWidth = rc.right - rc.left; int nHeight = rc.bottom - rc.top; GetSystemMetrics() int nWidth =]]></description><link>http://direct.ecency.com/programming/@pepsiman/mfc-find-monitor-pixel-size</link><guid isPermaLink="true">http://direct.ecency.com/programming/@pepsiman/mfc-find-monitor-pixel-size</guid><category><![CDATA[programming]]></category><dc:creator><![CDATA[pepsiman]]></dc:creator><pubDate>Wed, 20 Jun 2018 04:44:33 GMT</pubDate></item></channel></rss>