<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Screen capture in REALbasic</title>
	<atom:link href="http://realbasic.tutspolis.com/tutorials/screen-capture-in-realbasic/feed/" rel="self" type="application/rss+xml" />
	<link>http://realbasic.tutspolis.com/tutorials/screen-capture-in-realbasic/</link>
	<description>Tutorials - Tutspolis.com</description>
	<lastBuildDate>Thu, 09 Sep 2010 16:38:34 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jakub Pawlak</title>
		<link>http://realbasic.tutspolis.com/tutorials/screen-capture-in-realbasic/comment-page-1/#comment-773</link>
		<dc:creator>Jakub Pawlak</dc:creator>
		<pubDate>Wed, 17 Feb 2010 21:17:06 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=190#comment-773</guid>
		<description>The last method Screencapture on Linux using REALbasic works on Windows too but it&#039;s not perfect. REALbasic don&#039;t offer this kind of option so the best way is calling some Windows declarations.</description>
		<content:encoded><![CDATA[<p>The last method Screencapture on Linux using REALbasic works on Windows too but it&#8217;s not perfect. REALbasic don&#8217;t offer this kind of option so the best way is calling some Windows declarations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://realbasic.tutspolis.com/tutorials/screen-capture-in-realbasic/comment-page-1/#comment-772</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 17 Feb 2010 20:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=190#comment-772</guid>
		<description>The Windows command keybd_event(17,29,0,0) does not work.

Is there a way to take a Windows screen shot of the program window without placing and grabbing the information from the clipboard?</description>
		<content:encoded><![CDATA[<p>The Windows command keybd_event(17,29,0,0) does not work.</p>
<p>Is there a way to take a Windows screen shot of the program window without placing and grabbing the information from the clipboard?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Pawlak</title>
		<link>http://realbasic.tutspolis.com/tutorials/screen-capture-in-realbasic/comment-page-1/#comment-472</link>
		<dc:creator>Jakub Pawlak</dc:creator>
		<pubDate>Tue, 05 Jan 2010 13:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=190#comment-472</guid>
		<description>I don&#039;t use MS Windows but I think that there is a option to get a screen shot form program window. We must simulate pressing the PrtSc key + Control Key (keybd_event(17,29,0,0)).

On mac we can grab a screen shot form program window using command:

screencapture -W ~/Desktop/screenshot.jpg</description>
		<content:encoded><![CDATA[<p>I don&#8217;t use MS Windows but I think that there is a option to get a screen shot form program window. We must simulate pressing the PrtSc key + Control Key (keybd_event(17,29,0,0)).</p>
<p>On mac we can grab a screen shot form program window using command:</p>
<p>screencapture -W ~/Desktop/screenshot.jpg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fra</title>
		<link>http://realbasic.tutspolis.com/tutorials/screen-capture-in-realbasic/comment-page-1/#comment-471</link>
		<dc:creator>fra</dc:creator>
		<pubDate>Tue, 05 Jan 2010 12:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://realbasic.tutspolis.com/?p=190#comment-471</guid>
		<description>can only make the capture of the program? windows</description>
		<content:encoded><![CDATA[<p>can only make the capture of the program? windows</p>
]]></content:encoded>
	</item>
</channel>
</rss>
