Visual Basic > Visual Basic Forums > Visual Basic IDE > How to access VB samples
Ask a questionAsk a question
 

AnswerHow to access VB samples

  • Wednesday, October 28, 2009 2:46 PMSteveSX Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I'm new to VB Express 2008 (but not new to VB).  I'd like to look at some of the samples, which I've tried to access from the Help menu.  I've downloaded a 9 MB file called VS 2008 RTM VBSamples.zip, which contains nearly 2000 files many of which have the same name (e.g., Application.Designer.vb  or  Form1.Designer.vb).  I can extract any of these files from the zip file, but how can I know which   .vb,  .proj, .sln,  etc files I want in order to see a full sample for, say, learning how to use   Try Catch   or for learning how to read a text file ?
    Thanks for your help.

Answers

  • Wednesday, October 28, 2009 2:58 PMDeborahKMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    There should be separate directories in this zip file for the different projects. When you unzip, be sure to unzip the entire file hierarchy.

    Hope this helps.
    www.insteptech.com ; msmvps.com/blogs/deborahk
    We are volunteers and ask only that if we are able to help you, that you mark our reply as your answer. THANKS!
    • Marked As Answer bySteveSX Wednesday, October 28, 2009 5:38 PM
    •  

All Replies

  • Wednesday, October 28, 2009 2:58 PMDeborahKMVPUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    There should be separate directories in this zip file for the different projects. When you unzip, be sure to unzip the entire file hierarchy.

    Hope this helps.
    www.insteptech.com ; msmvps.com/blogs/deborahk
    We are volunteers and ask only that if we are able to help you, that you mark our reply as your answer. THANKS!
    • Marked As Answer bySteveSX Wednesday, October 28, 2009 5:38 PM
    •  
  • Wednesday, October 28, 2009 5:39 PMSteveSX Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Thanks, DeborahK.  Your reply is exactly what I needed.