View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default syntax difference between vb and vb.net

The differences, even just syntactic differences, between VB and
VB.NET are really beyond the scope of a newsgroup post. I would
recommend you get a good book on NET. That said, a few quick
differences come to mind.

VB.NET does not use the 'Set' keyword.
VB.NET does not support Variant data types.
VB.NET does not support default properties of objects.

As I said, you would be best served by a good book on the topic.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"jrd269"
wrote in message
...

With respect to syntax what are some differences between vb and
vb.net?
-Joe


--
jrd269
------------------------------------------------------------------------
jrd269's Profile:
http://www.excelforum.com/member.php...o&userid=23815
View this thread:
http://www.excelforum.com/showthread...hreadid=376257