1 / 14

Using Microsoft Visual Studio .NET

Using Microsoft Visual Studio .NET. Click on -> Start Choose -> All Programs Choose -> Microsoft Visual Studio .NET 2003 Click on -> Microsoft Visual Studio .NET 2003. Using Microsoft Visual Studio .NET (continue). Click on-> File Choose-> New Select-> Project.

Download Presentation

Using Microsoft Visual Studio .NET

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Using Microsoft Visual Studio .NET • Click on -> Start • Choose -> All Programs • Choose -> Microsoft Visual Studio .NET 2003 • Click on -> Microsoft Visual Studio .NET 2003

  2. Using Microsoft Visual Studio .NET (continue) • Click on-> File • Choose-> New • Select-> Project

  3. Using Microsoft Visual Studio .NET (continue) • Select -> Visual Basic Projects • Select -> Window Application • Give a Project Name • Specify the appropriate location

  4. Using Microsoft Visual Studio .NET (continue) The Microsoft VS Development Environment is also called integrated development environment (IDE): • A form designer • A code editor • A compiler • A debugger • An object browser • A Help facility

  5. Using Microsoft Visual Studio .NET (continue) • Each window can be moved, resized, opened, closed, or customized • Menu bar • Toolbar Menu bar Toolbar

  6. VB.NET – Document Window Tool bar Menu bar Tabs Toolbox Solution Explorer window Form window Properties window

  7. VB.NET – Document Window (continue) Tool bar Menu bar Tabs Toolbox Solution Explorer window Form window Properties window

  8. Toolbox • Click Toolbox from the Toolbars • Toolbox contains a list of tools that helps to design projects

  9. Solution Explorer welcome.sln • View Code • View Design/ Form • Properties

  10. Properties

  11. Help Menu • When you have questions, click on Help from Menu Bar • Click on Contents, to get into libraries

  12. Help Menu(continued) • Select Visual Basic at Filtered by: • Visual Basic Help pages appears

  13. Help Menu (continued) • Select an appropriate subject

  14. VB.NET Application Files • Each Visual Basic application create the following files with extensions: • .sln - a solution file that holds information about the project. This is the only file that is opened • .suo - a solution user options file that stores information about the selected options • .vb - a .vb file that holds the definition of a form • .resx - a resource file for the form • .vbproj - a project file that describes the project and lists the files are included • .vbproj.user - a project user option file that holds project option settings

More Related