|
-
June 18th, 2008, 11:55 PM
#1
a very basic question
Hi, I'm just starting to learn VB and I've installed the Visual Basic 2008 Express Edition. But I also got a copy of the book "Visual Basic 2005 step by step" published by Microsoft. I wonder if most of the syntax are the same and whether the code samples they give in the book are executable in the 2008 VB.
Thanks
-
June 19th, 2008, 12:12 AM
#2
Re: a very basic question
I haven't installed 2008 yet so I can not say for sure but I would think that there is a very good chance that your samples will work. There are always some changes from one version to the next but most stuff remains the same.
I also do not know about the express edition, I would assume that it is limited but not sure in what ways.
-
June 19th, 2008, 06:08 AM
#3
Re: a very basic question
99 % of the code in the VS 2005 book will work with VS 2008. And yes express is a limited functionality version, however none of critical stuff is disabled.. You are still able to write full applications..
You might find one or two 'Advanced' items listed in the book may have changed methods, however intelisence will help you with those.. (IF the book has any that may have changed) ..
Gremmy....
Articles VB6 : Break the 2G limit - Animation 1, 2 VB.NET : 2005/8 : Moving Images , Animation 1 , 2 , 3 , User Controls
WPF Articles : 3D Animation 1 , 2 , 3
Code snips: VB6 Hex Edit, IP Chat, Copy Prot., Crop, Zoom : .NET IP Chat (V4), Adv. ContextMenus, click Hotspot, Scroll Controls
Find me in ASP.NET., VB6., VB.NET , Writing Articles, My Genealogy, Forum
All VS.NET: posts refer to VS.NET 2008 (Pro) unless otherwise stated.
-
June 19th, 2008, 07:32 AM
#4
Re: a very basic question
 Originally Posted by paulcat
Hi, I'm just starting to learn VB and I've installed the Visual Basic 2008 Express Edition. But I also got a copy of the book "Visual Basic 2005 step by step" published by Microsoft. I wonder if most of the syntax are the same and whether the code samples they give in the book are executable in the 2008 VB.
Thanks
I, like you, started with 2008 express (Before, I programmed in VB6/VBA).
Almost any code I found around (in web, and books), was written for previous versions of VB.NET, and worked fine.
So, I think that you rarely going to find serious problems.
_
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|