Welcome Application. Introducing the Visual Studio.NET IDE. Objectives. Outline

Size: px
Start display at page:

Download "Welcome Application. Introducing the Visual Studio.NET IDE. Objectives. Outline"

Transcription

1 2 T U T O R I A L Objectives In this tutorial, you will learn to: Navigate Visual Studio.NET s Start Page. Create a Visual Basic.NET solution. Use the IDE s menus and toolbars. Manipulate windows in the Visual Studio.NET IDE. Use the Auto Hide feature. Use the Visual Studio.NET IDE s help features. Close a Visual Basic.NET solution. Outline 2.1 Test-Driving the Welcome Application 2.2 Overview of the Visual Studio.NET IDE 2.3 Creating a Project for the Welcome Application 2.4 Menu Bar and Toolbar 2.5 Visual Studio.NET IDE Windows 2.6 Auto Hide 2.7 Using Help 2.8 Saving and Closing Solutions in Visual Studio.NET 2.9 Internet and Web Resources 2.10 Wrap-Up Welcome Application Introducing the Visual Studio.NET IDE Visual Studio.NET is Microsoft s Integrated Development Environment (IDE) for creating and running applications written in.net programming languages, such as Visual Basic.NET. The IDE allows you to create applications by dragging and dropping existing building blocks into place a technique, called visual programming greatly simplifying application development. In this tutorial, you will learn the Visual Studio.NET IDE features that you will need to create Visual Basic.NET applications. 2.1 Test-Driving the Welcome Application In this section, you continue learning with our APPLICATION-DRIVEN approach as you prepare to build an application that displays a welcome message and a picture. Your application must meet the following requirements: Application Requirements A software company (Deitel & Associates) has asked you to develop a Visual Basic.NET application that will display the message Welcome to Visual Basic.NET! and a picture of the company s bug mascot. To build this application, you must first familiarize yourself with the Visual Studio.NET IDE. In this tutorial, you will begin to develop the Welcome application. Then, in Tutorial 3, you will put it all together and create the Welcome application by following our step-by-step boxes. [Note: Our convention is to display application names in the Helvetica font.] You begin by test-driving the completed Welcome application. 18

2 Introducing the Visual Studio.NET IDE Tutorial 2 19 Test-Driving the Welcome Application 1. Checking your setup. Confirm that you have set up your computer properly by reading the For Students and Instructors: Important Information before You Begin section in the Preface. 2. Locating the Welcome application. Open Windows Explorer, and navigate to the C:\Examples\Tutorial02 folder (Fig. 2.1). Contents of C:\Examples\ Tutorial02 Figure 2.1 Contents of C:\Examples\Tutorial Executing the application. Double click Welcome.exe (Fig. 2.1) to execute the application. Figure 2.2 shows the application executing. Close box Figure 2.2 Welcome application executing. 4. Closing the application. Close the executing application by clicking the close box,. 2.2 Overview of the Visual Studio.NET IDE This section introduces you to the Visual Studio.NET IDE. To begin, be certain that you have Visual Studio.NET installed on your computer. Then, find Visual Studio.NET, and open it; the Start Page displays (Fig. 2.3).

3 20 Tutorial 2 Welcome Application Start Page Start Page links Page loaded when Get Started is clicked (This page also is displayed when the Start Page is loaded) Buttons Empty project list Figure 2.3 Start Page in Visual Studio.NET. Depending upon your version of Visual Studio.NET, the Start Page might look different from the image in Fig The left side of the Start Page contains some helpful links, such as Get Started, What s New and Online Community. When you click a link, your computer will display information related to that link. The vast majority of the topics in these links will be more useful to you once you have gained some programming experience. For this book, you use only the Get Started link. Many of the Start Page links require that your computer be connected to the Internet. The following items describe each of the links on the Start Page: Clicking the Get Started link loads a page that contains a table listing the names of recent projects (such as WageCalculator and ASimpleProgram in Fig. 2.4), along with the dates on which these projects were last changed (modified). A project is a group of related files and images that make up an application. When you load Visual Studio.NET for the first time, the list of recent projects is empty. There are two Buttons on the page Open Project and New Project, which are used to open existing projects (such as the ones in the table of recent projects) and to create projects, respectively.

4 Introducing the Visual Studio.NET IDE Tutorial 2 21 Navigation Buttons Location bar Recent projects Hidden windows (Server Explorer and Toolbox) ASimpleProgram project Figure 2.4 Start Page in Visual Studio.NET. Clicking the What s New link displays a page that lists new features and updates for Visual Studio.NET, including downloads for Visual Basic.NET samples and programming tools. Information is updated frequently on this page. Online Community links to online resources for contacting other software developers through newsgroups (organized message boards on the Internet), user groups and Web sites. Clicking Headlines displays a page for browsing articles, news and tips for developing applications using Microsoft technologies. To access more extensive information, you can select Search Online and begin browsing through the Microsoft Developer Network (MSDN) online library, which contains articles and tutorials on technologies of interest to Visual Basic.NET programmers. When clicked, Downloads displays a page that provides you with access to product updates, code samples and reference materials. The XML Web Services page provides you with information about Web services, which are reusable pieces of Web-based software available on the Internet. The Web Hosting page allows you to post software (such as Web services) online for public use. Clicking the My Profile link loads a page where you can adjust and customize various Visual Studio.NET settings, such as the location where various windows should appear in the IDE. You also can browse the Web from Visual Studio.NET by using Microsoft s Internet Explorer (also called the internal Web browser in Visual Studio.NET). For example, type into the location bar (Fig. 2.5), and press the Enter key. This causes the DEITEL home page to be displayed within the Visual Studio.NET IDE (Fig. 2.6). Click the left-arrow Button (in the set of navigation

5 22 Tutorial 2 Welcome Application Buttons from Fig. 2.4) to return to the Start Page. Other windows appear in the IDE in addition to the Start Page; we discuss several of them later in this tutorial. Entering in the location bar Figure 2.5 Web site ( being entered in the location bar. Figure 2.6 DEITEL home page displayed in the Visual Studio.NET IDE. (Courtesy of Deitel & Associates, Inc.) SELF-REVIEW 1. When you first open Visual Studio.NET, the displays. a) What s New Page b) Start Page c) Welcome Page d) none of the above

6 Introducing the Visual Studio.NET IDE Tutorial Clicking the link in the Visual Studio.NET Start Page loads a page that contains a table listing the names of recent projects. a) My Profile b) Web Hosting c) Get Started d) What s New Answers: 1) b. 2) c. 2.3 Creating a Project for the Welcome Application In this section, you will create a simple Visual Basic.NET Windows application. The Visual Studio.NET IDE organizes applications into projects and solutions, which contain one or more projects. Every application always contains exactly one solution. Large-scale applications can contain many projects, in which each project performs a single, well-defined task (Fig. 2.7). In this book, each solution you build will contain only one project. Solution Project Project Solution Project Solution Project Project Project Figure 2.7 Solutions can contain one or more projects. Creating a Project for the Welcome Application 1. Creating a new project. If you have not already done so, start Visual Studio.NET. On the Start Page, click the New Project Button (Fig. 2.8), causing the New Project dialog to display (Fig. 2.9). Dialogs are windows that can display information for, and gather information from, the application s user. Like other windows, dialogs are identified by the text in their title bar. Figure 2.8 New Project Button. New Project Button

