<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.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 10 thoughts (part 6)</title><link>http://msmvps.com/blogs/bill/archive/2007/10/11/vb-10-thoughts-part-6.aspx</link><description>Standardization IOSO or ECMA standardization, to allow fully open development and meet organizational and governmental requirements for open standards. At present part of the language is under Patent protection, making it unclear for example if a third</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: VB 10 thoughts (part 6)</title><link>http://msmvps.com/blogs/bill/archive/2007/10/11/vb-10-thoughts-part-6.aspx#1243427</link><pubDate>Thu, 11 Oct 2007 20:47:08 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1243427</guid><dc:creator>Anthony D. Green, MCPD</dc:creator><description>&lt;p&gt;#25, YES&lt;/p&gt;
&lt;p&gt;#24, You won't get the intellisense support initially (it kicks in for the constructor, as I recall) but prefixing the line with Call works:&lt;/p&gt;
&lt;p&gt;Call New Thread(AddressOf bar).Start()&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1243427" width="1" height="1"&gt;</description></item><item><title>re: VB 10 thoughts (part 6)</title><link>http://msmvps.com/blogs/bill/archive/2007/10/11/vb-10-thoughts-part-6.aspx#1243364</link><pubDate>Thu, 11 Oct 2007 14:18:43 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1243364</guid><dc:creator>bill</dc:creator><description>&lt;p&gt;I think the arguement could be made that the compiler can resolve this in this case, but it might not alwasy be human readable. For example you could have :&lt;/p&gt;
&lt;p&gt;New A.B&lt;/p&gt;
&lt;p&gt;That'd be unclear if a method named B is being called, or B is a class inside namespace A (or class A) However with parenthesis, it is clear as to which it is:&lt;/p&gt;
&lt;p&gt;(New A).B&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1243364" width="1" height="1"&gt;</description></item><item><title>re: VB 10 thoughts (part 6)</title><link>http://msmvps.com/blogs/bill/archive/2007/10/11/vb-10-thoughts-part-6.aspx#1243358</link><pubDate>Thu, 11 Oct 2007 14:06:23 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1243358</guid><dc:creator>HC</dc:creator><description>&lt;p&gt;#24&lt;/p&gt;
&lt;p&gt;Is there a reason why&lt;/p&gt;
&lt;p&gt; &amp;nbsp;New Thread(AddressOf bar).Start()&lt;/p&gt;
&lt;p&gt;doesn't/can't work?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1243358" width="1" height="1"&gt;</description></item></channel></rss>