Menu & Clipboard Menu Cut / Copy / Paste. Menus Created in the Menu Editor Can contain menu titles, menu items, separator bars, submenu titles, and submenu.

Slides:



Advertisements
Similar presentations
Introduction to Computers Section 6A. home The Operating System (OS) The operating system (OS) is software that controls the interaction between hardware.
Advertisements

Introduction to Visual Basic.NET Uploaded By: M.Sheraz anjum.
COM: 111 Introduction to Computer Applications Department of Information & Communication Technology Panayiotis Christodoulou.
Click here to start the game! 20 Points 30 Points 40 Points 50 Points 10 Points 20 Points 30 Points 40 Points 50 Points 30 Points 40 Points 50 Points.
1 Introduction to Word Chapter 3 Lecture Outline.
110-H1 More VB Tools Creating a Menu: What is a menu? a group of (related) commands displayed at at the top of an application Top level menu Disabled command.
Chapter 5 - Menus, Sub Procedures, and Sub Functions  Menus - controls - properties and events –menu editor - create and change –defining menus - menu.
Customizing Word Microsoft Office Word 2007 Illustrated Complete.
Chapter 8: Manipulating Strings
MENUS AND THE MENU EDITOR Elements of a Menu Menu bar Menu title Separator bar Menu items.
Customizing Outlook. Forms Window in which you enter and view information in Outlook Outlook Form Designer The environment in which you create and customize.
Copyright © 2001 by Wiley. All rights reserved. Chapter 8: Security, Menus, and Files Security Menu Systems Creating a Memo Editor Using the Clipboard.
Creating Menu. Objectives Create a menu system for a form –Create a menu –Create a menu titles –Create a menu items –Create a submenu –Modify menu –Edit.
Creating Tables in a Web Site Using an External Style Sheet HTML5 & CSS 7 th Edition.
Introduction to Visual Basic Chulantha Kulasekere.
Visual Studio Tips and Tricks. Credits Zain Naboulsi Microsoft Developer Evangelist isbn:
Creating Tables in a Web Site.  Define table elements  Describe the steps used to plan, design, and code a table  Create a borderless table to organize.
Microsoft Visual Basic 2010: Reloaded Fourth Edition Chapter Ten String Manipulation and Menus.
Chapter 8: String Manipulation
Programming with Microsoft Visual Basic th Edition
BIM313 – Advanced Programming Simple Controls 1. Contents Traditional Controls – Labels, Text Boxes, Buttons, Check Boxes, List Boxes, Combo Boxes Advanced.
Creating Tables in a Web Site
© 2008 The McGraw-Hill Companies, Inc. All rights reserved. WORD 2007 M I C R O S O F T ® THE PROFESSIONAL APPROACH S E R I E S Lesson 7 Move and Copy.
Chapter 8 Security, Menus, and Files. Security Passwords are often used to control access to a computer or software program Passwords should be at least.
Tutorial 61 List Box Control Can be used to display a set of choices from which the user can select only one You also can create multi-selection list boxes.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 2 The Visual Basic.NET Integrated Development Environment.
1 The EDIT Program The Edit program is a full screen text editor that allows you to: Create text files Create text files Edit an existing text files Edit.
 Definition  Components  Advantages  Limitations Contents  Meaning of Editing Meaning of Editing  Editing Cell Contents Editing Cell Contents 
