<?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: Lesson 2 &#8211; Creating a basic window</title>
	<atom:link href="http://pravin.insanitybegins.com/win32/lesson2/feed/" rel="self" type="application/rss+xml" />
	<link>http://pravin.insanitybegins.com</link>
	<description>Natural Language Processing, Information Extraction &#38; Search</description>
	<lastBuildDate>Thu, 22 Jul 2010 23:35:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<item>
		<title>By: vijay pratap singh</title>
		<link>http://pravin.insanitybegins.com/win32/lesson2/#comment-247</link>
		<dc:creator>vijay pratap singh</dc:creator>
		<pubDate>Thu, 20 May 2010 13:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://pravin.insanitybegins.com/?page_id=154#comment-247</guid>
		<description>i want more information about window programing like :-how we program in c language</description>
		<content:encoded><![CDATA[<p>i want more information about window programing like :-how we program in c language</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amrit upadayhy</title>
		<link>http://pravin.insanitybegins.com/win32/lesson2/#comment-246</link>
		<dc:creator>amrit upadayhy</dc:creator>
		<pubDate>Mon, 26 Apr 2010 18:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://pravin.insanitybegins.com/?page_id=154#comment-246</guid>
		<description>hi sir,
myself amrit.i am persuing cdac dac course from acts chennai.
it was really been tough for me to understand the concepts of windows,gone through lots of websites but didn&#039;t find any satisfactory output.but i would like to appreciate your effort of giving concept of win-32 in such a simpler manner that every guy who has a willing to do better in windows will really be benefitted out of it.

&quot;thanking you on behalf of whole community &quot;.


amrit upadhyay
dac-2,
acts-chennai,
tamilnadu,
india.</description>
		<content:encoded><![CDATA[<p>hi sir,<br />
myself amrit.i am persuing cdac dac course from acts chennai.<br />
it was really been tough for me to understand the concepts of windows,gone through lots of websites but didn&#8217;t find any satisfactory output.but i would like to appreciate your effort of giving concept of win-32 in such a simpler manner that every guy who has a willing to do better in windows will really be benefitted out of it.</p>
<p>&#8220;thanking you on behalf of whole community &#8220;.</p>
<p>amrit upadhyay<br />
dac-2,<br />
acts-chennai,<br />
tamilnadu,<br />
india.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: franck</title>
		<link>http://pravin.insanitybegins.com/win32/lesson2/#comment-245</link>
		<dc:creator>franck</dc:creator>
		<pubDate>Tue, 16 Feb 2010 02:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://pravin.insanitybegins.com/?page_id=154#comment-245</guid>
		<description>can you please add a code of how to add a button to an empty c++  window ...</description>
		<content:encoded><![CDATA[<p>can you please add a code of how to add a button to an empty c++  window &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: larry</title>
		<link>http://pravin.insanitybegins.com/win32/lesson2/#comment-244</link>
		<dc:creator>larry</dc:creator>
		<pubDate>Sat, 09 Jan 2010 00:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://pravin.insanitybegins.com/?page_id=154#comment-244</guid>
		<description>This is awesome. At least I have idea of how to use wprintf.</description>
		<content:encoded><![CDATA[<p>This is awesome. At least I have idea of how to use wprintf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: red</title>
		<link>http://pravin.insanitybegins.com/win32/lesson2/#comment-243</link>
		<dc:creator>red</dc:creator>
		<pubDate>Mon, 19 Oct 2009 16:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://pravin.insanitybegins.com/?page_id=154#comment-243</guid>
		<description>Your tutorials are awesome, I have looked at a few books on this topic, but its tutorials like this that make it a bit easier to swallow for a total newbie like myself.

With that said....
Could you provide a unicode example of this? I&#039;m trying to do this example with TCHAR and I can&#039;t get it to work.</description>
		<content:encoded><![CDATA[<p>Your tutorials are awesome, I have looked at a few books on this topic, but its tutorials like this that make it a bit easier to swallow for a total newbie like myself.</p>
<p>With that said&#8230;.<br />
Could you provide a unicode example of this? I&#8217;m trying to do this example with TCHAR and I can&#8217;t get it to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris negus</title>
		<link>http://pravin.insanitybegins.com/win32/lesson2/#comment-242</link>
		<dc:creator>chris negus</dc:creator>
		<pubDate>Fri, 16 Oct 2009 20:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://pravin.insanitybegins.com/?page_id=154#comment-242</guid>
		<description>if you get:
error C2664: &#039;CWnd::MessageBoxW&#039; : cannot convert parameter 1 from &#039;const char [...]&#039; to &#039;LPCTSTR&#039;

then:
Change your project configuration to use multibyte strings. Press ALT+F7 to open the properties, and navigate to Configuration Properties &gt; General. Switch Character Set to &quot;Use Multi-Byte Character Set&quot;.

http://social.msdn.microsoft.com/forums/en-US/vclanguage/thread/c1b08c0a-a803-41c3-ac8c-84eba3be1ddb/</description>
		<content:encoded><![CDATA[<p>if you get:<br />
error C2664: &#8216;CWnd::MessageBoxW&#8217; : cannot convert parameter 1 from &#8216;const char [...]&#8216; to &#8216;LPCTSTR&#8217;</p>
<p>then:<br />
Change your project configuration to use multibyte strings. Press ALT+F7 to open the properties, and navigate to Configuration Properties &gt; General. Switch Character Set to &#8220;Use Multi-Byte Character Set&#8221;.</p>
<p><a href="http://social.msdn.microsoft.com/forums/en-US/vclanguage/thread/c1b08c0a-a803-41c3-ac8c-84eba3be1ddb/" rel="nofollow">http://social.msdn.microsoft.com/forums/en-US/vclanguage/thread/c1b08c0a-a803-41c3-ac8c-84eba3be1ddb/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Franck</title>
		<link>http://pravin.insanitybegins.com/win32/lesson2/#comment-241</link>
		<dc:creator>Franck</dc:creator>
		<pubDate>Fri, 14 Aug 2009 10:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://pravin.insanitybegins.com/?page_id=154#comment-241</guid>
		<description>really ... i&#039;ve been  trying just to find books to help me understand windowing programming with c++ since i know how to  program api with java, objective c , c# and VB but nothing...

thanks  a lot</description>
		<content:encoded><![CDATA[<p>really &#8230; i&#8217;ve been  trying just to find books to help me understand windowing programming with c++ since i know how to  program api with java, objective c , c# and VB but nothing&#8230;</p>
<p>thanks  a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit</title>
		<link>http://pravin.insanitybegins.com/win32/lesson2/#comment-240</link>
		<dc:creator>Amit</dc:creator>
		<pubDate>Mon, 11 May 2009 19:06:29 +0000</pubDate>
		<guid isPermaLink="false">http://pravin.insanitybegins.com/?page_id=154#comment-240</guid>
		<description>Nice site. Really well written. But you&#039;ve not explained callbacks properly. Also, do all callbacks need to be defined in the same manner? Are there any other places where we use callbacks in Windows programming? And lastly, what exactly is that CALLBACK typedef?

Keep writing.
Amit</description>
		<content:encoded><![CDATA[<p>Nice site. Really well written. But you&#8217;ve not explained callbacks properly. Also, do all callbacks need to be defined in the same manner? Are there any other places where we use callbacks in Windows programming? And lastly, what exactly is that CALLBACK typedef?</p>
<p>Keep writing.<br />
Amit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pravin Paratey</title>
		<link>http://pravin.insanitybegins.com/win32/lesson2/#comment-239</link>
		<dc:creator>Pravin Paratey</dc:creator>
		<pubDate>Sat, 28 Mar 2009 07:10:31 +0000</pubDate>
		<guid isPermaLink="false">http://pravin.insanitybegins.com/?page_id=154#comment-239</guid>
		<description>&lt;b&gt;Samundra:&lt;/b&gt; Thank you for your wishes!

&lt;b&gt;hupos, kislorod, bungy_serbia:&lt;/b&gt; Updated it in the tutorial thanks!</description>
		<content:encoded><![CDATA[<p><b>Samundra:</b> Thank you for your wishes!</p>
<p><b>hupos, kislorod, bungy_serbia:</b> Updated it in the tutorial thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bungy_serbia</title>
		<link>http://pravin.insanitybegins.com/win32/lesson2/#comment-236</link>
		<dc:creator>bungy_serbia</dc:creator>
		<pubDate>Thu, 11 Dec 2008 19:44:10 +0000</pubDate>
		<guid isPermaLink="false">http://pravin.insanitybegins.com/?page_id=154#comment-236</guid>
		<description>Just comment that line &lt;b&gt;huphos&lt;/b&gt;.
&lt;code&gt;// #include &quot;MainWindow.h&quot;&lt;code&gt;</description>
		<content:encoded><![CDATA[<p>Just comment that line <b>huphos</b>.<br />
<code>// #include "MainWindow.h"</code><code></code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