7 24 Tutorial 2 Welcome Application (cont.) Title bar (displaying New Project) Visual Basic Projects folder (selected) Visual Basic.NET Windows Application (selected) Project Types: pane Location of the new project Templates: pane Description of project selected in Templates: pane Default project and solution name Figure 2.9 New Project dialog. 2. Selecting the project type. The Visual Studio.NET IDE allows you to choose from one of several languages (Visual Basic.NET, Visual C# and Visual C++.NET) in which to program. Click the Visual Basic Projects folder in the Project Types: pane (Fig. 2.10) to display the list of Visual Basic.NET project types in the Templates: pane. (Templates are building blocks for different types of Visual Basic.NET applications.) [Note: Depending on your version of Visual Studio.NET, the names and number of items shown in the Project Types: and Templates: panes could differ.] Updated project location Updated project and solution name Browse... Button Figure 2.10 New Project dialog with updated project information. 3. Selecting the template. Select Windows Application, which is a template for an application that executes on machines running Microsoft Windows. Examples of Windows applications include computer games and software products like Microsoft Word, Internet Explorer and Visual Studio.NET. In this book, you concentrate on Windows Applications. In the last tutorials, you will also build ASP.NET Web Applications.

8 Introducing the Visual Studio.NET IDE Tutorial 2 25 (cont.) 4. Changing the name of the project. By default, the Visual Studio.NET IDE assigns the name WindowsApplication1 to the project and solution (Fig. 2.9) and places these files in a folder named WindowsApplication1. When a project is created in Visual Studio.NET for the first time, Visual Studio.NET places the WindowsApplication1 folder in the C:\My Documents directory. You can change both the project s name and location. To rename the project, type Welcome in the Name: TextBox (Fig. 2.10). 5. Changing the location of the project. Save this project in your SimplyVB directory. To change the project s location, click the Browse... Button (Fig. 2.10) to display the Project Location dialog (Fig. 2.11). In this dialog, locate your SimplyVB directory, and click Open. After providing the project s name and location in the New Project dialog, click OK. This displays the IDE in design view (Fig. 2.12), which contains the features you need to begin creating a Windows application. SimplyVB directory (selected) Open Button Figure 2.11 Project Location dialog. Tabs Solution Explorer Menu bar Active tab Form (Windows application) titled Form1 Properties window Figure 2.12 Design view of Visual Studio.NET. The name of each open file is listed on a tab (Start Page and Form1.vb [Design] in Fig. 2.12). To view a file, click its tab. Tabs provide easy access to multiple files. The active tab is displayed in bold text (Form1.vb [Design] in Fig. 2.12). The contents of the Form1.vb [Design] tab, which includes the gray rectangle (called a Form), is the Windows Form Designer. The Form (titled Form1) represents

9 26 Tutorial 2 Welcome Application the Windows application that you are creating. Forms can be enhanced by adding controls such as Buttons. Together, the Form and controls make up the application s graphical user interface (GUI), which is the visual part of the application. Users enter data (inputs) into the application by typing at the keyboard, by clicking the mouse buttons and in a variety of other ways. Applications display instructions and other information (outputs) for users to read in the GUI. For example, the New Project dialog in Fig. 2.9 is a GUI in which users click with the mouse to select project types and input project names and locations from the keyboard. GUI controls (such as Buttons) aid both (1) in data entry by users and (2) in formatting and presenting data outputs to users. For example, Internet Explorer (Fig. 2.13) displays Web pages requested by users. Internet Explorer s GUI has a menu bar that contains six menus: File, Edit, View, Favorites, Tools and Help. These menus allow users to print files, save files and more. Below the menu bar is a toolbar that contains Buttons. Each Button contains an image (called an icon) that identifies the Button. When clicked, toolbar Buttons execute tasks (such as printing and searching). Beneath the toolbar is a ComboBox in which users can type the locations of Web sites to visit. Users also can click the ComboBox s drop-down arrow to select Web sites that they have visited previously. To the left of the ComboBox is a Label (Address) that identifies the purpose of the ComboBox. The menus, Buttons and Label are part of Internet Explorer s GUI; they allow users to interact with the Internet Explorer application. Although not part of Internet Explorer s GUI, the Web page s TextBox at the bottom of Fig displays the text < > and allows users to input data. Using Visual Basic.NET, you can create your own applications that have all the GUI controls shown in Fig and many more. Menu (Help) Button (displaying an icon) ComboBox Drop-down arrow Title bar Menu bar Toolbar Label Web site requested by user Textbox Figure 2.13 Internet Explorer window with GUI controls labeled. (Web site content courtesy of Deitel & Associates, Inc.) SELF-REVIEW 1. The visual part of the application with which users interact is the application s. a) graphical user interface b) project c) solution d) title bar

10 Introducing the Visual Studio.NET IDE Tutorial A contains one or more projects that collectively form a Visual Basic.NET application. a) dialog b) Form c) solution d) GUI Answers: 1) a. 2) c. 2.4 Menu Bar and Toolbar Visual Basic.NET programmers use menus (located on the Visual Studio.NET IDE menu bar shown in Fig. 2.14) that contain commands for managing the IDE and for developing and executing applications. Each menu has a group of related commands (also called menu items) that, when selected, cause the IDE to perform specific actions such as opening windows, saving files, printing files and executing applications. For example, to display the Toolbox window, select View > Toolbox. The menus in Fig are summarized in Fig you will learn to use many of these menus throughout the book. In Tutorial 22, Typing Application (Introducing Keyboard Events, Menus and Dialogs), you learn how to create and add your own menus and menu items to your applications. Figure 2.14 Visual Studio.NET IDE menu bar. Menu File Edit View Project Build Debug Data Format Tools Window Help Figure 2.15 Description Contains commands for opening and closing projects, printing project data, etc. Contains commands such as Cut, Paste, Undo, etc. Contains commands for displaying IDE windows and toolbars. Contains commands for managing a solution s projects and their files. Contains commands for compiling a Visual Basic.NET application. Contains commands for identifying and correcting problems in applications. Also contains commands for running applications. Contains commands for interacting with databases, which store the data that an application processes. [Note: You will learn database concepts in Tutorial 25, ATM Application.] Contains commands for aligning and spacing a Form s controls. Contains commands for accessing additional IDE tools and options that enable customization of the IDE. Contains commands for hiding, opening, closing and displaying IDE windows. Contains commands for accessing the IDE s help features. Visual Studio.NET IDE menu summary. Rather than navigating the menus for certain commonly used commands, you can access those same commands from the IDE toolbar (Fig. 2.16). To execute a command via the IDE toolbar, simply click its icon. Some icons have associated down arrows that, when clicked, display additional commands.

11 28 Tutorial 2 Welcome Application Toolbar icon indicates a command to open a project or solution Down arrow indicates additional commands are available Toolbar Figure 2.16 IDE toolbar. Positioning the mouse pointer over an icon highlights the icon and, after a few seconds, displays a description called a tool tip (Fig. 2.17). Tool tips help you become familiar with the IDE s features. Tool tip displayed when the mouse pointer has rested on the icon for a few seconds Figure 2.17 Tool-tip demonstration. SELF-REVIEW 1. contain groups of related commands. a) Menu items b) Menus c) Tool tips d) None of the above 2. When the mouse pointer is positioned over an IDE toolbar icon for a few seconds, a is displayed. a) toolbox b) toolbar c) menu d) tool tip Answers: 1) b. 2) d. 2.5 Visual Studio.NET IDE Windows The IDE provides windows for accessing project files and for customizing forms and controls by changing their attributes (names, colors, etc.). These windows provide visual aids for common programming tasks, such as managing files in a project. In this section, you will become familiar with several windows Solution Explorer, Properties and Toolbox that are essential for creating Visual Basic.NET applications. You can access these windows by using the IDE toolbar icons (Fig. 2.18) or by selecting the window name, using the View menu. Properties icon Solution Explorer icon Toolbox icon Figure 2.18 Toolbar icons for three Visual Studio.NET IDE windows. Solution Explorer The Solution Explorer window (located on the right side of the IDE as shown in Fig. 2.12) provides access to solution files. This window allows you to manage files visually. The Solution Explorer window displays a list of all the files in a project and all projects in a solution. (Remember that a Visual Basic.NET solution can contain one or more projects.) When the Visual Studio.NET IDE is first loaded, the Solu-