ListBox, ComboBox, Menu Chapter 5.4, ComboBox Control: Properties & Methods u Combines TextBox features with a short drop- down list  cboOne.AddItem(string)
Copyright © 2010 Wolters Kluwer Health | Lippincott Williams & Wilkins Introduction to Windows Chapter 2.
Tutorial 11 Five windows included in the Visual Basic Startup Screen Main Form Toolbox Project Explorer (Project) Properties.
Introduction It is developed to create software applications. It is a tool for developers of any program that uses both basic and expert settings. It.
Key Applications Module Lesson 21 — Access Essentials
Microsoft Office 2007 Excel Chapter 9 Part 1: Importing Data.
Chapter 8: Manipulating Strings
Chapter 3 The Visual Basic Editor. Important Features of the VBE Alt-F11 will open the Visual Basic Editor. The Code window is to the right, Project Explorer.
Windows Top 10 Time Savers! Pickens Technical College Business Department.
The Word Processor Edit Menu. The Edit Menu 4 Copy –Clear the Clipboard –Move selected text to Clipboard 4 Cut –Clear the Clipboard –Move selected text.
Requirements – GUI TEAM B Undockable menus Drag away from edge to undock Menu undocks into a separate window.
Visual Basic CDA College Limassol Campus Lecture:Pelekanou Olga Semester C Week - 1.
Practical Programming COMP153-08S Week 5 Lecture 1: Screen Design Subroutines and Functions.
Copyright © Curt Hill More Components Varying the input of Dev-C++ Windows Programs.
Programming with Microsoft Visual Basic 2008 Fourth Edition Chapter Eight String Manipulation.
Lesson 3 — Menus, MDIs, and Simple Loops Microsoft Visual Basic.NET, Introduction to Programming.
Editing Basics Lesson 8. Skills Matrix SKILL #MATRIX SKILL 2.2.1Cut, copy, and paste text 2.2.2Find and replace text 4.1.1Insert building blocks in documents.
Lesson: 2 Common Features and Commands After completing this lesson, you will be able to: Identify the main components of the user interface. Identify.
Slide 1 Using Menu Bar & Common Dialog Boxes. Slide 2 Setting Up the Main Items v First open the form on which you want the menu located v Then start.
XP Tutorial 8 New Perspectives on Microsoft Windows XP 1 Microsoft Windows XP Object Linking and Embedding Tutorial 8.
The Excel model for information processing The Excel model is a grid of cells in which items of information are stored and processed. Any information that.
Word Processor Version.2. Methods Visual Basic is –Object Oriented –Event Driven Objects –Properties –Methods.
Programming with Microsoft Visual Basic 2008 Fourth Edition Chapter Eight String Manipulation.
Windows 95/NT/XP. What is Windows 95/NT/XP n A program that sets up an environment for you to work in on your computer, based on colorful pictures (icons)
CMPF114 Computer Literacy Chapter 3 The Visual Basic Environment 1.
Creating Menus Menu Bar – behaves like standard Windows menus Can be used in place of or in addition to buttons to execute a procedure Menu items are controls.
Chapter 2: Excel Basics and Formatting Spreadsheet-Based Decision Support Systems Prof. Name Position (123) University Name.
CS130 Visual Basic Project 4 Lecture Fall New topics in project 4 Database, file (table), records, fields. Application that contains menus, submenus,
Compunet Corporation Programming with Visual Basic.NET Working with Menus and Dialog Boxes Week 14 Tariq Aziz and Kevin Jones.
Chapter 5 Introduction To Form Builder. Lesson C Objectives  Use sequences to automatically generate primary key values in a form  Create lists of values.
Tutorial 8: Manipulating Strings1 Tutorial 8 Manipulating Strings.
A lesson approach © 2011 The McGraw-Hill Companies, Inc. All rights reserved. a lesson approach Microsoft® Word 2010 © 2011 The McGraw-Hill Companies,
Customizing Menus and Toolbars CHAPTER 12 Customizing Menus and Toolbars.
Visual Basic.NET BASICS Lesson 14 Menus and Printing.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 2 The Visual Basic.NET Integrated Development Environment.
Chapter 7 Multiple Forms, Modules, and Menus. Section 7.2 MODULES A module contains code—declarations and procedures—that are used by other files in a.
 The clipboard is a temporary storage area  The cut or copy commands place information on the CLIPBOARD  There are two types of clipboards: – System.
Lesson 13 Tables. Overview Create a table. Key and edit text in tables. Select cells, rows, and columns. Edit table structures. Format tables and cell.
Visual Basic Code & No.: CS 218
MANIPULATING TEXT WITHIN AND BETWEEN DOCUMENTS
Lesson 1: Cut, Copy, and Paste Tools
CIS16 Application Development and Programming using Visual Basic.net
Presentation transcript:

Menu & Clipboard Menu Cut / Copy / Paste

Menus Created in the Menu Editor Can contain menu titles, menu items, separator bars, submenu titles, and submenu items To avoid confusion, it is best to use one level of menus

Menu Elements in User Interface

Menu Elements in Menu Editor

Access Keys Assign to each menu title and each menu item Must be unique within a menu Menu titles are accessed by pressing the Alt key and the access key Menu items are accessed by pressing the access key when the menu is open

Shortcut Keys Assign to commonly used menu commands Displayed to the right of the menu item Can be used only when the menu is closed

More on Menu Controls You must provide a name and a caption for each menu control Each menu title and each menu item is considered a separate control and it can have its own code A menu control can recognize only the Click event

Separator Bar A separator bar is a horizontal line used to separate two groups of menu items Created by entering a hyphen in the menu control’s Caption property Even separator bars must have a name

Clipboard Object Provides access to the Windows clipboard Allows you to include cut, copy, and paste capabilities in your application

Methods of the Clipboard Object SetText method –sends text to the clipboard – Clipboard.SetText data GetText() method –retrieves text from the clipboard –Clipboard.GetText() Clear method –clears the contents of the clipboard –object.Clear

SelText Property When a user selects text in a text box, Visual Basic records the text in the text box’s SelText property This property contains a zero-length string if no text is selected You also can use the SelLength property to determine if any text is selected in the text box

Edit Menu Click Event

Copy Command Click Event

Cut Command Click Event

Paste Command Click Event