CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2008
    Posts
    5

    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

  2. #2
    Join Date
    May 2008
    Posts
    224

    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.

  3. #3
    Join Date
    Jun 2005
    Location
    JHB South Africa
    Posts
    3,772

    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.

  4. #4
    Join Date
    Mar 2007
    Location
    Argentina
    Posts
    579

    Re: a very basic question

    Quote 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
  •  





Click Here to Expand Forum to Full Width

Featured