12 Introducing the Visual Studio.NET IDE Tutorial 2 29 tion Explorer window is empty; there are no files to display. Once a solution is open, the Solution Explorer window displays that solution s contents. Figure 2.19 displays the solution contents for the Welcome application. Toolbar Expanded node (Minus box collapses node when clicked) Form file Properties window icon Project name Collapsed node (Plus box expands node when clicked) Figure 2.19 Solution Explorer with an open solution. For your single-project solution, Welcome is the only project. The file, which corresponds to the Form shown in Fig. 2.12, is named Form1.vb. (Visual Basic.NET Form files use the.vb file name extension, which is short for Visual Basic. ) The plus and minus boxes to the left of both the project name and the References folder are called nodes. The plus and minus boxes expand and collapse information, respectively. (See the box, Navigating a Project with the Solution Explorer.) Navigating a Project with the Solution Explorer 1. Collapsing a node. Click the minus box to the left of the project name to collapse the node (Fig. 2.20). The minus box now becomes a plus box (Fig. 2.21). Expanded node (minus box) Project name (selected) Figure 2.20 Expanded node. Collapsed node (plus box) Solution name (selected) Figure 2.21 Collapsed node. 2. Expanding a node. Click the plus box to the left of the project name to expand the node. The Solution Explorer window should again look like Fig Toolbox Using visual programming, you can drag and drop controls onto the Form quickly and easily instead of building them from scratch, which is a slow and complex process. Just as you do not need to know how to build an engine to drive a car, you do not need to know how to build controls to create effective GUIs. The Toolbox (Fig. 2.22) contains a wide variety of controls for building GUIs. You will use the

13 30 Tutorial 2 Welcome Application Toolbox as you finish creating the Welcome application in Tutorial 3. If the Toolbox is not visible, select View > Toolbox. Tabs Scroll arrow (disabled) Controls Additional Windows Forms tab controls (displayed after the down-scroll arrow has been clicked several times) Tabs Scroll arrow (enabled) Figure 2.22 Toolbox displaying the contents of the Windows Forms tab. The Toolbox contains five tabs (three at the top and two at the bottom) that group related controls: Data, Components, Windows Forms, Clipboard Ring and General. In this book, you will use only the Windows Forms tab controls and Data tab controls. When you click a tab, the Toolbox displays all of the controls in that group. You can scroll through the controls using the black scroll arrows to the right of the Windows Forms and Clipboard Ring tabs. When there are no more controls to display, the scroll arrow becomes gray, meaning that it is disabled. (It will not perform its normal function if clicked or held down.) The first item in the group is not a control it is the mouse pointer. You will use the mouse pointer to navigate the IDE and to manipulate the Form and its controls. In the remaining tutorials, you will use approximately 20 of the Toolbox s 47 controls. Properties Window One of the windows you will use frequently is the Properties window, which displays the properties for Form and control objects. Properties specify an object s attributes, such as the size, color and position of a control object. The Properties window allows you to set object properties visually, without writing code. Setting properties visually provides a number of benefits: You can see which properties can be modified and, in many cases, you can learn the acceptable values for a given property.

14 Introducing the Visual Studio.NET IDE Tutorial 2 31 You do not have to remember or search the Visual Studio.NET documentation (see Section 2.7) for a property s settings. This window displays a brief description of the selected property, so you can understand the property s purpose. A property can be set quickly. All of these features are designed to help you ensure that settings are correct and consistent throughout the project. If the Properties window is not visible, select View > Properties Window. Figure 2.23 shows a Form s Properties window: Object s name (Form1) Object s class (System.Windows.Forms.Form) Component object box Categorized icon Down arrow for selecting Form or control objects Toolbar Alphabetic icon Selected property Design catagory Scrollbar Scrollbox Description of selected property Properties (left column) Figure 2.23 Property values (right column) Properties window displaying a Form s properties. Each Form or control object has its own set of properties. At the top of the Properties window is the component object box, which allows you to select the object whose properties you wish to display in the Properties window. You can confirm that you are manipulating the correct object s properties because the object s name and class type are displayed in the component object box. Form objects have class type System.Windows.Forms.Form and are assigned generic names (such as Form1) by Visual Studio.NET. You will learn about the class types for controls in the next tutorial. Icons on the toolbar sort the properties either alphabetically (if you click the alphabetic icon) or categorically (if you click the categorized icon). Figure 2.23 shows the Properties window with its properties sorted categorically. Each gray horizontal bar to the left of the scrollbar is a category that groups related properties. For example, the Design category groups five related properties. The categories visible in Fig are Behavior, Configurations, Data, Design, Focus and Layout. Notice that each category is a node.

15 32 Tutorial 2 Welcome Application The left column of the Properties window lists the object s property names; the right column displays each property s value. In the next tutorial, you will learn how to set properties for objects. You can scroll through the list of properties by dragging the scrollbar s scrollbox up or down. Whenever you select a property, a description of the property displays at the bottom of the Properties window. SELF-REVIEW 1. The allows you to add controls to the Form in a visual manner. a) Solution Explorer b) Properties window c) Toolbox d) Dynamic Help window 2. The window allows you to view a solution s files. a) Properties b) Solution Explorer c) Toolbox d) None of the above. Answers: 1) c. 2) b. 2.6 Auto Hide Visual Studio.NET provides a space-saving feature used for the Toolbox, Properties and Dynamic Help (Section 2.7) windows, called Auto Hide. When Auto Hide is enabled for one or more of these windows, a toolbar appears along one of the edges of the IDE. (See the box, Using Auto Hide.) Using Auto Hide 1. Displaying a hidden window. When Auto Hide is enabled, the toolbar along one of the edges of the IDE contains one or more tabs, each of which identifies a hidden window (Fig. 2.24). Place the mouse pointer over the Toolbox tab to display the Toolbox (Fig. 2.25). Tabs for hidden windows Figure 2.24 Hidden-window tabs. Title bar Horizontal pin icon (Auto Hide enabled) Mouse pointer over the tab for the Toolbox Toolbox is displayed when the mouse pointer is placed on the tab for the Toolbox Figure 2.25 Displaying a hidden window with Auto Hide enabled. 2. Hiding a window. Move the mouse pointer outside the Toolbox window s area to hide the Toolbox (Fig. 2.26).

16 Introducing the Visual Studio.NET IDE Tutorial 2 33 (cont.) Mouse pointer outside the tab for the Toolbox (Toolbox window is hidden) Vertical pin icon (Auto Hide is disabled) Figure 2.26 Hiding the Toolbox by moving the mouse pointer outside of Toolbox s area. 3. Disabling Auto Hide. To keep the Toolbox window open and to disable Auto Hide (called pinning down a window), click the pin icon (also called the pushpin icon) in Fig s title bar. Notice that, when a window is pinned down, the pin icon is vertical (Fig. 2.27), whereas, when Auto Hide is enabled, the pin icon is horizontal. Figure 2.27 Pin icon in vertical position. SELF-REVIEW 1. Visual Studio.NET provides a space-saving feature used for the window(s). a) Toolbox b) Properties c) Dynamic Help d) All of the above. 2. When Auto Hide is enabled its pin icon is. a) horizontal b) vertical c) down d) diagonal Answers: 1) d. 2) a. 2.7 Using Help The Visual Studio.NET IDE provides extensive help features. The Help menu commands are summarized in Fig Dynamic help (Fig. 2.29) provides links to articles that apply to the current content (that is, the item selected with the mouse pointer). For example, if you have the Start Page open, Dynamic Help provides links to articles about the Start Page, customizing Dynamic Help and many other topics. To open the Dynamic Help window, select Help > Dynamic Help. Then, when you click a word or object (such as a Form or a control), links to relevant help articles appear in the Dynamic Help window. The window lists help topics, samples and Getting Started information. When you click a link, the help topic appears in a new window. This new window also contains a toolbar that provides access to the Contents..., Index... and Search... help features. Command Contents Index Search Figure 2.28 Description Displays a categorized table of contents in which help articles are organized by topic. Displays an alphabetized list of topics through which you can browse. Allows you to find help articles based on search keywords. Help menu commands.

17 34 Tutorial 2 Welcome Application Dynamic Help window Selected item Toolbar Search Index Contents Relevant help article links Figure 2.29 Dynamic Help window. SELF-REVIEW 1. displays relevant help articles, based on the selected object. a) Internal help b) Dynamic help c) External help d) Context-driven help 2. Help command displays an alphabetized list of topics through which you can browse. a) Search... b) Browse... c) Contents... d) Index... Answers: 1) b. 2) d. 2.8 Saving and Closing Solutions in Visual Studio.NET Once you are finished with a solution, you will want to save the solution s files and close the solution. Closing the Solution for the Welcome Application 1. Saving the Solution files. Before closing the solution for the Welcome application, you will want to save the solution s files, ensuring that any changes made to the solution s files are not lost. Although you did not make any changes to the solution s files for this particular tutorial, you will be making such changes in most of the tutorials so, for practice, save your solution files by selecting File > Save All. 2. Closing the Solution. To close the solution, select File > Close Solution. 2.9 Internet and Web Resources Please take a moment to visit each of these sites briefly. To save typing time, use the hot links on the enclosed CD or at This site is the home page for Microsoft Visual Studio.NET. This site includes news, documentation, downloads and other resources.

