<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Programming with .NET - General</title><link>http://forums.silverlight.net/forums/17.aspx</link><description>General discussions around authoring Silverlight .NET applications.</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: 40+ Controls for Silverlight 1.1 available for free</title><link>http://forums.silverlight.net/forums/thread/7959.aspx</link><pubDate>Fri, 20 Jul 2007 08:07:23 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:7959</guid><dc:creator>Jeff08</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/7959.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=7959</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/silverlight/images/icon-quote.gif"&gt; &lt;strong&gt;fuzzyman:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;&amp;nbsp;Cool - will these remain free?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Michael Foord&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;Yes. The standard version will remain free.&lt;/p&gt;
&lt;p&gt;Jeff&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: 40+ Controls for Silverlight 1.1 available for free</title><link>http://forums.silverlight.net/forums/thread/7929.aspx</link><pubDate>Fri, 20 Jul 2007 00:18:24 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:7929</guid><dc:creator>Psychlist1972</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/7929.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=7929</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/silverlight/images/icon-quote.gif"&gt; &lt;strong&gt;geetanjali:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;How can we prepare Multi Page Application in GOA WinForm? Any Idea about redirecting user to another page?&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;I did not use GOA, however, the way I did that in the &lt;a class="" href="http://community.irritatedvowel.com/blogs/pete_browns_blog/archive/2007/07/07/Silverlight-1.1-Carbon-Offset-Calculator-is-out_2100_.aspx" target="_blank"&gt;Carbon Calculator&lt;/a&gt; was to build user controls for each &amp;quot;page&amp;quot;. I created a base class that inherited from control, and added Show and Hide overridable/virtual methods. Those methods looked for two standard-named storyboards in the xaml. If they weren&amp;#39;t present, they would simply set the Visiblity to Visible (Show)&amp;nbsp;or Collapsed (Hide) when called. Later, when I&amp;#39;m more satisfied with some of the animation performance and capabilities, I can go back and easily change how those animations work.&lt;/p&gt;
&lt;p&gt;The base classs also contained some other useful things, like a templated version of FindName that cleaned up the syntax a little.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll have a blog post coming soon on how all this was done. It&amp;#39;s basically a port of an idea I used and then&amp;nbsp;in some conferences&amp;nbsp;back in 98 about using VB User Controls as &amp;quot;forms&amp;quot; in an explorer-type application. Funny how this stuff comes back around :)&lt;/p&gt;
&lt;p&gt;Pete&lt;/p&gt;</description></item><item><title>Re: 40+ Controls for Silverlight 1.1 available for free</title><link>http://forums.silverlight.net/forums/thread/7912.aspx</link><pubDate>Thu, 19 Jul 2007 22:33:39 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:7912</guid><dc:creator>fuzzyman</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/7912.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=7912</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Cool - will these remain free?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Michael Foord&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: 40+ Controls for Silverlight 1.1 available for free</title><link>http://forums.silverlight.net/forums/thread/7904.aspx</link><pubDate>Thu, 19 Jul 2007 21:35:34 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:7904</guid><dc:creator>Jeff08</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/7904.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=7904</wfw:commentRss><description>&lt;p&gt;You can still use the &amp;quot;standard&amp;quot; Silverlight features.&lt;/p&gt;
&lt;p&gt;For instance have a look at the end of the following QuickStart: &lt;a href="http://silverlight.net/QuickStarts/Dom/DomAccess.aspx"&gt;http://silverlight.net/QuickStarts/Dom/DomAccess.aspx&lt;/a&gt;&amp;nbsp;. It explains how to call the HtmlPage.Navigate method.&lt;/p&gt;
&lt;p&gt;Jeff&lt;/p&gt;</description></item><item><title>Re: 40+ Controls for Silverlight 1.1 available for free</title><link>http://forums.silverlight.net/forums/thread/7826.aspx</link><pubDate>Thu, 19 Jul 2007 09:30:28 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:7826</guid><dc:creator>geetanjali</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/7826.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=7826</wfw:commentRss><description>&lt;p&gt;How can we prepare Multi Page Application in GOA WinForm? Any Idea about redirecting user to another page?&lt;/p&gt;</description></item><item><title>Re: Re: Re: 40+ Controls for Silverlight 1.1 available for free</title><link>http://forums.silverlight.net/forums/thread/6167.aspx</link><pubDate>Wed, 27 Jun 2007 11:19:53 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:6167</guid><dc:creator>bobrob</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/6167.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=6167</wfw:commentRss><description>&lt;p&gt;Billy you are absolutely right, WinForms API mainly targets existing&amp;nbsp;.NET WinForms users.&lt;/p&gt;
&lt;p&gt;We have already made some tests regarding the interaction between WinForms controls and native XAML controls. It still needs some adjustements but it works fine! We will publish some sample code very soon.&lt;/p&gt;
&lt;p&gt;Stay tuned!&lt;/p&gt;</description></item><item><title>Re: Re: Re: 40+ Controls for Silverlight 1.1 available for free</title><link>http://forums.silverlight.net/forums/thread/6084.aspx</link><pubDate>Tue, 26 Jun 2007 13:52:31 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:6084</guid><dc:creator>Billy Porter</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/6084.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=6084</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m not sure if it&amp;#39;s a step forward or backward&amp;nbsp;going back to&amp;nbsp;the&amp;nbsp;WinForms API again, but I know one thing:&amp;nbsp;for now, this framework is&amp;nbsp;miles ahead of&amp;nbsp;anything else in the Silverligt space.&lt;/p&gt;
&lt;p&gt;As mentioned, the real trick is getting these controls to interact with other root canvas objects. Could you make a comment on this bobrob?&lt;/p&gt;</description></item><item><title>Re: Re: 40+ Controls for Silverlight 1.1 available for free</title><link>http://forums.silverlight.net/forums/thread/6083.aspx</link><pubDate>Tue, 26 Jun 2007 13:31:35 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:6083</guid><dc:creator>bobrob</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/6083.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=6083</wfw:commentRss><description>&lt;p&gt;Forci, the problem resides in the way Silverlight handles and sends mouse/keyboard events. Please remember it is alpha running on alpha! Further versions will fix this problem in my opinion.&lt;/p&gt;</description></item><item><title>Re: 40+ Controls for Silverlight 1.1 available for free</title><link>http://forums.silverlight.net/forums/thread/6082.aspx</link><pubDate>Tue, 26 Jun 2007 13:27:57 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:6082</guid><dc:creator>bobrob</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/6082.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=6082</wfw:commentRss><description>&lt;p&gt;Of course there is no dependency on any external .net assemblies but those coming with Silverlight plus Goa.Windows.Forms.dll. Furthermore, since it is still alpha running on alpha, it has not been extensively tested on Mac&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: 40+ Controls for Silverlight 1.1 available for free</title><link>http://forums.silverlight.net/forums/thread/6059.aspx</link><pubDate>Tue, 26 Jun 2007 06:39:00 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:6059</guid><dc:creator>forci</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/6059.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=6059</wfw:commentRss><description>Nice, you have little problem with painting, or microsoft has. Special when using scroll. My 2,4GHz processor was always on 100% (when i was scrolling).&lt;br /&gt;</description></item><item><title>Re: 40+ Controls for Silverlight 1.1 available for free</title><link>http://forums.silverlight.net/forums/thread/6039.aspx</link><pubDate>Mon, 25 Jun 2007 22:55:50 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:6039</guid><dc:creator>WJamesLord</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/6039.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=6039</wfw:commentRss><description>&lt;p&gt;I played with it a bit.&amp;nbsp; I&amp;#39;m not sure what to make of it yet.&amp;nbsp; It&amp;#39;s a clever wrapper that emulates the System.Windows.Forms namespace.&amp;nbsp; On the one hand, it wouldn&amp;#39;t be hard to code a Windows form app and then port it to Silverlight.&amp;nbsp; On the other hand, the additional overhead needed for emulation makes apps feel a bit sluggish when compared to &amp;quot;native&amp;quot; XAML controls.&amp;nbsp; As far as XAML goes, the only XAML utilized by GOA ties a Silverlight Canvas to a Form object.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;It&amp;#39;s neat and fits together, but for now, I&amp;#39;m going to wait and see what else comes along.&amp;nbsp; After all, Silverlight is still just alpha.&amp;nbsp; I&amp;#39;m sure there will be plenty of SDKs from which to choose.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;P.S. The designer example (available online) is quite nifty - definitely a sign of Silverlight&amp;#39;s potential.&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: 40+ Controls for Silverlight 1.1 available for free</title><link>http://forums.silverlight.net/forums/thread/5991.aspx</link><pubDate>Mon, 25 Jun 2007 13:40:10 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:5991</guid><dc:creator>heuertk</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/5991.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=5991</wfw:commentRss><description>&lt;p&gt;bob, is there a dependency on the .net framework?&amp;nbsp; it doesn&amp;#39;t work on my mac -- and i can&amp;#39;t see ways to interact with other root canvas objects...&lt;/p&gt;</description></item><item><title>Re: 40+ Controls for Silverlight 1.1 available for free</title><link>http://forums.silverlight.net/forums/thread/5972.aspx</link><pubDate>Mon, 25 Jun 2007 10:47:15 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:5972</guid><dc:creator>bobrob</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/5972.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=5972</wfw:commentRss><description>&lt;p&gt;&lt;BLOCKQUOTE&gt;&lt;div&gt;&lt;img src="/Themes/silverlight/images/icon-quote.gif"&gt; &lt;strong&gt;heuertk:&lt;/strong&gt;&lt;/div&gt;&lt;div&gt; 
&lt;p&gt;wow, very cool! -- is there a blog that tells the story behind these?&lt;/p&gt;
&lt;p&gt;&lt;/div&gt;&lt;/BLOCKQUOTE&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;The framework was originaly written for Flash and ported to Silverlight. We will write something that tells the full story.&lt;/p&gt;</description></item><item><title>Re: 40+ Controls for Silverlight 1.1 available for free</title><link>http://forums.silverlight.net/forums/thread/5871.aspx</link><pubDate>Fri, 22 Jun 2007 23:42:41 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:5871</guid><dc:creator>coolio</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/5871.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=5871</wfw:commentRss><description>&lt;p&gt;i am truely impressed. this is awesome stuff.&lt;/p&gt;
&lt;p&gt;do you also provide a layouting scheme or is everything still based on absolute positioning?&lt;/p&gt;
&lt;p&gt;coolio&lt;/p&gt;</description></item><item><title>Re: 40+ Controls for Silverlight 1.1 available for free</title><link>http://forums.silverlight.net/forums/thread/5864.aspx</link><pubDate>Fri, 22 Jun 2007 22:44:17 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:5864</guid><dc:creator>heuertk</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/5864.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=5864</wfw:commentRss><description>&lt;p&gt;wow, very cool! -- is there a blog that tells the story behind these?&lt;/p&gt;</description></item></channel></rss>