Chapter2YourFirstVB.NET(1)
Your First VB.NETApplication
It’s time to jump in and start working with VB.NET. First, you
need to learn a little bit about the new IDE. The new VB.NET
IDE might look somewhat familiar to you, but there are some
significant changes that make it a more useful environment.
However, these changes can be frustrating to experienced VB
developers because many of the keystrokes have changed, win-dows
have different names, and the debugging tools work dif-ferently.
VB.NET is part of Visual Studio.NET (or VS.NET),
which finally consolidates all the development languages into
one place: VB.NET, C++.NET, and C#. You can even create a
single solution, containing multiple projects, in which the indi-vidual
projects are written in separate languages.
The Start Page
The very first time you start Visual Studio.NET, you are taken
to a screen that allows you to configure the IDE. That screen
is the My Profile page discussed later in the chapter. After
your first visit to the My Profile page, all subsequent starts of
Visual Studio.NET begin with the Start Page, as shown in
Figure 2.1. The start page contains a number of sections, as
indicated by the links along the left side. These sections are
• Get Started—This option allows you to open a recent
or existing project, or create a new one. No recent
projects are listed on the Get Started area shown in
Figure 2.1. As you create projects in VB.NET, this area
will display the four most recently opened projects.
This area also contains links to open an existing
CHAPTER 2
Your First VB.NET A
最热门文章推荐:
>· asp编程入门
>· asp函数
>· vc 控件编程
>· 异步socket编程
>· linux socket
>· socket 462
>· socket 原理
>· socket 423
↓相关文章:
- · Chapter2YourFirstVB.NET(2)
- · Chapter3MajorVB.NETChanges(2)
- · Chapter4BuildingClassesandAssemblieswithVB.NET
- · Chapter3MajorVB.NETChanges(3)
- · VisualBasic6/VBScript與VisualBasic.NET的比較(中)
- · VisualBasic6/VBScript與VisualBasic.NET的比較(下)
- · VB.NET中的类
- · VB.net编码规范
- · VB.net编码规范(也适用于C#)Ninputer(原作)(转贴,只作建议)
- · VisualBasic6.0控件和.NET控件的区别(续)
- · VS.NET为企业作好准备了吗?
- · VisualBasic.NET中的语言创新
- · VB.Net常用语法(转)
- · Vb.Net问题集(转贴于此)
- · vb.Net编程简介之四
- · vb.Net编程简介之五(轉)
- · VB.NET的Override事件处理程序
- · VB.NET:又将是个跨越十年的美丽...
- · VB.NET中调用窗体要先声明实例...
- · VisualBasic.NET中的异常处理简介(上)
- · 在VB.NET中使用抽象类
- · 我将此方法移植到VB.NET上了,请看源码(二)
- · VisualBasic.NET代码示例(FromMS)
- · VB.Net基本语句(推荐)
- · 我将此方法移植到VB.NET上了,请看源码(一)
- · VB.Net问答全集(推荐)
- · 升级到VisualBasic.NET
- · VB.NET与VB6的比较:被撤销的关键字和函数
- · 用ASP.NET(VB版)创建WINDOWS2000SERVER站点
- · VisualBasic6/VBScript與VisualBasic.NET的比較(上)
- · 轻松调整VB.NET控件
- · 公司软件部VB组代码撰写暂行约定probezy(转贴)
- · REDIM陷阱(很多人都看过了吧)
- · 如何将OptionStrict的设置保持为On(Add-In技术)
- · VB技巧:VB.NET中的变量范围差异
- · VB.NET修饰符(一)
- · 访问修饰符(二)
- · vb.net视觉--vb.net代码实例
- · 转:VisualBasic.NET快速开发MIS系统(2)
- · 转:VisualBasic.NET快速开发MIS系统(3)
- · 转:VisualBasic.NET快速开发MIS系统(4)
- · VB.NET中的对象序列
- · 转换VB6窗体到VB.NET
- · VisualBasic.NET支持动态属性……
- · OK.这个是完整的VB.NET的语法解析程序。比较长,不过支持全部的关键字,直接就可以用了。
- · C#教程第一课:简单的欢迎程序
- · C#教程第二课:表达式,类型和变量
- · C#教程第三课:选择控制语句
- · C#教程第五课:方法
- · C#第六课:C#的名称空间
- · C#教程第七课:类的入门
- · C#教程第九课:多态性
- · C#教程第十课:属性
- · 《.net编程先锋C#》前言(转)
- · 旧文重贴:在Csharp当中使用注释(原创)
- · 转贴:MSDN访谈录之C#编程一rainbow(翻译)
- · 转贴:MSDN访谈录之C#编程二
- · .NETDelegates:AC#BedtimeStory中文版(上篇)转
- · .NETDelegates:AC#BedtimeStory中文版(下篇)转
- · csc命令帮助
- · TopTenTrapsinC#forC++Programmers中文版(转)(2)
- · AComparativeOverviewofC#中文版(四)
- · AComparativeOverviewofC#中文版(三)
- · AComparativeOverviewofC#中文版(一)
- · C#重点知识详解(一)(转)
- · C#重点知识详解(二)(转)
- · 如何用C#.NET处理WORD的事件
- · 一个将阿拉伯数字转换成中文大写的好算法
- · C#实现的【阿拉伯数字转换成中文大写金额】代码
- · C#教程第十一课:索引指示器
- · C#中TreeView类操作全攻略(三)
- · C#中TreeView类操作全攻略(二)
- · 把RichTextBox中的文本保存到SqlServer中(C#)
- · MapObjects2.2在C#中的应用(基本地图功能
- · QuestioningC#(三)
- · QuestioningC#(一)
- · 探究Singleton设计模式
- · MapX控件在C#中的应用
- · 17种"HelloWorld"!
- · VisualC#的WebXML编程

