<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://zerosandtheone.com/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>VB.NET For Everyone! - All Comments</title><link>http://zerosandtheone.com/blogs/vb/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008 (Build: 30417.1769)</generator><item><title>re: First Blog Post</title><link>http://zerosandtheone.com/blogs/vb/archive/2008/04/25/first-blog-post.aspx#477</link><pubDate>Sat, 06 Dec 2008 14:10:25 GMT</pubDate><guid isPermaLink="false">25aead6d-839f-4a6e-811a-c90be434890b:477</guid><dc:creator>qprna</dc:creator><description>&lt;p&gt;hello, good site.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://zerosandtheone.com/aggbug.aspx?PostID=477" width="1" height="1"&gt;</description></item><item><title>re: MSDN: Contest for free MSDN Subscription for 1 year.</title><link>http://zerosandtheone.com/blogs/vb/archive/2008/06/13/msdn-contest-for-free-msdn-subscription-for-1-year.aspx#273</link><pubDate>Sat, 02 Aug 2008 17:32:13 GMT</pubDate><guid isPermaLink="false">25aead6d-839f-4a6e-811a-c90be434890b:273</guid><dc:creator>CodedFire</dc:creator><description>&lt;p&gt;Congrats Rob!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://zerosandtheone.com/aggbug.aspx?PostID=273" width="1" height="1"&gt;</description></item><item><title>re: MSDN: Contest for free MSDN Subscription for 1 year.</title><link>http://zerosandtheone.com/blogs/vb/archive/2008/06/13/msdn-contest-for-free-msdn-subscription-for-1-year.aspx#272</link><pubDate>Fri, 01 Aug 2008 16:28:08 GMT</pubDate><guid isPermaLink="false">25aead6d-839f-4a6e-811a-c90be434890b:272</guid><dc:creator>demotivater</dc:creator><description>&lt;p&gt;Awesome news, Matt. &amp;nbsp;I can&amp;#39;t thank you enough for the opportunity. &amp;nbsp;You the man!!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://zerosandtheone.com/aggbug.aspx?PostID=272" width="1" height="1"&gt;</description></item><item><title>re: MSDN: Contest for free MSDN Subscription for 1 year.</title><link>http://zerosandtheone.com/blogs/vb/archive/2008/06/13/msdn-contest-for-free-msdn-subscription-for-1-year.aspx#271</link><pubDate>Fri, 01 Aug 2008 14:35:14 GMT</pubDate><guid isPermaLink="false">25aead6d-839f-4a6e-811a-c90be434890b:271</guid><dc:creator>Matthew Kleinwaks</dc:creator><description>&lt;p&gt;I want to congratulate demotivater (Rob) on winning the MSDN subscription with his essay. Hopefully he will be REmotivating people to learn and work with VB. I actually got fewer entries that I thought I would based on the prize and what was required to enter, but all the entries I did get were pretty good. If I had an MSDN subscription card for everyone who entered, they would get it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://zerosandtheone.com/aggbug.aspx?PostID=271" width="1" height="1"&gt;</description></item><item><title>re: MSDN: Contest for free MSDN Subscription for 1 year.</title><link>http://zerosandtheone.com/blogs/vb/archive/2008/06/13/msdn-contest-for-free-msdn-subscription-for-1-year.aspx#255</link><pubDate>Thu, 17 Jul 2008 09:53:27 GMT</pubDate><guid isPermaLink="false">25aead6d-839f-4a6e-811a-c90be434890b:255</guid><dc:creator>CodedFire</dc:creator><description>&lt;p&gt;Hey mat, dont worry il be submitting my easy in the next couple of days! PS. Like the site, its the first time i have actually seen it.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://zerosandtheone.com/aggbug.aspx?PostID=255" width="1" height="1"&gt;</description></item><item><title>re: .NET : Install your app and the .NET framework using INNO Setup</title><link>http://zerosandtheone.com/blogs/vb/archive/2008/06/23/vb-net-install-your-app-and-the-net-framework-using-inno-setup.aspx#231</link><pubDate>Wed, 02 Jul 2008 20:42:35 GMT</pubDate><guid isPermaLink="false">25aead6d-839f-4a6e-811a-c90be434890b:231</guid><dc:creator>Matthew Kleinwaks</dc:creator><description>&lt;p&gt;There is a plugin for INNO Setup that allows you to perform downloads during install time. This can be useful when doing things like downloading the latest version of your program when the user goes to install it from an old version installer, or even doing something like using my example code above and only downloading and running the .NET framework setup if the user doesn&amp;#39;t have it, which means there is no need to package the framework with the setup.&lt;/p&gt;
&lt;p&gt;That being said though, I don&amp;#39;t really think INNO or any installer is really the right tool for doing &amp;quot;after installed&amp;quot; update checks. This is something that would be better for your own app to do. It can be as easy as keeping a text file on the server that just has the latest version number listed, and your app reading that text file to compare against its own version, and downloading update files if needed. This generally requires 2 exe files. Your main application, and also an updater exe that can replace your applications file with the new downloaded ones, and then restart the main application. This is the method I use for my apps, and it works rather well for the most part.&lt;/p&gt;
&lt;p&gt;I am actually writing up an article I plan to publish in the next few days on a downloader class I wrote for downloading files from the web using VB.NET which is more robust than any of the built in file download methods of the framework.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://zerosandtheone.com/aggbug.aspx?PostID=231" width="1" height="1"&gt;</description></item><item><title>re: .NET : Install your app and the .NET framework using INNO Setup</title><link>http://zerosandtheone.com/blogs/vb/archive/2008/06/23/vb-net-install-your-app-and-the-net-framework-using-inno-setup.aspx#230</link><pubDate>Wed, 02 Jul 2008 15:39:46 GMT</pubDate><guid isPermaLink="false">25aead6d-839f-4a6e-811a-c90be434890b:230</guid><dc:creator>xancholy</dc:creator><description>&lt;p&gt;kleinma, I am a great fan of innosetup and have used it extensively for deployment in the past.&lt;/p&gt;
&lt;p&gt;How can I use innosetup to check for website based program updates &amp;nbsp;like clickonce does ?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://zerosandtheone.com/aggbug.aspx?PostID=230" width="1" height="1"&gt;</description></item><item><title>re: MSDN: Contest for free MSDN Subscription for 1 year.</title><link>http://zerosandtheone.com/blogs/vb/archive/2008/06/13/msdn-contest-for-free-msdn-subscription-for-1-year.aspx#226</link><pubDate>Tue, 01 Jul 2008 13:29:08 GMT</pubDate><guid isPermaLink="false">25aead6d-839f-4a6e-811a-c90be434890b:226</guid><dc:creator>Matthew Kleinwaks</dc:creator><description>&lt;p&gt;Dan,&lt;/p&gt;
&lt;p&gt;Only a few so far.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://zerosandtheone.com/aggbug.aspx?PostID=226" width="1" height="1"&gt;</description></item><item><title>re: MSDN: Contest for free MSDN Subscription for 1 year.</title><link>http://zerosandtheone.com/blogs/vb/archive/2008/06/13/msdn-contest-for-free-msdn-subscription-for-1-year.aspx#224</link><pubDate>Tue, 01 Jul 2008 05:01:01 GMT</pubDate><guid isPermaLink="false">25aead6d-839f-4a6e-811a-c90be434890b:224</guid><dc:creator>dan</dc:creator><description>&lt;p&gt;how many entries have you received so far?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://zerosandtheone.com/aggbug.aspx?PostID=224" width="1" height="1"&gt;</description></item><item><title>re: VB.NET : Extended Combobox to better visually handle being disabled</title><link>http://zerosandtheone.com/blogs/vb/archive/2008/05/12/vb-net-extended-combobox-to-better-handle-being-disabled.aspx#216</link><pubDate>Mon, 30 Jun 2008 20:08:31 GMT</pubDate><guid isPermaLink="false">25aead6d-839f-4a6e-811a-c90be434890b:216</guid><dc:creator>Matthew Kleinwaks</dc:creator><description>&lt;p&gt;gw,&lt;/p&gt;
&lt;p&gt;after reading your comment again, i realized you were talking about the dropdown button to drop down the list (I should have read it more clearly the first time).&lt;/p&gt;
&lt;p&gt;Yeah that was one of the drawbacks to this workaround. I never really looked too hard at a solution for that, but there may or may not be an easy one to implement.&lt;/p&gt;
&lt;p&gt;I was able to at least mimic the behavior of the VB example in C# though. What was your specific issue with using new versus shadows?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://zerosandtheone.com/aggbug.aspx?PostID=216" width="1" height="1"&gt;</description></item><item><title>re: MSDN: Contest for free MSDN Subscription for 1 year.</title><link>http://zerosandtheone.com/blogs/vb/archive/2008/06/13/msdn-contest-for-free-msdn-subscription-for-1-year.aspx#214</link><pubDate>Mon, 30 Jun 2008 14:04:22 GMT</pubDate><guid isPermaLink="false">25aead6d-839f-4a6e-811a-c90be434890b:214</guid><dc:creator>Matthew Kleinwaks</dc:creator><description>&lt;p&gt;MSDN Users as in members of the MSDN community, or MSDN Forums is not quite the same thing as the MSDN subscription, which is a product of Microsoft&amp;#39;s.&lt;/p&gt;
&lt;p&gt;Anyway, go ahead and submit me an entry and it will be considered for the contest.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://zerosandtheone.com/aggbug.aspx?PostID=214" width="1" height="1"&gt;</description></item><item><title>re: MSDN: Contest for free MSDN Subscription for 1 year.</title><link>http://zerosandtheone.com/blogs/vb/archive/2008/06/13/msdn-contest-for-free-msdn-subscription-for-1-year.aspx#209</link><pubDate>Sun, 29 Jun 2008 20:06:54 GMT</pubDate><guid isPermaLink="false">25aead6d-839f-4a6e-811a-c90be434890b:209</guid><dc:creator>Luka</dc:creator><description>&lt;p&gt;:(&lt;/p&gt;
&lt;p&gt;I hope it isn&amp;#39;t because there is a lot of MSDN users less than 18... But I could still put the name on my dad IF i would win, couldn&amp;#39;t I?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://zerosandtheone.com/aggbug.aspx?PostID=209" width="1" height="1"&gt;</description></item><item><title>re: MSDN: Contest for free MSDN Subscription for 1 year.</title><link>http://zerosandtheone.com/blogs/vb/archive/2008/06/13/msdn-contest-for-free-msdn-subscription-for-1-year.aspx#207</link><pubDate>Sun, 29 Jun 2008 14:07:14 GMT</pubDate><guid isPermaLink="false">25aead6d-839f-4a6e-811a-c90be434890b:207</guid><dc:creator>Matthew Kleinwaks</dc:creator><description>&lt;p&gt;Luka,&lt;/p&gt;
&lt;p&gt;I would have to check on that, but I feel there may be an age requirement of at least 18.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://zerosandtheone.com/aggbug.aspx?PostID=207" width="1" height="1"&gt;</description></item><item><title>re: VB.NET : Extended Combobox to better visually handle being disabled</title><link>http://zerosandtheone.com/blogs/vb/archive/2008/05/12/vb-net-extended-combobox-to-better-handle-being-disabled.aspx#206</link><pubDate>Sun, 29 Jun 2008 14:06:27 GMT</pubDate><guid isPermaLink="false">25aead6d-839f-4a6e-811a-c90be434890b:206</guid><dc:creator>Matthew Kleinwaks</dc:creator><description>&lt;p&gt;For any methods you want to handle the disabled functionality, you would just override them to act how you want in the case where the control should be disabled.&lt;/p&gt;
&lt;p&gt;As for the C# New versus the VB shadows, I think this may be one of those cases where VB has an upper hand with the way it works and the shadows keyword. I will mess around with it in C# and see about getting this example working.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://zerosandtheone.com/aggbug.aspx?PostID=206" width="1" height="1"&gt;</description></item><item><title>re: MSDN: Contest for free MSDN Subscription for 1 year.</title><link>http://zerosandtheone.com/blogs/vb/archive/2008/06/13/msdn-contest-for-free-msdn-subscription-for-1-year.aspx#205</link><pubDate>Sun, 29 Jun 2008 11:41:27 GMT</pubDate><guid isPermaLink="false">25aead6d-839f-4a6e-811a-c90be434890b:205</guid><dc:creator>Luka</dc:creator><description>&lt;p&gt;Oh, thats big! But im only 15 years old, am i allowed to participate? It would be really nice to have all that :P.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://zerosandtheone.com/aggbug.aspx?PostID=205" width="1" height="1"&gt;</description></item></channel></rss>