18 Introducing the Visual Studio.NET IDE Tutorial This site offers a wide variety of information on.net, including articles, news and links to newsgroups and other resources. This site has Visual Basic articles, reviews of books and software, documentation, downloads, links and more. vbcon/html/vbconselectingwfcclientcontrol.asp This Microsoft site summarizes Toolbox controls by function. Each control has a link to a page that contains additional resources for that control Wrap-Up In this tutorial, you were introduced to the Visual Studio.NET integrated development environment (IDE). You learned key features, including tabs, menus, menu bars, toolbars, icons, Auto Hide and much more. You created a Visual Basic.NET Windows application. The application contained one Form object named Form1. Form objects represent the application s graphical user interface (GUI). You worked with the Solution Explorer, Toolbox and Properties windows that are essential to developing Visual Basic.NET applications. The Solution Explorer window allows you to manage your solution s files visually. The Toolbox window contains a rich collection of controls (organized on tabs) that allow you to create GUIs. The Properties window allows you to set the attributes of the Form and controls. You explored Visual Studio.NET s help features, including the Dynamic Help window and the Help menu. The Dynamic Help window displays links related to the item you select with the mouse pointer. You learned about Web sites that provide additional Visual Basic.NET information. In the next tutorial, you will begin creating Visual Basic.NET applications. You will follow step-by-step instructions for completing the Welcome application by using visual programming and the IDE features you learned in this tutorial. SKILLS SUMMARY Viewing a Page that Contains a Table Listing Names of Recent Projects Click the Start Page s Get Started link. Viewing a Page that Lists New Features and Updates for Visual Studio.NET Click the Start Page s What s New link. Viewing a Page that Lists Online Resources for Contacting Other Software Developers Click the Start Page s Online Community link. Viewing a Page that Lists News, Articles and Tips for Developing Microsoft Applications Click the Start Page s Headlines link. Viewing a Page that Allows Browsing of the Microsoft Developer Network (MSDN) Web Site Click the Start Page s Search Online link. Viewing a Page that Lists Product Updates, Code Samples and Reference Materials Click the Start Page s Downloads link. Viewing a Page that Allows You to Customize Visual Studio.NET Settings Click the Start Page s My Profile link. Creating a New Project Click the Start Page s New Project Button to display the New Project dialog.

19 36 Tutorial 2 Welcome Application Select Visual Basic Projects in the Project Types: pane. Select Windows Application in the Templates: pane. Provide the project s name in the Name: TextBox. Provide the project s directory information in the Location: TextBox. Click the OK Button. Saving a Project Select File > Save All. Viewing a Tool Tip for a Visual Studio.NET Icon Place the mouse pointer on the icon, and keep it there until the tool tip appears. Collapsing a Node in the Solution Explorer Click the node s minus box. Expanding a Node in the Solution Explorer Click the node s plus box. Scrolling Through the List of Windows Forms Controls in the Toolbox Click the scroll arrows. Viewing the Properties Window Select View > Properties Window. Displaying a Hidden Window Place the mouse pointer over the hidden window s tab. Disabling Auto Hide and Pinning Down a Window Click the window s horizontal pin icon to change it to a vertical pin icon. Enabling Auto Hide Click the window s vertical pin icon to change it to a horizontal pin icon. Opening the Dynamic Help Window Select Help > Dynamic Help. KEY TERMS active tab The tab of the document displayed in the IDE. alphabetic icon The icon in the Properties window that, when clicked, sorts properties alphabetically. Auto Hide A space-saving IDE feature used for windows such as Toolbox, Properties and Dynamic Help that hides a window until the mouse pointer is placed on the hidden window's tab. categorized icon The icon in the Properties window that, when clicked, sorts properties categorically. component object box The ComboBox at the top of the Properties window that allows you to select the Form or control object whose properties you want set. Contents... command The command that displays a categorized table of contents in which help articles are organized by topic. Data menu The menu that contains commands for interacting with databases. Debug menu The menu that contains commands for debugging and running an application. design view The Visual Studio.NET view that contains the features necessary to begin creating Windows applications. dialog A window that can display and gather information. dynamic help A help option that provides links to articles that apply to the current content (that is, the item selected with the mouse pointer). Form The object that represents the Windows application s graphical user interface (GUI). graphical user interface (GUI) The visual components through which users interact with applications.

20 Introducing the Visual Studio.NET IDE Tutorial 2 37 icon The graphical representation of commands in the Visual Studio.NET IDE. Integrated Development Environment (IDE) The software used to create, document, run and debug applications. internal Web browser Web browser (Internet Explorer) included in Visual Studio.NET, with which you can browse the Web. location bar The ComboBox in Visual Studio.NET where you can enter the name of a Web site to visit. menu A group of related commands. menu item A command located in a menu that, when selected, causes an application to perform a specific action. Microsoft Developer Network (MSDN) An online library that contains articles, downloads and tutorials on technologies of interest to Visual Studio.NET developers. minus box The icon that, when clicked, collapses a node. New Project dialog A dialog that allows you to choose which type of application you wish to create. pin icon An icon that enables or disables the Auto Hide feature. plus box An icon that, when clicked, expands a node. project A group of related files that compose an application. Properties window The window that displays the properties for a Form or control object. property Specifies a control or Form object s attributes, such as size, color and position. solution Contains one or more projects. Solution Explorer A window that provides access to all the files in a solution. Start Page The initial page displayed when Visual Studio.NET is opened. tool tip The description of an icon that appears when the mouse pointer is held over that icon for a few seconds. toolbar A bar that contains Buttons that execute commands. toolbar icon A picture on a toolbar Button. Toolbox A window that contains controls used to customize Forms. Tools menu A menu that contains commands for accessing additional IDE tools and options that enable customization of the IDE. Visual Studio.NET Microsoft s integrated development environment (IDE), which allows developers to create applications in a variety of.net programming languages. Windows application An application that executes on a Windows operating system. MULTIPLE-CHOICE QUESTIONS 2.1 The integrated development environment is used for creating applications written in.net programming languages such as Visual Basic.NET. a) Solution Explorer b) Gates c) Visual Studio.NET d) Microsoft 2.2 The.vb file name extension indicates a. a) Visual Basic file b) dynamic help file c) help file d) very big file 2.3 The pictures on toolbar Buttons are called. a) prototypes b) icons c) tool tips d) tabs 2.4 The allows programmers to modify controls visually, without writing code. a) Properties window b) Solution Explorer c) menu bar d) Toolbox

21 38 Tutorial 2 Welcome Application 2.5 The hides the Toolbox when the mouse pointer is moved outside the Tool- Box s area. a) component-selection feature b) Auto Hide feature c) pinned command d) minimize command 2.6 A appears when the mouse pointer is positioned over an IDE toolbar icon for a few seconds. a) drop-down list b) menu c) tool tip d) down arrow 2.7 The Visual Studio.NET IDE provides. a) help documentation b) a toolbar c) windows for accessing project files d) All of the above 2.8 The contains a list of helpful links, such as Get Started and Online Community. a) Solution Explorer window b) Properties window c) Start Page d) Toolbox link 2.9 The Properties window contains. a) the component object box b) a Solution Explorer c) menus d) a menu bar 2.10 A can be enhanced by adding reusable components such as Buttons. a) control b) Form c) tab d) property 2.11 For Web browsing, Visual Studio.NET includes. a) Web View b) Excel c) a Web tab d) Internet Explorer 2.12 An application s GUI can include. a) toolbars b) icons c) menus d) All of the above 2.13 The does not contain a pin icon. a) Dynamic Help window b) Solution Explorer window c) Toolbox window d) active tab 2.14 When clicked, in the Solution Explorer window will expand nodes and will collapse nodes. a) minus boxes; plus boxes b) plus boxes; minus boxes c) up arrows; down arrows d) left arrows; right arrows 2.15 Form specify attributes such as size and position. a) nodes b) inputs c) properties d) title bars EXERCISES 2.16 (Closing and Opening the Start Page) In this exercise, you will learn how to close and reopen the Start Page. To accomplish this task, perform the following steps: a) Close Visual Studio.NET if it is open by selecting File > Exit. b) Start Visual Studio.NET. c) Close the Start Page by clicking its close box (Fig. 2.30).

