1、附录 A 英文原文 Visual Basic language and arithmetic The United States launched the Microsoft Visual Basic (may be referred to VB), is the latest version of the current VB 2008 Beta2 (VB9) Chinese version. Visual meaning the visual, visible, referring to the development of operating systems like windows g
2、raphical user interface (Graphic User Interface, GUI) method, it does not need to prepare a large number code to describe the appearance of the interface elements and location, as long as the pre - The establishment of good drag and drop objects on the screen corresponding to the location. Basic is
3、actually an abbreviation of the phrase; this phrase is Beginners all-purpose symbolic instruction code, the Chinese meaning to the initial directive GM symbol code language. Visual Basic learning, Professional Edition and Enterprise Edition versions to meet the different needs of the development. St
4、udy and apply to the ordinary version of the majority of learners and the use of Visual Basic development of the general staff of Windows applications, but; professional version for computer professional development of staff, including the study of functional version of the full content control and
5、Internet development tools such as advanced features ,Enterprise contain not only all the professional version of the content, there are automated tools such as Component Manager, professional programmers to make the development of a powerful group essence of distributed applications. Visual Basic S
6、ection 1 the summary of Visual Basic Microsoft Visual Basic,( abbreviate VB )as tool the most of application program one of under Windows operating platform. No matter beginner or professional developer, VB has all offered a whole set of tools to them, Development application program that it can be
7、relaxed and convenient. So VB as most computer first-selected the ABC of programming language of beginner. Visual mean method to adopt visual user of development figure interface (GUI), need and write a large number of code go and describe interface appearance and position of element seldom, Tow and
8、 show controlling part that need corresponding position to get screen can help figure design interface, user of figure,; Basic means BASIC language, because VB is developed on the basis of already existing BAISC language. VB is a kind of programming language in common use of Microsoft, It, including
9、 VBA of the numerous Windows application software use VB language in Microsoft Excel, Microsoft Accessed., For users to carry on the secondary development; Make web page use more VBScript script language sub collection of VB too at present. Utilize data of VB visit characteristic user can establish
10、the data base to most data base forms including Microsoft SQL Server and other enterprises data base With the application program of front, and adjustable service end part. Utilize ActiveX(TM) technology, VB can use word processor, electronic data list he Windows function that application program of
11、fers extremely, Excel of Microsoft, Word of Microsoft, Even can use by VB specialty edition or enterprise application program and target that edition establish directly. The procedure that users established finally is a real .EXE file , can issue freely . VB offer study edition, the specialty editio
12、n and enterprise edition, use to satisfied with different development demands. Study edition make programming personnel develop Windows and Windows application program of NT very easily. The specialty edition has offered the developing instrument with complete function to programming personnel of th
13、e specialty, Include studying all functions of edition in the specialty edition. Enterprise edition allow the professional personnel to establish strong distributed application program in the form of group. It includes all characteristics of the specialty edition. So can choose different editions ac
14、cording to different needs. Section 2 integrated development environments Integrated environment of VB call IDE, made up of a lot of parts , include title board, menu fence, tool fence, controlling part case, And window body window, engineering management device window, attribute window, code window
15、 and window body overall arrangement window body overall arrangement, etc. of designing etc. Have covered all functions, such as design which develops the application program, editting, compiling and debugging, etc. In VB, the application program calls the project too. When start VB and open a new p
16、roject for the first time, can see and pursue integrated development environment interface that show. Visual Basic Integrated development environment VB come and organize development of application program through project, use project come and manage and form files of application program. One projec
17、t uses the environment to make up by several window bodies, standard module generally. The system manages project through the project menu, for instance add the window body, quote .System allow turn on and manage a lot of projects besides. Section 3 Visual Basic language brief introductions Basic us
18、e and do the elementary high-level language that used often most. Its full name is Beginner s All-purpose Symbolic Instruction Code, abbreviate as BASIC. As its name suggests, Basic one specially for language that beginner design, because it easy to learn easy to know, So the body is popular. Early
19、Basic language to belong to and solve translating type, so can carry out line by line , So it can see the result carried out at once , this is a very convenient design for beginner. But it have concept of structure either, one that is in procedure maintain and management have as much as other langua
20、ge problems. But back-end Basic correct shortcoming of the above (such as Quick Basic), make it may used for and develop the large-scaler procedure too. The language is the basic composition, which forms VB procedure. VB has stipulated the form of sentences and function. Grammar: The sentence define
21、s incantations Sentence body Sentence define agree with and used in fixed function of sentence, sentence body appoint concrete content or want concrete operation that carry out of sentence. All set of sentence VB language, carry on with VB sentence organic association finish a certain specific function the procedure. Interface + procedure can solve a certain application problem.