<?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: GTK# in Visual Studio 2008 on Vista x64</title>
	<atom:link href="http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/feed/" rel="self" type="application/rss+xml" />
	<link>http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/</link>
	<description>babblings of a computer loving fool</description>
	<lastBuildDate>Tue, 24 Jan 2012 03:52:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nusret ÖNEN</title>
		<link>http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/comment-page-1/#comment-31158</link>
		<dc:creator>Nusret ÖNEN</dc:creator>
		<pubDate>Thu, 12 Nov 2009 06:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/#comment-31158</guid>
		<description>thank you for sharing

[STAThread]
static void Main()
{
    Application.Init();
    Window myWin = new Window(&quot;My first GTK# Application! &quot;);
    myWin.Resize(200, 200);
    myWin.Destroyed += new EventHandler(myWin_Destroyed);
    Label myLabel = new Label();
    myLabel.Text = &quot;Hello World!!!!&quot;;
    myWin.Add(myLabel);
    myWin.ShowAll();
    Application.Run();
}
static void myWin_Destroyed(object sender, EventArgs e)
{
    Application.Quit();
}</description>
		<content:encoded><![CDATA[<p>thank you for sharing</p>
<p>[STAThread]<br />
static void Main()<br />
{<br />
    Application.Init();<br />
    Window myWin = new Window(&#8220;My first GTK# Application! &#8220;);<br />
    myWin.Resize(200, 200);<br />
    myWin.Destroyed += new EventHandler(myWin_Destroyed);<br />
    Label myLabel = new Label();<br />
    myLabel.Text = &#8220;Hello World!!!!&#8221;;<br />
    myWin.Add(myLabel);<br />
    myWin.ShowAll();<br />
    Application.Run();<br />
}<br />
static void myWin_Destroyed(object sender, EventArgs e)<br />
{<br />
    Application.Quit();<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shea</title>
		<link>http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/comment-page-1/#comment-31104</link>
		<dc:creator>shea</dc:creator>
		<pubDate>Mon, 10 Aug 2009 21:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/#comment-31104</guid>
		<description>I ended up doing this and it works quite well.  I also reference glade-sharp and use the glade-3 UI editor.

Thanks!</description>
		<content:encoded><![CDATA[<p>I ended up doing this and it works quite well.  I also reference glade-sharp and use the glade-3 UI editor.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jrwren</title>
		<link>http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/comment-page-1/#comment-31052</link>
		<dc:creator>jrwren</dc:creator>
		<pubDate>Tue, 16 Jun 2009 12:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/#comment-31052</guid>
		<description>@lxx

No, the visual form designer is for windows forms.

It turns out that even in winforms, the form designer becomes far less useful once you want to do certain things. I stopped using the forms designer because it is too slow, and I can get more done without it.

nice blog BTW, I wish I read Russian.</description>
		<content:encoded><![CDATA[<p>@lxx</p>
<p>No, the visual form designer is for windows forms.</p>
<p>It turns out that even in winforms, the form designer becomes far less useful once you want to do certain things. I stopped using the forms designer because it is too slow, and I can get more done without it.</p>
<p>nice blog BTW, I wish I read Russian.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jrwren</title>
		<link>http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/comment-page-1/#comment-31051</link>
		<dc:creator>jrwren</dc:creator>
		<pubDate>Tue, 16 Jun 2009 12:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/#comment-31051</guid>
		<description>I&#039;m not familiar with linq to mysql, but it should work fine with nhibernate based objects or dblinq objects.

honestly, I&#039;m not familiar enough with GTK# full data binding to comment on the details. I&#039;ll look into it.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not familiar with linq to mysql, but it should work fine with nhibernate based objects or dblinq objects.</p>
<p>honestly, I&#8217;m not familiar enough with GTK# full data binding to comment on the details. I&#8217;ll look into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Konstantin</title>
		<link>http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/comment-page-1/#comment-31050</link>
		<dc:creator>Konstantin</dc:creator>
		<pubDate>Tue, 16 Jun 2009 09:09:21 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/#comment-31050</guid>
		<description>Hi Jay, 
what I i ment in my post was the ability to use full data binding using linq to mysql not MSsql altogether with GTK# without mono . I am not quite sure if you can do that yet!</description>
		<content:encoded><![CDATA[<p>Hi Jay,<br />
what I i ment in my post was the ability to use full data binding using linq to mysql not MSsql altogether with GTK# without mono . I am not quite sure if you can do that yet!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lxx</title>
		<link>http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/comment-page-1/#comment-31045</link>
		<dc:creator>lxx</dc:creator>
		<pubDate>Sun, 14 Jun 2009 17:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/#comment-31045</guid>
		<description>Does visual form designer works with gtk#?</description>
		<content:encoded><![CDATA[<p>Does visual form designer works with gtk#?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carlos</title>
		<link>http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/comment-page-1/#comment-30908</link>
		<dc:creator>Carlos</dc:creator>
		<pubDate>Wed, 24 Dec 2008 11:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/#comment-30908</guid>
		<description>Great post Jay!
The bad point is that you loose the Monodevelop&#039;s Stetic designer which is the best designer to me. But is good to know that the posibility is there.
I am still working on DesktopRails to offer Gtk#/Windows.Forms/WPF portability.
Cheers mate</description>
		<content:encoded><![CDATA[<p>Great post Jay!<br />
The bad point is that you loose the Monodevelop&#8217;s Stetic designer which is the best designer to me. But is good to know that the posibility is there.<br />
I am still working on DesktopRails to offer Gtk#/Windows.Forms/WPF portability.<br />
Cheers mate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Pierce</title>
		<link>http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/comment-page-1/#comment-30904</link>
		<dc:creator>David Pierce</dc:creator>
		<pubDate>Thu, 04 Dec 2008 16:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/#comment-30904</guid>
		<description>thanks jay.</description>
		<content:encoded><![CDATA[<p>thanks jay.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jrwren</title>
		<link>http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/comment-page-1/#comment-30902</link>
		<dc:creator>jrwren</dc:creator>
		<pubDate>Thu, 04 Dec 2008 15:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/#comment-30902</guid>
		<description>@Konstantin

What specifically do you mean &quot;build in linq using gtk&quot;  You can use GTK# and all of the features of Linq in both Windows .NET and in Linux.</description>
		<content:encoded><![CDATA[<p>@Konstantin</p>
<p>What specifically do you mean &#8220;build in linq using gtk&#8221;  You can use GTK# and all of the features of Linq in both Windows .NET and in Linux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jrwren</title>
		<link>http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/comment-page-1/#comment-30901</link>
		<dc:creator>jrwren</dc:creator>
		<pubDate>Thu, 04 Dec 2008 15:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://jrwren.wrenfam.com/blog/2008/11/01/gtk-in-visual-studio-2008-on-vista-x64/#comment-30901</guid>
		<description>@dave pease

I won&#039;t throw a shoe at you. I am an old linux guy, but I do like Visual Studio, so I want to write apps which target both Linux AND Windows and GTK# seems to be the best way to do that. If you don&#039;t care about linux, then you can safely ignore this. You aren&#039;t missing anything.</description>
		<content:encoded><![CDATA[<p>@dave pease</p>
<p>I won&#8217;t throw a shoe at you. I am an old linux guy, but I do like Visual Studio, so I want to write apps which target both Linux AND Windows and GTK# seems to be the best way to do that. If you don&#8217;t care about linux, then you can safely ignore this. You aren&#8217;t missing anything.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