22 Introducing the Visual Studio.NET IDE Tutorial 2 39 Close box Figure 2.30 Closing the Start Page. d) Select Help > Show Start Page to display the Start Page (Enabling Auto Hide for the Solution Explorer Window) In this exercise, you will learn how to use the Solution Explorer window s Auto-Hide feature by performing the following steps: a) Open the Start Page. b) In the Get Started page (displayed by default), click the Open Project Button to display the Open Project dialog. You can skip to step e) if the Welcome application is already open. c) In the Open Project dialog, navigate to C:\SimplyVB\Welcome, and click Open. d) In the Open Project dialog, select Welcome.sln, and click Open. e) Position the mouse pointer on the vertical pin icon in the Solution Explorer window s title bar. After a few seconds, a tool tip appears displaying the words Auto Hide (Fig. 2.31). Vertical pin icon Figure 2.31 Enabling Auto Hide. f) Click the vertical pin icon. This action causes a Solution Explorer tab to appear on the right side of the IDE. The vertical pin icon changes to a horizontal pin icon (Fig. 2.32). Auto Hide has now been enabled for the Solution Explorer window. Horizontal pin icon Solution Explorer tab Figure 2.32 Solution Explorer window with Auto Hide enabled. g) Position the mouse pointer outside the Solution Explorer window to hide the window. h) Position the mouse pointer on the Solution Explorer tab to view the Solution Explorer window (Sorting Properties Alphabetically in the Properties Window) In this exercise, you will learn how to sort the Properties window s properties alphabetically by performing the following steps: a) Open the Welcome application by performing steps a) through d) of Exercise If the Welcome application is already open, you can skip this step.

23 40 Tutorial 2 Welcome Application b) Locate the Properties window. If it is not visible, select View > Properties Window to display the Properties window. c) To sort properties alphabetically, click the Properties window s alphabetic icon (Fig. 2.33). The properties will display in alphabetic order. Alphabetic icon Figure 2.33 Sorting properties alphabetically.

Tutorial 2 - Welcome Application Introducing, the Visual Studio.NET IDE

Tutorial 2 - Welcome Application Introducing, the Visual Studio.NET IDE 1 Tutorial 2 - Welcome Application Introducing, the Visual Studio.NET IDE Outline 2.1 Test-Driving the Welcome Application 2.2 Overview of the Visual Studio.NET 2003 IDE 2.3 Creating a Project for the

More information

Dive Into Visual C# 2008 Express

Dive Into Visual C# 2008 Express 1 2 2 Dive Into Visual C# 2008 Express OBJECTIVES In this chapter you will learn: The basics of the Visual Studio Integrated Development Environment (IDE) that assists you in writing, running and debugging

More information

Introduction to the Visual Studio.NET Integrated Development Environment IDE. CSC 211 Intermediate Programming

Introduction to the Visual Studio.NET Integrated Development Environment IDE. CSC 211 Intermediate Programming Introduction to the Visual Studio.NET Integrated Development Environment IDE CSC 211 Intermediate Programming Visual Studio.NET Integrated Development Environment (IDE) The Start Page(Fig. 1) Helpful links

More information

Tutorial 3 - Welcome Application

Tutorial 3 - Welcome Application 1 Tutorial 3 - Welcome Application Introduction to Visual Programming Outline 3.1 Test-Driving the Welcome Application 3.2 Constructing the Welcome Application 3.3 Objects used in the Welcome Application

More information

Program and Graphical User Interface Design

Program and Graphical User Interface Design CHAPTER 2 Program and Graphical User Interface Design OBJECTIVES You will have mastered the material in this chapter when you can: Open and close Visual Studio 2010 Create a Visual Basic 2010 Windows Application

More information

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41 Table of Contents 1. ebook Basics 1 2. Create a new ebook 20 3. Make Changes to the ebook 31 4. Populate the ebook 41 5. Share the ebook 63 ekaizen 1 2 1 1 3 4 2 2 5 The ebook is a tabbed electronic book

More information

Dive Into Visual C# 2010 Express

Dive Into Visual C# 2010 Express Dive Into Visual C# 2010 Express 2 Seeing is believing. Proverb Form ever follows function. Louis Henri Sullivan Intelligence is the faculty of making artificial objects, especially tools to make tools.

More information

Microsoft Word 2011: Basic Tutorial

Microsoft Word 2011: Basic Tutorial Microsoft Word 2011: Basic Tutorial 1. Create a new blank document In Word, you create and save content in a document. You can start with a blank document, an existing saved document, or a template. When

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

More information

2 USING VB.NET TO CREATE A FIRST SOLUTION

2 USING VB.NET TO CREATE A FIRST SOLUTION 25 2 USING VB.NET TO CREATE A FIRST SOLUTION LEARNING OBJECTIVES GETTING STARTED WITH VB.NET After reading this chapter, you will be able to: 1. Begin using Visual Studio.NET and then VB.NET. 2. Point

More information

A Guided Tour of Doc-To-Help

A Guided Tour of Doc-To-Help A Guided Tour of Doc-To-Help ii Table of Contents Table of Contents...ii A Guided Tour of Doc-To-Help... 1 Converting Projects to Doc-To-Help 2005... 1 Using Microsoft Word... 10 Using HTML Source Documents...

More information

INTRODUCTION TO VISUAL BASIC 2010

INTRODUCTION TO VISUAL BASIC 2010 INTRODUCTION TO VISUAL BASIC 2010 Microsoft Visual Basic is a set of programming tools that allows you to create applications for the Windows operating system. With Visual Basic, even a beginner can create

More information

2 The Stata user interface

2 The Stata user interface 2 The Stata user interface The windows This chapter introduces the core of Stata s interface: its main windows, its toolbar, its menus, and its dialogs. The five main windows are the Review, Results, Command,

More information

Getting started 7. Setting properties 23

Getting started 7. Setting properties 23 Contents 1 2 3 Getting started 7 Introducing Visual Basic 8 Installing Visual Studio 10 Exploring the IDE 12 Starting a new project 14 Adding a visual control 16 Adding functional code 18 Saving projects

More information

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills Discovering Computers & Microsoft Office 2010 Office 2010 and Windows 7: Essential Concepts and Skills Objectives Perform basic mouse operations Start Windows and log on to the computer Identify the objects

More information

Introduction to PowerPoint

Introduction to PowerPoint L E S S O N 1 Introduction to PowerPoint Lesson objectives Suggested teaching time To become familiar with PowerPoint's presentation capabilities, you will: 40-50 minutes a b c Start the program, open

More information

Introductionto the Visual Basic Express 2008 IDE

Introductionto the Visual Basic Express 2008 IDE 2 Seeing is believing. Proverb Form ever follows function. Louis Henri Sullivan Intelligence is the faculty of making artificial objects, especially tools to make tools. Henri-Louis Bergson Introductionto

More information

Table of Contents Lesson 1: Introduction to the New Interface... 2 Lesson 2: Prepare to Work with Office

Table of Contents Lesson 1: Introduction to the New Interface... 2 Lesson 2: Prepare to Work with Office Table of Contents Lesson 1: Introduction to the New Interface... 2 Exercise 1: The New Elements... 3 Exercise 2: Use the Office Button and Quick Access Toolbar... 4 The Office Button... 4 The Quick Access

More information

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide

MICROSOFT OFFICE. Courseware: Exam: Sample Only EXCEL 2016 CORE. Certification Guide MICROSOFT OFFICE Courseware: 3263 2 Exam: 77 727 EXCEL 2016 CORE Certification Guide Microsoft Office Specialist 2016 Series Microsoft Excel 2016 Core Certification Guide Lesson 1: Introducing Excel Lesson

More information

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved.

NiceForm User Guide. English Edition. Rev Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com, info@nicelabel.com English Edition Rev-0910 2009 Euro Plus d.o.o. & Niceware International LLC All rights reserved. www.nicelabel.com Head Office Euro Plus d.o.o. Ulica Lojzeta Hrovata

More information

Contents. Launching Word

Contents. Launching Word Using Microsoft Office 2007 Introduction to Word Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1.0 Winter 2009 Contents Launching Word 2007... 3 Working with

More information

OpenForms360 Validation User Guide Notable Solutions Inc.

OpenForms360 Validation User Guide Notable Solutions Inc. OpenForms360 Validation User Guide 2011 Notable Solutions Inc. 1 T A B L E O F C O N T EN T S Introduction...5 What is OpenForms360 Validation?... 5 Using OpenForms360 Validation... 5 Features at a glance...

More information

Excel Select a template category in the Office.com Templates section. 5. Click the Download button.

Excel Select a template category in the Office.com Templates section. 5. Click the Download button. Microsoft QUICK Excel 2010 Source Getting Started The Excel Window u v w z Creating a New Blank Workbook 2. Select New in the left pane. 3. Select the Blank workbook template in the Available Templates

More information

Microsoft Word 2010 Lesson Plan

Microsoft Word 2010 Lesson Plan Microsoft Word 2010 Lesson Plan Objective: This class is a brief introduction to Word 2010. It consists of 2 one and one-half hour sessions. By the end of this class you should be able to create a simple

More information

LESSON A. The Splash Screen Application

LESSON A. The Splash Screen Application The Splash Screen Application LESSON A LESSON A After studying Lesson A, you should be able to: Start and customize Visual Studio 2010 or Visual Basic 2010 Express Create a Visual Basic 2010 Windows application

More information

Microsoft Word 2016 LEVEL 1

Microsoft Word 2016 LEVEL 1 TECH TUTOR ONE-ON-ONE COMPUTER HELP COMPUTER CLASSES Microsoft Word 2016 LEVEL 1 kcls.org/techtutor Microsoft Word 2016 Level 1 Manual Rev 11/2017 instruction@kcls.org Microsoft Word 2016 Level 1 Welcome

More information

Lesson 1: Getting Started with

Lesson 1: Getting Started with Microsoft Office Specialist 2016 Series Microsoft Outlook 2016 Certification Guide Lesson 1: Getting Started with Email Lesson Objectives In this lesson, you will learn to identify Outlook program items,

More information

User Guide. Web Intelligence Rich Client. Business Objects 4.1

User Guide. Web Intelligence Rich Client. Business Objects 4.1 User Guide Web Intelligence Rich Client Business Objects 4.1 2 P a g e Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence 4.1... 5 Log into EDDIE...

More information

Outlook Web Access. In the next step, enter your address and password to gain access to your Outlook Web Access account.

Outlook Web Access. In the next step, enter your  address and password to gain access to your Outlook Web Access account. Outlook Web Access To access your mail, open Internet Explorer and type in the address http://www.scs.sk.ca/exchange as seen below. (Other browsers will work but there is some loss of functionality) In

More information

Outlook Quick Start Guide

Outlook Quick Start Guide Getting Started Outlook 2013 Quick Start Guide File Tab: Click to access actions like Print, Save As, etc. Also to set Outlook Options. Quick Access Toolbar: Add your mostused tool buttons to this customizable

More information

A Quick Tour GETTING STARTED WHAT S IN THIS CHAPTER?

A Quick Tour GETTING STARTED WHAT S IN THIS CHAPTER? 1 A Quick Tour WHAT S IN THIS CHAPTER? Installing and getting started with Visual Studio 2012 Creating and running your fi rst application Debugging and deploying an application Ever since software has

More information

Budget Exercise for Intermediate Excel

Budget Exercise for Intermediate Excel Budget Exercise for Intermediate Excel Follow the directions below to create a 12 month budget exercise. Read through each individual direction before performing it, like you are following recipe instructions.

More information

WINDOWS NT BASICS

WINDOWS NT BASICS WINDOWS NT BASICS 9.30.99 Windows NT Basics ABOUT UNIVERSITY TECHNOLOGY TRAINING CENTER The University Technology Training Center (UTTC) provides computer training services with a focus on helping University

More information

Get Started. Estimating Explorer

Get Started. Estimating Explorer Get Started Estimating Explorer NOTICE This document and the Sage Timberline Office software may be used only in accordance with the accompanying Sage Timberline Office End User License Agreement. You

More information

Getting Help in Microsoft Office

Getting Help in Microsoft Office LESSON 3 Getting Help in Microsoft Office In this lesson, you learn how to access and use the Help system in Microsoft Office. HELP: WHAT S AVAILABLE? Microsoft Office supplies a Help system that makes

More information

Getting started 7. Setting properties 23

Getting started 7. Setting properties 23 Contents 1 2 3 Getting started 7 Introduction 8 Installing Visual Basic 10 Exploring the IDE 12 Starting a new project 14 Adding a visual control 16 Adding functional code 18 Saving projects 20 Reopening

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

Creating custom reports is for advanced users only. It is the sole responsibility of the user to debug any custom reports.

Creating custom reports is for advanced users only. It is the sole responsibility of the user to debug any custom reports. SI5 User and Administration Guide 527 Report Designer Pro users have the ability to create custom reports using the Report Designer. To open the report designer interface, go to Tools > Report Designer

More information

Microsoft PowerPoint 2007 Tutorial

Microsoft PowerPoint 2007 Tutorial Microsoft PowerPoint 2007 Tutorial Prepared By:- Mohammad Murtaza Khan I. T. Expert Sindh Judicial Academy Contents Getting Started... 5 Presentations... 5 Microsoft Office Button... 5 Ribbon... 6 Quick

More information

Outlook 2003, Level 2 Page 1

Outlook 2003, Level 2 Page 1 Outlook 2003, Level 2 Page 1 Course Topics Creating and Sharing Contacts Customizing Views Sorting / Organizing Folders Managing Address Books Auto Signatures Sharing Folders (Calendars, Email Inboxes,

More information

Part I. Integrated Development Environment. Chapter 2: The Solution Explorer, Toolbox, and Properties. Chapter 3: Options and Customizations

Part I. Integrated Development Environment. Chapter 2: The Solution Explorer, Toolbox, and Properties. Chapter 3: Options and Customizations Part I Integrated Development Environment Chapter 1: A Quick Tour Chapter 2: The Solution Explorer, Toolbox, and Properties Chapter 3: Options and Customizations Chapter 4: Workspace Control Chapter 5:

More information

PowerPoint Spring 2002

PowerPoint Spring 2002 PowerPoint 2000 Spring 2002 Table of Contents I. INTRODUCTION... 1 II. GETTING STARTED... 1 A. Opening PowerPoint... 1 B. The Mouse Pointer... 1 C. Working with Text... 2 1. Windows Control Buttons...

More information

NSCC SUMMER LEARNING SESSIONS MICROSOFT OFFICE SESSION

NSCC SUMMER LEARNING SESSIONS MICROSOFT OFFICE SESSION NSCC SUMMER LEARNING SESSIONS MICROSOFT OFFICE SESSION Module 1 Using Windows Welcome! Microsoft Windows is an important part of everyday student life. Whether you are logging onto an NSCC computer or

More information

Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows

Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows Microsoft Word is a word processing software package. You can use it to type letters, reports, and other documents. This tutorial teaches

More information

Introduction to Windows

Introduction to Windows Introduction to Windows Naturally, if you have downloaded this document, you will already be to some extent anyway familiar with Windows. If so you can skip the first couple of pages and move on to the

More information

Getting Familiar with Microsoft Word 2010 for Windows

Getting Familiar with Microsoft Word 2010 for Windows Lesson 1: Getting Familiar with Microsoft Word 2010 for Windows Microsoft Word is a word processing software package. You can use it to type letters, reports, and other documents. This tutorial teaches

More information

Forms/Distribution Acrobat X Professional. Using the Forms Wizard

Forms/Distribution Acrobat X Professional. Using the Forms Wizard Forms/Distribution Acrobat X Professional Acrobat is becoming a standard tool for people and businesses to use in order to replicate forms and have them available electronically. If a form is converted

More information

Interface. 2. Interface Adobe InDesign CS2 H O T

Interface. 2. Interface Adobe InDesign CS2 H O T 2. Interface Adobe InDesign CS2 H O T 2 Interface The Welcome Screen Interface Overview The Toolbox Toolbox Fly-Out Menus InDesign Palettes Collapsing and Grouping Palettes Moving and Resizing Docked or

More information

Word 2013 Quick Start Guide

Word 2013 Quick Start Guide Getting Started File Tab: Click to access actions like Print, Save As, and Word Options. Ribbon: Logically organize actions onto Tabs, Groups, and Buttons to facilitate finding commands. Active Document

More information

Section 1 Getting Started

Section 1 Getting Started Section 1 Getting Started ECDL Section 1 Getting Started By the end of this section you should be able to: Understand PowerPoint Principles Start PowerPoint Use an Installed Template Recognise the Screen

More information

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ]

[ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] Version 5.3 [ Getting Started with Analyzer, Interactive Reports, and Dashboards ] ] https://help.pentaho.com/draft_content/version_5.3 1/30 Copyright Page This document supports Pentaho Business Analytics

More information

Sage Getting Started Guide. September 2017

Sage Getting Started Guide. September 2017 Sage 100 2018 Getting Started Guide September 2017 2017 The Sage Group plc or its licensors. All rights reserved. Sage, Sage logos, and Sage product and service names mentioned herein are the trademarks

More information

PowerPoint Essentials 1

PowerPoint Essentials 1 PowerPoint Essentials 1 LESSON SKILL MATRIX Skill Exam Objective Objective Number Working with an Existing Presentation Change views of a presentation. Insert text on a slide. 1.5.2 2.1.1 SOFTWARE ORIENTATION

More information

GAZIANTEP UNIVERSITY INFORMATICS SECTION SEMETER

GAZIANTEP UNIVERSITY INFORMATICS SECTION SEMETER GAZIANTEP UNIVERSITY INFORMATICS SECTION 2010-2011-2 SEMETER Microsoft Excel is located in the Microsoft Office paket. in brief Excel is spreadsheet, accounting and graphics program. WHAT CAN WE DO WITH

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6 Content Author's Reference and Cookbook Rev. 080627 Sitecore CMS 6 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents Chapter

More information

KODAK Software User s Guide. Software Version 9.0

KODAK Software User s Guide. Software Version 9.0 KODAK Create@Home Software User s Guide Software Version 9.0 Table of Contents 1 Welcome to KODAK Create@Home Software Features... 1-1 Supported File Formats... 1-1 System Requirements... 1-1 Software

More information

11.1 Create Speaker Notes Print a Presentation Package a Presentation PowerPoint Tips... 44

11.1 Create Speaker Notes Print a Presentation Package a Presentation PowerPoint Tips... 44 Contents 1 Getting Started... 1 1.1 Presentations... 1 1.2 Microsoft Office Button... 1 1.3 Ribbon... 2 1.4 Mini Toolbar... 2 1.5 Navigation... 3 1.6 Slide Views... 4 2 Customize PowerPoint... 5 2.1 Popular...

More information

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge.

Navigate to Cognos Cognos Analytics supports all browsers with the exception of Microsoft Edge. IBM Cognos Analytics Create a List The following instructions cover how to create a list report in IBM Cognos Analytics. A list is a report type in Cognos that displays a series of data columns listing

More information

Quick Guide FAST HR. For more resources, including a guide on FAST HR codes, visit # Instructions Screenshot

Quick Guide FAST HR. For more resources, including a guide on FAST HR codes, visit   # Instructions Screenshot Tips & tricks This quick guide describes basic navigation within the FAST HR reporting tool, including how to use filter options, format columns and export reports. For more resources, including a guide

More information

PowerPoint Basics (Office 2000 PC Version)

PowerPoint Basics (Office 2000 PC Version) PowerPoint Basics (Office 2000 PC Version) Microsoft PowerPoint is software that allows you to create custom presentations incorporating text, color, graphics, and animation. PowerPoint (PP) is available

More information

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction.

Chapter11 practice file folder. For more information, see Download the practice files in this book s Introduction. Make databases user friendly 11 IN THIS CHAPTER, YOU WILL LEARN HOW TO Design navigation forms. Create custom categories. Control which features are available. A Microsoft Access 2013 database can be a

More information

EXCEL 2003 DISCLAIMER:

EXCEL 2003 DISCLAIMER: EXCEL 2003 DISCLAIMER: This reference guide is meant for experienced Microsoft Excel users. It provides a list of quick tips and shortcuts for familiar features. This guide does NOT replace training or

More information

PowerPoint Essentials

PowerPoint Essentials Lesson 1 Page 1 PowerPoint Essentials Lesson Skill Matrix Skill Exam Objective Objective Working with an Existing Change views of a Insert text on a slide. 1.5.2 2.1.1 Software Orientation Normal View

More information

Understanding Word Lesson 1

Understanding Word Lesson 1 Understanding Word Lesson 1 Objectives Software Orientation Before you begin working in Microsoft Word, you need to acquaint yourself with the primary user interface (UI). When you first launch Microsoft

More information

Excel 2016 Basics for Mac

Excel 2016 Basics for Mac Excel 2016 Basics for Mac Excel 2016 Basics for Mac Training Objective To learn the tools and features to get started using Excel 2016 more efficiently and effectively. What you can expect to learn from

More information

Word Select New in the left pane. 3. Select Blank document in the Available Templates pane. 4. Click the Create button.

Word Select New in the left pane. 3. Select Blank document in the Available Templates pane. 4. Click the Create button. Microsoft QUICK Word 2010 Source Getting Started The Word Window u v w x z Opening a Document 2. Select Open in the left pane. 3. In the Open dialog box, locate and select the file you want to open. 4.

More information

Working with PDF s. To open a recent file on the Start screen, double click on the file name.

Working with PDF s. To open a recent file on the Start screen, double click on the file name. Working with PDF s Acrobat DC Start Screen (Home Tab) When Acrobat opens, the Acrobat Start screen (Home Tab) populates displaying a list of recently opened files. The search feature on the top of the

More information

Concordance Basics. Part I

Concordance Basics. Part I Concordance Basics Part I 1 Getting Started 1 Familiarity with the Concordance environment is the first step in learning the multi-faceted features of this powerful program. This chapter focuses on learning

More information

Unit III: Working with Windows and Applications. Chapters 5, 7, & 8

Unit III: Working with Windows and Applications. Chapters 5, 7, & 8 Unit III: Working with Windows and Applications Chapters 5, 7, & 8 Learning Objectives In this unit, you will: Launch programs and navigate the Windows task bar. Perform common windows functions. Customize

More information

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview:

Handout Objectives: a. b. c. d. 3. a. b. c. d. e a. b. 6. a. b. c. d. Overview: Computer Basics I Handout Objectives: 1. Control program windows and menus. 2. Graphical user interface (GUI) a. Desktop b. Manage Windows c. Recycle Bin d. Creating a New Folder 3. Control Panel. a. Appearance

More information

Outlook 2007 Web Access User Guide

Outlook 2007 Web Access User Guide Outlook 2007 Web Access User Guide Table of Contents Page i TABLE OF CONTENTS OUTLOOK 2007 MAIL... 1 Launch Outlook Web Access... 1 Screen Elements... 2 Inbox... 3 Read Mail... 3 Delete a Message... 3

More information

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1 DRAFT Table of Contents About this manual... ix About CuteSITE Builder... ix Getting Started... 1 Setting up... 1 System Requirements... 1 To install CuteSITE Builder... 1 To register CuteSITE Builder...

More information

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation

Study Guide. PCIC 3 B2 GS3- Key Applications-Excel. Copyright 2010 Teknimedia Corporation Study Guide PCIC 3 B2 GS3- Key Applications-Excel Copyright 2010 Teknimedia Corporation Teknimedia grants permission to any licensed owner of PCIC 3 B GS3 Key Applications-Excel to duplicate the contents

More information

Section 2 Getting Started

Section 2 Getting Started Section 2 Getting Started ECDL Section 2 Getting Started By the end of this section you should be able to: Start, restart and close down a device Log on and log off Windows Recognise and use the Desktop

More information

Enterprise Architect. User Guide Series. Tutorial. Author: Sparx Systems. Date: 26/07/2018. Version: 1.0 CREATED WITH

Enterprise Architect. User Guide Series. Tutorial. Author: Sparx Systems. Date: 26/07/2018. Version: 1.0 CREATED WITH Enterprise Architect User Guide Series Tutorial Author: Sparx Systems Date: 26/07/2018 Version: 1.0 CREATED WITH Table of Contents Tutorial 3 Startup 4 Create a Project 5 Add a View to your Model 6 Add

More information

MockupScreens - User Guide

MockupScreens - User Guide MockupScreens - User Guide Contents 1. Overview...4 2. Getting Started...5 Installing the software... 5 Registering... 9 3. Understanding the Interface...11 Menu Bar... 11 Tool bar... 14 Elements... 14

More information

Skills Exam Objective Objective Number

Skills Exam Objective Objective Number Overview 1 LESSON SKILL MATRIX Skills Exam Objective Objective Number Starting Excel Create a workbook. 1.1.1 Working in the Excel Window Customize the Quick Access Toolbar. 1.4.3 Changing Workbook and

More information

ECDL Module 6 REFERENCE MANUAL

ECDL Module 6 REFERENCE MANUAL ECDL Module 6 REFERENCE MANUAL Presentation Microsoft PowerPoint XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 6 (USING POWERPOINT XP) - MANUAL 6.1 GETTING STARTED... 4 6.1.1 FIRST STEPS WITH

More information

Introduction Accessing MICS Compiler Learning MICS Compiler CHAPTER 1: Searching for Data Surveys Indicators...

Introduction Accessing MICS Compiler Learning MICS Compiler CHAPTER 1: Searching for Data Surveys Indicators... Acknowledgement MICS Compiler is a web application that has been developed by UNICEF to provide access to Multiple Indicator Cluster Survey data. The system is built on DevInfo technology. 3 Contents Introduction...

More information

Application of Skills: Microsoft Excel 2013 Tutorial

Application of Skills: Microsoft Excel 2013 Tutorial Application of Skills: Microsoft Excel 2013 Tutorial Throughout this module, you will progress through a series of steps to create a spreadsheet for sales of a club or organization. You will continue to

More information

Empty the Recycle Bin Right Click the Recycle Bin Select Empty Recycle Bin

Empty the Recycle Bin Right Click the Recycle Bin Select Empty Recycle Bin Taskbar Windows taskbar is that horizontal strip at the bottom of your desktop where your open files and programs appear. It s where the Start button lives. Below are improvements to the taskbar that will

More information

Microsoft Excel Level 1

Microsoft Excel Level 1 Microsoft Excel 2010 Level 1 Copyright 2010 KSU Department of Information Technology Services This document may be downloaded, printed, or copied for educational use without further permission of the Information

More information

MICROSOFT POWERPOINT BASIC WORKBOOK. Empower and invest in yourself

MICROSOFT POWERPOINT BASIC WORKBOOK. Empower and invest in yourself MICROSOFT POWERPOINT BASIC WORKBOOK Empower and invest in yourself 2 Workbook Microsoft PowerPoint Basic onlineacademy.co.za MODULE 01 GETTING STARTED WITH POWERPOINT 1. Launch a blank PowerPoint presentation.

More information

Computer Basics Written by Brian O'Rooney. Copyright 2000 Nanaimo Literacy Association All rights reserved

Computer Basics Written by Brian O'Rooney. Copyright 2000 Nanaimo Literacy Association All rights reserved Written by Brian O'Rooney Copyright 2000 Nanaimo Literacy Association All rights reserved Windows is a registered trademark of Microsoft Corporation. This product/publication includes images from WordPerfect

More information

Business Insight Authoring

Business Insight Authoring Business Insight Authoring Getting Started Guide ImageNow Version: 6.7.x Written by: Product Documentation, R&D Date: August 2016 2014 Perceptive Software. All rights reserved CaptureNow, ImageNow, Interact,

More information

Enterprise Architect. User Guide Series. Tutorial

Enterprise Architect. User Guide Series. Tutorial Enterprise Architect User Guide Series Tutorial How do I build a model in Enterprise Architect? Follow this tutorial to build a simple model in a Firebird Repository, using Enterprise Architect. Author:

More information

Microsoft Windows XP. Operating System. Starting Windows XP. You might be asked to enter your username and password

Microsoft Windows XP. Operating System. Starting Windows XP. You might be asked to enter your username and password Microsoft Windows Operating System Starting Windows Windows automatically starts when you turn on your computer You might be asked to enter your username and password The Windows desktop uses a graphical

More information

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY

Table of Contents. 1. Creating a Microsoft Excel Workbook...1 EVALUATION COPY Table of Contents Table of Contents 1. Creating a Microsoft Excel Workbook...1 Starting Microsoft Excel...1 Creating a Workbook...2 Saving a Workbook...3 The Status Bar...5 Adding and Deleting Worksheets...6

More information

LESSON B. The Toolbox Window

LESSON B. The Toolbox Window The Toolbox Window After studying Lesson B, you should be able to: Add a control to a form Set the properties of a label, picture box, and button control Select multiple controls Center controls on the

More information

Using Microsoft Excel

Using Microsoft Excel Using Microsoft Excel Table of Contents The Excel Window... 2 The Formula Bar... 3 Workbook View Buttons... 3 Moving in a Spreadsheet... 3 Entering Data... 3 Creating and Renaming Worksheets... 4 Opening

More information

ListPro. Users Guide and Reference. Ilium Software. for Windows PCs, Windows Mobile, and iphone. Version 5.1

ListPro. Users Guide and Reference. Ilium Software. for Windows PCs, Windows Mobile, and iphone. Version 5.1 ListPro Users Guide and Reference for Windows PCs, Windows Mobile, and iphone Version 5.1 Ilium Software ListPro: Users Guide and Reference Ilium Software Published 8/11/2017 Copyright 2000 2017 Ilium

More information

Skill Exam Objective Objective Number

Skill Exam Objective Objective Number Overview 1 LESSON SKILL MATRIX Skill Exam Objective Objective Number Starting Excel Working in the Excel Window Manipulate the Quick Access Toolbar. 1.3.1 Use Hotkeys. 1.1.1 Changing Excel s View Use Page

More information

1. Math symbols Operation Symbol Example Order

1. Math symbols Operation Symbol Example Order Excel 2 Microsoft Excel 2013 Mercer County Library System Brian M. Hughes, County Executive Excel s Order of Calculation 1. Math symbols Operation Symbol Example Order Parentheses ( ) =(4+2)*8 1st Exponents

More information

Microsoft Windows 7 - Illustrated Unit A: Introducing Windows 7

Microsoft Windows 7 - Illustrated Unit A: Introducing Windows 7 Microsoft Windows 7 - Illustrated Unit A: Introducing Windows 7 Objectives Start Windows and view the desktop Use pointing devices Use the Start button Use the taskbar Work with windows 2 Objectives Use

More information

Outlook basics. Identify user interface elements that you can use to accomplish basic tasks.

Outlook basics. Identify user interface elements that you can use to accomplish basic tasks. Outlook basics Outlook is a powerful tool for managing your e-mail, contacts, calendars, and tasks. To use it most effectively, you first have to understand the basics. This tutorial introduces some of

More information

GraphWorX64 Productivity Tips

GraphWorX64 Productivity Tips Description: Overview of the most important productivity tools in GraphWorX64 General Requirement: Basic knowledge of GraphWorX64. Introduction GraphWorX64 has a very powerful development environment in

More information

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Intro to FrontPage OVERVIEW: This handout provides a general overview of Microsoft FrontPage. AUDIENCE: All Instructional

More information

Lehigh University Library & Technology Services

Lehigh University Library & Technology Services Lehigh University Library & Technology Services Start Word Open a file called day2 Microsoft WORD 2003 Day 2 Click the Open button on the Standard Toolbar Go to the A: drive and highlight day2 and click

More information

Excel 2010 Level 1: The Excel Environment

Excel 2010 Level 1: The Excel Environment Excel 2010 Level 1: The Excel Environment Table of Contents The Excel 2010 Environment... 1 The Excel Window... 1 File Tab... 1 The Quick Access Toolbar... 4 Access the Customize the Quick Access Toolbar

More information