WINDOWS PROGRAMMING OVERVIEW. IEEE Computer Society

Size: px
Start display at page:

Download "WINDOWS PROGRAMMING OVERVIEW. IEEE Computer Society"

Transcription

1 WINDOWS PROGRAMMING OVERVIEW IEEE Computer Society

2 INTRODUCTION Frank Hubbell Hubbell Consulting

3 WINDOWS PRESENTATION FOUNDATION Latest Windows Development Environment Replaces Windows Forms? Better Graphics Better Multimedia Support Different Kinds of Applications Desktop Web page Web Application Silverlight Foundation For Other Environments

4 WPF FEATURES Graphical interface, e.g., forms and controls On-screen documents Fixed-format documents Windows Forms X X PDF X Windows Forms/ GDI+ Windows Media Player Direct3D Images X X Video and audio X X WPF X X X Two-dimensional graphics X X Three-dimensional graphics X X

5 MICROSOFT WINDOWS OPERATING SYSTEMS 1985 Windows Windows Windows Windows NT 1995 Windows Windows Windows 98SE 2000 Windows ME 2001 Windows XP 2005 Windows Vista 2009 Windows 7

6 MICROSOFT WINDOWS DEVELOPMENT PLATFORMS WIN16 API WIN32 API Window Foundation Class (WFC).NET Window Forms (WinForms).NET Window Presentation Foundation (WPF)

7 WINDOWS PROGRAMMING LANGUAGES 1985 C or VB Windows Application Program Interface (API) 1992 C++ or VB Microsoft Foundation Class (MFC) library 2001 C# or C++ Windows Forms (.NET Framework) or VB 2006 C# or VB Windows Presentation Foundation (WPF)

8 VISUAL BASIC Are you now, or have you ever been a basic programmer?

9 MICROSOFT ARCHITECTURE

10 FIRST DEMONSTRATION Creating a default application in Visual Studio 2010 Half Code, Half XAML

11 WINDOW STRUCTURE Icon Title Minimize Button Maximize Button Close Button Drop Down Menu Client Area Resize Border

12 WPF ARCHITECTURE Separation of User Interface from rest of the application Object Oriented Architecture Extensible Application Markup Language (XAML) Code-behind (C# or Visual Basic) Partial Classes Event Driven Logic

13 EXTENSIBLE APPLICATION MARKUP LANGUAGE (XAML) Pronounced /ˈzæməl/ rhymes with camel A declarative XML-based language Created by Microsoft Used mostly for Windows Presentation Foundation (WPF) Subset of code functionality Can not execute functions

14 PROJECT STRUCTURE Summary 33 Files 8 Folders Size 133 KB

15 OBJECT STRUCTURE Window.xaml App.xaml Window.xaml.cs App.xaml.cs User Interface Application

16 OBJECT STRUCTURE Window.xaml App.xaml Markup Window.xaml.cs App.xaml.cs Code

17 SECOND DEMONSTRATION Minimal application that still does something Enter text and build a list of words Control Components Label Control TextBox Control ListBox Control Button Control Need to process button click event Half Code, Half XAML

18 DEMO2 LOGICAL TREE Window Grid Label TextBox ListBox Button

19 WPF CLASS HIERARCHY Object DispatcherObject Application DependencyObject Visual 1600 Public Types 3500 Classes 5100 Total UIElement FrameworkElement Control ContentControl Window

20 DEMO2 DESIGN ANALYSIS Entered value remains in textbox No control is selected when application starts User must click in textbox to enter a value User must move to button to submit value Button can be eliminated Words in listbox are not sorted in order Form in static, should be dynamic Needs color

21 DEMO2 CLASS DIAGRAM

22 THIRD DEMONSTRATION Demonstration of two dimensional graphics Koch curve Right and left mouse buttons to interact with graphic display No XAML, All C# Code Fixed size window

23 2D GRAPHIC CONTROLS Ellipse Line Path Polygon Polyline Rectangle Draws an ellipse Draws a line Draws a series of lines and curves Draws a series of line segments that connect a series of points. It finishes by connecting the last point to the first Draws a series of line segments that connect a series of points Draws a rectangle

24 DEMO3 CLASS DIAGRAM

25 FOURTH DEMONSTRATION Layout Control Examples StackPanel WrapPanel DockPanel Grid Canvas All XAML, No Code

26 USER INPUT CONTROLS Button Calendar CheckBox ComboBox DatePicker PasswordBox RadioButton RichTextBox Slider TextBlock TextBox

27 DATA DISPLAY CONTROLS Border ContentControl DataGrid DocumentViewer Expander Image Label ListBox ListView MediaElement ScrollViewer TabControl TreeView Viewbox WebBroswer WindowsFormsHost

28 Frame GrideSplitter GroupBox Menu ProgressBar ScrollBar Separator StatusBar ToolBar ToolBarPanel ToolBarTray WINDOW COMPONENT CONTROLS

29 CONTROL SUMMARY 45 different controls in toolbox

30 Controls Slider Textbox Data Binding All XAML, No Code FIFTH DEMONSTRATION

31 SIXTH DEMONSTRATION 3D Graphics and Animation Reference: MagicBox 3D Programming for Windows Charles Petzold All XAML, No Code

32 SEVENTH DEMONSTRATION 3D Graphics and Animation Reference: Gasket3D WPF Programmer s Reference Rod Stephens

33 REFERENCE MATERIAL

34 WPF PROGRAMMER S REFERENCE Rod Stephens ISBN: Published: Small Examples 587 Pages Color

35 PRO WPF IN C# 2010 Matthew MacDonald ISBN: Published: Large Examples 1181 Pages

36 APPLICATIONS = CODE + MARKUP Charles Petzold ISBN: Published: Examples 50% Code, 50% XAML 1002 Pages

37 3D PROGRAMMING FOR WINDOWS Charles Petzold ISBN: Published: Examples Mostly XAML 430 Pages

38 PROGRAMMING WPF Chris Sells & Ian Griffiths ISBN: Published: Examples 835 Pages Book is getting dated

39 WEB LINKS

40 SPECIAL THANKS To Tom Kurtenbach for his help in preparing this talk

Windows Presentation Foundation

Windows Presentation Foundation Windows Presentation Foundation C# Programming April 18 Windows Presentation Foundation WPF (code-named Avalon ) is the graphical subsystem of the.net 3.0 Framework It provides a new unified way to develop

More information

Windows Presentation Foundation Using C#

Windows Presentation Foundation Using C# Windows Presentation Foundation Using C# Student Guide Revision 4.0 Object Innovations Course 4135 Windows Presentation Foundation Using C# Rev. 4.0 Student Guide Information in this document is subject

More information

Pro WPF in C# 2008. Windows Presentation Foundation with.net 3.5 SECOND EDITION. Matthew MacDonald. Apress 8. [] rj G

Pro WPF in C# 2008. Windows Presentation Foundation with.net 3.5 SECOND EDITION. Matthew MacDonald. Apress 8. [] rj G Pro WPF in C# 2008 Windows Presentation Foundation with.net 3.5 SECOND EDITION [] rj G Matthew MacDonald Apress 8 Contents About the Author About the Technical Reviewer Acknowledgments Introduction xxii

More information

Pro WPF 4.5 in C# Matthew MacDonald. Apress*

Pro WPF 4.5 in C# Matthew MacDonald. Apress* Pro WPF 4.5 in C# Matthew MacDonald Apress* Contents a About the Author a About the Technical Reviewer xxvi xxvii» Acknowledgments xxviii a Introduction xxix a Part I: Fundamentals 1 a Chapter 1: Introducing

More information

This tutorial has been designed for all those readers who want to learn WPF and to apply it instantaneously in different type of applications.

This tutorial has been designed for all those readers who want to learn WPF and to apply it instantaneously in different type of applications. About the Tutorial WPF stands for Windows Presentation Foundation. It is a powerful framework for building Windows applications. This tutorial explains the features that you need to understand to build

More information

Windows Presentation Foundation Tutorial 1

Windows Presentation Foundation Tutorial 1 Windows Presentation Foundation Tutorial 1 PDF: Tutorial: A http://billdotnet.com/wpf.pdf http://billdotnet.com/dotnet_lecture/dotnet_lecture.htm Introduction 1. Start Visual Studio 2008, and select a

More information

ComponentOne. Windows for WPF

ComponentOne. Windows for WPF ComponentOne Windows for WPF Copyright 1987-2012 GrapeCity, Inc. All rights reserved. ComponentOne, a division of GrapeCity 201 South Highland Avenue, Third Floor Pittsburgh, PA 15206 USA Internet: info@componentone.com

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Windows 10 Apps Development

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Windows 10 Apps Development About the Tutorial Welcome to Windows 10 tutorial. This tutorial is designed for people who want to learn how to develop apps meant for Windows 10. After completing it, you will have a better understating

More information

Microsoft Virtual Labs. Building Windows Presentation Foundation Applications - C# - Part 1

Microsoft Virtual Labs. Building Windows Presentation Foundation Applications - C# - Part 1 Microsoft Virtual Labs Building Windows Presentation Foundation Applications - C# - Part 1 Table of Contents Building Windows Presentation Foundation Applications - C# - Part 1... 1 Exercise 1 Creating

More information

Hands-On Lab. Building a Data-Driven Master/Detail Business Form using Visual Studio 2010. Lab version: 1.0.0. Last updated: 12/10/2010.

Hands-On Lab. Building a Data-Driven Master/Detail Business Form using Visual Studio 2010. Lab version: 1.0.0. Last updated: 12/10/2010. Hands-On Lab Building a Data-Driven Master/Detail Business Form using Visual Studio 2010 Lab version: 1.0.0 Last updated: 12/10/2010 Page 1 CONTENTS OVERVIEW... 3 EXERCISE 1: CREATING THE APPLICATION S

More information

How To Write A Powerpoint 2.5.2.2 (For A Powerbook) On A Microsoft Powerbook 2.4.2 On A Windows 7.5 (For Windows 7) On An Ipa 2.3.

How To Write A Powerpoint 2.5.2.2 (For A Powerbook) On A Microsoft Powerbook 2.4.2 On A Windows 7.5 (For Windows 7) On An Ipa 2.3. Pro WPF in C# 2010: Windows Presentation Foundation in.net 4 Matthew MacDonald Apress s Contents About the Author xxvi About the Technical Reviewer xxvii Acknowledgments xxviii Introduction xxix Chapter

More information

Mapping to the Windows Presentation Framework

Mapping to the Windows Presentation Framework Mapping to the Windows Presentation Framework This section maps the main IFML concepts to the.net Windows Presentation Framework (WFP). Windows Presentation Framework (WPF) is a part of.net Framework by

More information

DIA Creating Charts and Diagrams

DIA Creating Charts and Diagrams DIA Creating Charts and Diagrams Dia is a vector-based drawing tool similar to Win32 OS Visio. It is suitable for graphical languages such as dataflow diagrams, entity-relationship diagrams, organization

More information

Introduction to Windows Presentation Foundation

Introduction to Windows Presentation Foundation Page 1 of 41 2009 Microsoft Corporation. All rights reserved. Windows Presentation Foundation Windows Presentation Foundation (WPF) is a next-generation presentation system for building Windows client

More information

Data Binding with WPF: Binding to XML

Data Binding with WPF: Binding to XML Data Binding with WPF: Binding to XML Excerpted from WPF in Action with Visual Studio 2008 EARLY ACCESS EDITION Arlen Feldman and Maxx Daymon MEAP Release: July 2007 Softbound print: October 2008 (est.),

More information

WPF Shapes. WPF Shapes, Canvas, Dialogs 1

WPF Shapes. WPF Shapes, Canvas, Dialogs 1 WPF Shapes WPF Shapes, Canvas, Dialogs 1 Shapes are elements WPF Shapes, Canvas, Dialogs 2 Shapes draw themselves, no invalidation or repainting needed when shape moves, window is resized, or shape s properties

More information

Visual Studio 2008: Windows Presentation Foundation

Visual Studio 2008: Windows Presentation Foundation Visual Studio 2008: Windows Presentation Foundation Course 6460A: Three days; Instructor-Led Introduction This three-day instructor-led course provides students with the knowledge and skills to build and

More information

Windows Store App Development

Windows Store App Development Windows Store App Development C# AND XAML PETE BROWN 11 MANNING SHELTER ISLAND contents preface xvii acknowledgments xx about this book xxii about the author xxviii. about the cover illustration xxix If

More information

Top 50 WPF Interview Questions

Top 50 WPF Interview Questions Top 50 WPF Interview Questions 1. What is WPF? WPF is the latest presentation API by Microsoft Windows. It is 2D and 3D graphic engine. Its capabilities include:- All the common user controls. For example,

More information

for Java developers Building Mobile Applications Introduction 1 Building Mobile Applications

for Java developers Building Mobile Applications Introduction 1 Building Mobile Applications Introduction Building Mobile Applications for Java developers Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted,

More information

Development. Wiley Publishing, Inc. 24-HOUR TRAINER. Brian Faucher WILEY

Development. Wiley Publishing, Inc. 24-HOUR TRAINER. Brian Faucher WILEY Development 24-HOUR TRAINER Brian Faucher WILEY Wiley Publishing, Inc. INTRODUCTION xxvii LESSON 1: HELLO, WINDOWS PHONE 7 3 Overview of Windows Phone 7 3 Silverlight Versus XNA 4 Silverlight 4 Microsoft

More information

1-Step Appraisals Jewelry Appraisal Software

1-Step Appraisals Jewelry Appraisal Software User Guide for 1-Step Appraisals Jewelry Appraisal Software Version 5.02 Page Table of Contents Installing 1-Step Appraisals... Page 3 Getting Started... Page 4 Upgrading from a Previous Version... Page

More information

Introduction to C#, Visual Studio and Windows Presentation Foundation

Introduction to C#, Visual Studio and Windows Presentation Foundation Introduction to C#, Visual Studio and Windows Presentation Foundation Lecture #3: C#, Visual Studio, and WPF Joseph J. LaViola Jr. Fall 2008 Fall 2008 CAP 6938 Topics in Pen-Based User Interfaces Joseph

More information

Introduction to Application Development with Silverlight for Windows Embedded. Abstract. Windows Embedded CE 6.0 R3 Technical Article

Introduction to Application Development with Silverlight for Windows Embedded. Abstract. Windows Embedded CE 6.0 R3 Technical Article Introduction to Application Development with Silverlight for Windows Embedded Windows Embedded CE 6.0 R3 Technical Article Writers: David Franklin Published: September 2009 Applies To: Windows Embedded

More information

Recipes4Success. Animate a Rocket Ship. Frames 6 - Drawing Tools

Recipes4Success. Animate a Rocket Ship. Frames 6 - Drawing Tools Recipes4Success You can use the drawing tools and path animation tools in Frames to create illustrated cartoons. In this Recipe, you will draw and animate a rocket ship. 2014. All Rights Reserved. This

More information

WPF Learner s Guide to Head First C#

WPF Learner s Guide to Head First C# Good news! I just approved your request to upgrade your desktop to Windows 2003. There are many projects in Head First C# where you build Windows Store apps that require Windows 8. In this appendix, you'll

More information

Mobile Game and App Development the Easy Way

Mobile Game and App Development the Easy Way Mobile Game and App Development the Easy Way Developed and maintained by Pocketeers Limited (http://www.pocketeers.co.uk). For support please visit http://www.appeasymobile.com This document is protected

More information

Visual C# 2012 Programming

Visual C# 2012 Programming Visual C# 2012 Programming Karli Watson Jacob Vibe Hammer John D. Reid Morgan Skinner Daniel Kemper Christian Nagel WILEY John Wiley & Sons, Inc. INTRODUCTION xxxi CHAPTER 1: INTRODUCING C# 3 What Is the.net

More information

Understanding In and Out of XAML in WPF

Understanding In and Out of XAML in WPF Understanding In and Out of XAML in WPF 1. What is XAML? Extensible Application Markup Language and pronounced zammel is a markup language used to instantiate.net objects. Although XAML is a technology

More information

Windows Presentation Foundation (WPF)

Windows Presentation Foundation (WPF) 50151 - Version: 4 05 July 2016 Windows Presentation Foundation (WPF) Windows Presentation Foundation (WPF) 50151 - Version: 4 5 days Course Description: This five-day instructor-led course provides students

More information

Lab Activity File Management with Windows Explorer Windows XP, Vista, Windows 7 and Windows 8 Brought to you by RMRoberts.com

Lab Activity File Management with Windows Explorer Windows XP, Vista, Windows 7 and Windows 8 Brought to you by RMRoberts.com Lab Activity File Management with Windows Explorer Windows XP, Vista, Windows 7 and Windows 8 Brought to you by RMRoberts.com After completing this laboratory activity, you will be able to: o Open and

More information

Sharing Files and Whiteboards

Sharing Files and Whiteboards Your user role in a meeting determines your level of file sharing. The type of files you can share include documents, presentations, and videos. About Sharing Files, page 1 Changing Views in a File or

More information

70-511. Microsoft Windows Apps Dev w/microsoft.net Framework 4. http://www.officialcerts.com

70-511. Microsoft Windows Apps Dev w/microsoft.net Framework 4. http://www.officialcerts.com http://www.officialcerts.com 70-511 Microsoft Windows Apps Dev w/microsoft.net Framework 4 OfficialCerts.com is a reputable IT certification examination guide, study guides and audio exam provider. We

More information

Windows Presentation Foundation: What, Why and When

Windows Presentation Foundation: What, Why and When Windows Presentation Foundation: What, Why and When A. WHY WPF: WPF is framework to build application for windows. It is designed for.net influenced by modern display technologies like HTML and Flash and

More information

NetMeeting - User Guide

NetMeeting - User Guide NetMeeting - User Guide 1. To Host a Meeting 1. On the Call menu, click Host Meeting. 2. In Meeting Name, type the meeting name or leave it set to Personal Conference. 3. In Password, type the meeting

More information

1. WPF Tutorial Page 1 of 431 wpf-tutorial.com

1. WPF Tutorial Page 1 of 431 wpf-tutorial.com 1. WPF Tutorial Page 1 of 431 1.1. About WPF 1.1.1. What is WPF? WPF, which stands for Windows Presentation Foundation, is Microsoft's latest approach to a GUI framework, used with the.net framework. But

More information

Using PowerPoint s Advanced Features. What Are Advanced Features? Basic Skills:

Using PowerPoint s Advanced Features. What Are Advanced Features? Basic Skills: Using PowerPoint s Advanced Features September, 2003 Suzanne Czurylo czurylo@umich.edu For questions about using PowerPoint, please contact Software Support at umbssofthelp@umich.edu What Are Advanced

More information

Jing Yang Spring 2010

Jing Yang Spring 2010 Information Visualization Jing Yang Spring 2010 1 InfoVis Programming 2 1 Outline Look at increasing higher-level tools 2D graphics API Graphicial User Interface (GUI) toolkits Visualization framework

More information

Introduction to the Visual Studio.NET IDE

Introduction to the Visual Studio.NET IDE 2 Introduction to the Visual Studio.NET IDE Objectives To be introduced to the Visual Studio.NET Integrated Development Environment (IDE). To become familiar with the types of commands contained in the

More information

Treemap by Category Visualizations. Product: IBM Cognos Active Report Area of Interest: Reporting

Treemap by Category Visualizations. Product: IBM Cognos Active Report Area of Interest: Reporting Treemap by Category Visualizations Product: IBM Cognos Active Report Area of Interest: Reporting Treemap by Category Visualizations 2 Copyright and Trademarks Licensed Materials - Property of IBM. Copyright

More information

Using SQL Server Management Studio

Using SQL Server Management Studio Using SQL Server Management Studio Microsoft SQL Server Management Studio 2005 is a graphical tool for database designer or programmer. With SQL Server Management Studio 2005 you can: Create databases

More information

Designing for Windows Phone

Designing for Windows Phone Designing for Windows Phone Contents LESSON 1 METRO Design Introduction to METRO design.... 5 Alive in motion... 5 Content, not chrome.... 5 Authentically digital.... 5 Before you start.... 5 Adobe Photoshop

More information

Windows Presentation Foundation

Windows Presentation Foundation .NET Programming Windows Presentation Foundation WPF C. Anderson, Essential Windows Presentation Foundation, Addison-Wesley, 2007 M. MacDonald, Pro WPF in C# 2008, 2nd Ed., Apress, 2008 S. Noble et al.,

More information

MODEL AND METHODOLOGICAL TOOLS FOR TEACHING EVENT-DRIVEN PROGRAMMING IN SECONDARY SCHOOLS

MODEL AND METHODOLOGICAL TOOLS FOR TEACHING EVENT-DRIVEN PROGRAMMING IN SECONDARY SCHOOLS ПЛОВДИВСКИ УНИВЕРСИТЕТ ПАИСИЙ ХИЛЕНДАРСКИ, БЪЛГАРИЯ НАУЧНИ ТРУДОВЕ, ТОМ 39, КН. 3, 2012 МАТЕМАТИКА PLOVDIV UNIVERSITY PAISSII HILENDARSKI, BULGARIA SCIENTIFIC WORKS, VOL. 39, BOOK 3, 2012 MATHEMATICS MODEL

More information

RELEASE NOTES OF NEW FEATURES AND ENHANCEMENTS FOR TRIALDIRECTOR VERSION 6.2.896 PRESENTATION. Additional Layouts for Displaying Synchronized Video

RELEASE NOTES OF NEW FEATURES AND ENHANCEMENTS FOR TRIALDIRECTOR VERSION 6.2.896 PRESENTATION. Additional Layouts for Displaying Synchronized Video RELEASE NOTES OF NEW FEATURES AND ENHANCEMENTS FOR TRIALDIRECTOR VERSION 6.2.896 PRESENTATION Additional Layouts for Displaying Synchronized Video Closed Caption Layout now provides the option to display

More information

BUILDING APPLICATIONS USING C# AND.NET FRAMEWORK (OBJECT-ORIENTED PROGRAMMING, X428.6)

BUILDING APPLICATIONS USING C# AND.NET FRAMEWORK (OBJECT-ORIENTED PROGRAMMING, X428.6) Technology & Information Management Instructor: Michael Kremer, Ph.D. Class 9 Professional Program: Data Administration and Management BUILDING APPLICATIONS USING C# AND.NET FRAMEWORK (OBJECT-ORIENTED

More information

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178

INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 INTRODUCTION to ESRI ARCGIS For Visualization, CPSC 178 1) Navigate to the C:/temp folder 2) Make a directory using your initials. 3) Use your web browser to navigate to www.library.yale.edu/mapcoll/ and

More information

QUICK REFERENCE: ADOBE ILLUSTRATOR CS2 AND CS3 SECTION 1: CS3 TOOL BOX: PAGE 2 SECTION 2: CS2 TOOL BOX: PAGE 11

QUICK REFERENCE: ADOBE ILLUSTRATOR CS2 AND CS3 SECTION 1: CS3 TOOL BOX: PAGE 2 SECTION 2: CS2 TOOL BOX: PAGE 11 QUICK REFERENCE, ADOBE ILLUSTRATOR, PAGE 1 QUICK REFERENCE: ADOBE ILLUSTRATOR CS2 AND CS3 CS2 SECTION 1: CS3 TOOL BOX: PAGE 2 SECTION 2: CS2 TOOL BOX: PAGE 11 SECTION 3: GENERAL CONCEPTS: PAGE 14 SELECTING

More information

DWGSee Professional User Guide

DWGSee Professional User Guide DWGSee Professional User Guide DWGSee is comprehensive software for viewing, printing, marking and sharing DWG files. It is fast, powerful and easy-to-use for every expert and beginners. Starting DWGSee

More information

Working with Video in PowerPoint 2010

Working with Video in PowerPoint 2010 518 442-3608 Working with Video in PowerPoint 2010 Adding video to a PowerPoint presentation can be very useful. In this handout we will explore many of the program s video options. When you start PowerPoint

More information

Consider the possible problems with storing the following data in a spreadsheet:

Consider the possible problems with storing the following data in a spreadsheet: Microsoft Access 2010 Part 1: Introduction to Database Design What is a database? Identifying entities and attributes Understanding relationships and keys Developing tables and other objects Planning a

More information

SIMATIC. WinCC V7.0. Getting started. Getting started. Welcome 2. Icons 3. Creating a project 4. Configure communication 5

SIMATIC. WinCC V7.0. Getting started. Getting started. Welcome 2. Icons 3. Creating a project 4. Configure communication 5 SIMATIC WinCC V7.0 SIMATIC WinCC V7.0 Printout of the Online Help 1 Welcome 2 Icons 3 Creating a project 4 Configure communication 5 Configuring the Process Screens 6 Archiving and displaying values 7

More information

Using WPF for Computer Graphics

Using WPF for Computer Graphics Using WPF for Computer Graphics Matthew Jacobs, 2008 Evolution of (Graphics) Platforms 1/2 Graphics platforms have been going through the same evolution from low-level to high-level that programming languages

More information

CA Plex and Microsoft Windows Presentation

CA Plex and Microsoft Windows Presentation CA Plex and Microsoft Windows Presentation Foundation (WPF) A Technology Preview 8C Rob Layzell CA Aligned LEFT ON COVER ONLY Terms of This Presentation This presentation was based on current information

More information

Creating a Poster in PowerPoint 2010. A. Set Up Your Poster

Creating a Poster in PowerPoint 2010. A. Set Up Your Poster View the Best Practices in Poster Design located at http://www.emich.edu/training/poster before you begin creating a poster. Then in PowerPoint: (A) set up the poster size and orientation, (B) add and

More information

F9 Integration Manager

F9 Integration Manager F9 Integration Manager User Guide for use with QuickBooks This guide outlines the integration steps and processes supported for the purposes of financial reporting with F9 Professional and F9 Integration

More information

Updated CellTracker software manual

Updated CellTracker software manual Updated CellTracker software manual Chengjin Du, Till Bretschneider The software is developed based on the former version of CellTracker (http://dbkgroup.org/celltracker/). All the menu and functions of

More information

WINDOWS 7 MANAGE FILES AND FOLDER WITH WINDOWS EXPLORER

WINDOWS 7 MANAGE FILES AND FOLDER WITH WINDOWS EXPLORER WINDOWS 7 MANAGE FILES AND FOLDER WITH WINDOWS EXPLORER Last Edited: 2012-07-10 1 Introduce Windows Explorer... 3 Navigate folders and their contents... 5 Organize files and folders... 8 Move or copy files

More information

Creating a Newsletter with Microsoft Word

Creating a Newsletter with Microsoft Word Creating a Newsletter with Microsoft Word Frank Schneemann In this assignment we are going to use Microsoft Word to create a newsletter that can be used in your classroom instruction. If you already know

More information

Razvoj aplikacija u programskom jeziku C# Dobrodošli!

Razvoj aplikacija u programskom jeziku C# Dobrodošli! Razvoj aplikacija u programskom jeziku C# Dobrodošli! Servisne informacije vjestina.azurewebsites.net vjestina@outlook.com Servisne informacije Do sljedećeg predavanja Obavezno upisana vještina Čuvati,

More information

SMART Board Training Outline Trainer: Basel Badran

SMART Board Training Outline Trainer: Basel Badran Sharjah Higher Colleges of Technology SMART Board Training Outline Trainer: Basel Badran What is a SMART Board? o Concept & Technology SMART Board Components: o Smart Tools Start Center Recorder Keyboard

More information

To Begin Customize Office

To Begin Customize Office To Begin Customize Office Each of us needs to set up a work environment that is comfortable and meets our individual needs. As you work with Office 2007, you may choose to modify the options that are available.

More information

AutoDWG DWGSee DWG Viewer. DWGSee User Guide

AutoDWG DWGSee DWG Viewer. DWGSee User Guide DWGSee User Guide DWGSee is comprehensive software for viewing, printing, marking and sharing DWG files. It is fast, powerful and easy-to-use for every expert and beginners. Starting DWGSee After you install

More information

Click on various options: Publications by Wizard Publications by Design Blank Publication

Click on various options: Publications by Wizard Publications by Design Blank Publication Click on various options: Publications by Wizard Publications by Design Blank Publication Select the Blank Publications Tab: Choose a blank full page Click on Create New Page Insert > Page Select the number

More information

PowerPoint 2007 Basics Website: http://etc.usf.edu/te/

PowerPoint 2007 Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ PowerPoint is the presentation program included in the Microsoft Office suite. With PowerPoint, you can create engaging presentations that can be presented in person, online,

More information

I ntroduction. Accessing Microsoft PowerPoint. Anatomy of a PowerPoint Window

I ntroduction. Accessing Microsoft PowerPoint. Anatomy of a PowerPoint Window Accessing Microsoft PowerPoint To access Microsoft PowerPoint from your home computer, you will probably either use the Start menu to select the program or double-click on an icon on the Desktop. To open

More information

User manual Version: 1.3 Publication: March 2008

User manual Version: 1.3 Publication: March 2008 User manual Version: 1.3 Publication: March 2008 This manual is property of Thinking Minds Building Bytes SL. It s strictly prohibited its reproduction. 2008 Thinking Minds Building Bytes S.L. INDEX 1.

More information

Introduction to Visual Basic

Introduction to Visual Basic Introduction to Visual Basic Microsoft Visual Basic development system version 6.0 is the most productive tool for creating high-performance components and applications. Visual Basic 6.0 offers developers

More information

AppDev OnDemand UX Design Library

AppDev OnDemand UX Design Library AppDev OnDemand UX Design Library A full year of access to our UX Design Library courses, plus future course releases included free! The AppDev OnDemand UX Design Library includes the principles of UX

More information

Sharing Presentations, Documents, and Whiteboards

Sharing Presentations, Documents, and Whiteboards Chapter 19 19 Sharing Presentations, Documents, and Whiteboards Your user role in an event determines your level of sharing. Whichever role you take, the following table describes the basic tasks associated

More information

Source Code Translation

Source Code Translation Source Code Translation Everyone who writes computer software eventually faces the requirement of converting a large code base from one programming language to another. That requirement is sometimes driven

More information

Using FileMaker Pro with Microsoft Office

Using FileMaker Pro with Microsoft Office Hands-on Guide Using FileMaker Pro with Microsoft Office Making FileMaker Pro Your Office Companion page 1 Table of Contents Introduction... 3 Before You Get Started... 4 Sharing Data between FileMaker

More information

Prepared by: The Center for Transportation Research and Education. October 1998. Infrastructure Management Information System User Manual

Prepared by: The Center for Transportation Research and Education. October 1998. Infrastructure Management Information System User Manual IMIS Infrastructure Management Information System User Manual Prepared by: The Center for Transportation Research and Education October 1998 Infrastructure Management Information System User Manual Page

More information

What s New / 2011.1 Data Visualization. JASON BERES : VP, Product Management jasonb@infragistics.com / @jasonberes / @infragistics

What s New / 2011.1 Data Visualization. JASON BERES : VP, Product Management jasonb@infragistics.com / @jasonberes / @infragistics What s New / 2011.1 Data Visualization JASON BERES : VP, Product Management jasonb@infragistics.com / @jasonberes / @infragistics Agenda 1 / 2011.1 Packaging 2 / Core Investments 3 / Shared XAML Strategy

More information

COMBINING FILES IN PDF PORTFOLIOS

COMBINING FILES IN PDF PORTFOLIOS 5 COMBINING FILES IN PDF PORTFOLIOS Lesson Overview In this lesson, you ll learn how to do the following: Quickly and easily combine files of different types into one PDF Portfolio. Customize the look

More information

National RTAP Marketing Transit Toolkit Customizing Templates in Microsoft Publisher

National RTAP Marketing Transit Toolkit Customizing Templates in Microsoft Publisher National RTAP Marketing Transit Toolkit Customizing Templates in Microsoft Publisher Customizing the Templates in Microsoft Publisher Microsoft Publisher is part of the Microsoft Office Suite, so most

More information

Using Windows Movie Maker to Create Movies

Using Windows Movie Maker to Create Movies Using Windows Movie Maker to Create Movies Windows Movie Maker 2.1 is free! It comes with Windows XP or can be downloaded from the Microsoft Website. http://www.microsoft.com/windowsxp/downloads/updates/moviemaker2.mspx

More information

Manual. Sealer Monitor Software. Version 0.10.7

Manual. Sealer Monitor Software. Version 0.10.7 Manual Sealer Monitor Software Version 0.10.7 Contents 1 Introduction & symbols 1 2 Installation 2 2.1 Requirements 2 2.2 Installation process 2 3 Menu & Tooblar 5 3.1 File menu 5 3.2 Print menu 6 3.3

More information

T-76.4115 Software Development Project I

T-76.4115 Software Development Project I T-76.4115 Software Development Project I Implementation 2, Vianova Systems Finland Oy MapGuide Based Web Edit Interface Page 1 of 8 03 Mar 2008 (Revision 4) Document Revisions Revision Date Author Description

More information

Creating Next-Generation User Experience with Windows Aero, Windows Presentation Foundation and Silverlight on Windows Embedded Standard 7

Creating Next-Generation User Experience with Windows Aero, Windows Presentation Foundation and Silverlight on Windows Embedded Standard 7 Creating Next-Generation User Experience with Windows Aero, Windows Presentation Foundation and Silverlight on Windows Embedded Standard 7 Windows Embedded Standard uses the latest Technology included

More information

AdminToys Suite. Installation & Setup Guide

AdminToys Suite. Installation & Setup Guide AdminToys Suite Installation & Setup Guide Copyright 2008-2009 Lovelysoft. All Rights Reserved. Information in this document is subject to change without prior notice. Certain names of program products

More information

File Management With Windows Explorer

File Management With Windows Explorer File Management With Windows Explorer Preamble: After you have created and saved numerous files using various programs, file management, the process of organizing and keeping track of all your files, can

More information

BA (Hons) Social work MA Social work PG Diploma Social work: Using PebblePad on Placement 2014-15

BA (Hons) Social work MA Social work PG Diploma Social work: Using PebblePad on Placement 2014-15 Creating assets in Pebble+ There are two ways of creating assets in Pebble+, adding files and completing Pebble+ templates. Adding files You can add file to your assets using Add new File. You then add

More information

Done. Click Done to close the Capture Preview window.

Done. Click Done to close the Capture Preview window. The Capture Preview window allows you to preview, edit, and customize a screen capture before it is saved to a file, inserted into your document, attached to an e-mail, or sent to a variety of other Output

More information

Lession: 2 Animation Tool: Synfig Card or Page based Icon and Event based Time based Pencil: Synfig Studio: Getting Started: Toolbox Canvas Panels

Lession: 2 Animation Tool: Synfig Card or Page based Icon and Event based Time based Pencil: Synfig Studio: Getting Started: Toolbox Canvas Panels Lession: 2 Animation Tool: Synfig In previous chapter we learn Multimedia and basic building block of multimedia. To create a multimedia presentation using these building blocks we need application programs

More information

Using Microsoft Access

Using Microsoft Access Using Microsoft Access Relational Queries Creating a query can be a little different when there is more than one table involved. First of all, if you want to create a query that makes use of more than

More information

Creating a Flyer with Word

Creating a Flyer with Word Page 1 of 19 Creating a Flyer with Word Purpose In this tutorial sheet you will learn how to create a flyer with Word. More specifically, you will learn how to: 1. Use WordArt 2. Insert an image 3. Insert

More information

Właściwość Items. ... typu ItemCollection. content property. Właściwość tylko do odczytu. Każdy element może być dowolnym obiektem

Właściwość Items. ... typu ItemCollection. content property. Właściwość tylko do odczytu. Każdy element może być dowolnym obiektem Items Controls Właściwość Items... typu ItemCollection content property Właściwość tylko do odczytu Każdy element może być dowolnym obiektem... i jest wyświetlany tak jak w ContentControl Elementy typu

More information

Hands-On Practice. Using Notebook Software in the Office

Hands-On Practice. Using Notebook Software in the Office Using Notebook Software in the Office Before You Start Before you begin your meeting, ensure that your computer is turned on and the SMART Board interactive whiteboard is connected and oriented. The SMART

More information

Windows Movie Maker 2012

Windows Movie Maker 2012 Windows Movie Maker 2012 Open Windows Movie Maker A shortcut for Movie Maker should be on the desktop, but if it is not, you can search for the program by touching the right edge of the screen and swiping

More information

Mimio Interactive. Pad and Bar. Technology Integration Department. Last update: 2/15/2013

Mimio Interactive. Pad and Bar. Technology Integration Department. Last update: 2/15/2013 Mimio Interactive Technology Integration Department Last update: 2/15/2013 Getting Started 1. Mimio Bars or Pads (MS Science, and HS) may be checked out from the library. 2. You must have mimio software

More information

Epson Brightlink Interactive Board and Pen Training. Step One: Install the Brightlink Easy Interactive Driver

Epson Brightlink Interactive Board and Pen Training. Step One: Install the Brightlink Easy Interactive Driver California State University, Fullerton Campus Information Technology Division Documentation and Training Services Handout Epson Brightlink Interactive Board and Pen Training Downloading Brightlink Drivers

More information

Introduction to Computers: Session 3 Files, Folders and Windows

Introduction to Computers: Session 3 Files, Folders and Windows Introduction to Computers: Session 3 Files, Folders and Windows Files and folders Files are documents you create using a computer program. For example, this document is a file, made with a program called

More information

How to create labels using a Microsoft Access data file?

How to create labels using a Microsoft Access data file? How to create labels using a Microsoft Access data file? Step 1. a) Open a new layout. b) Select the size of the label. pg.1 Step 2. The next step is to open the Access file containing the data you wish

More information

Contents. Introduction. Chapter 1 Some Hot Tips to Get You Started. Chapter 2 Tips on Working with Strings and Arrays..

Contents. Introduction. Chapter 1 Some Hot Tips to Get You Started. Chapter 2 Tips on Working with Strings and Arrays.. Contents Introduction How to Use This Book How to Use the Tips in This Book Code Naming Conventions Getting the Example Source Code Getting Updates to the Example Code Contacting the Author Chapter 1 Some

More information

Using Acrobat Comment and Markup tools

Using Acrobat Comment and Markup tools Using Acrobat Comment and Markup tools In Adobe Acrobat 9 and Adobe Reader, a comment is a note, highlight, stamp, or any other markup you add to your PDF document by using the comment and markup tools.

More information

Logo Design Studio Pro Guide

Logo Design Studio Pro Guide Logo Design Studio Pro Guide This guide is distributed with software that includes an end-user agreement, this guide, as well as the software described in it, is furnished under license and may be used

More information

DESKTOP COMPUTER SKILLS

DESKTOP COMPUTER SKILLS 1 Desktop Computer Skills Price List DESKTOP COMPUTER SKILLS Microsoft Office 2010 Microsoft Office 2010: New Features Please note all prices exclude VAT Approx. Learning Hours: 3 Price: 45 Office 2010

More information

Information Technology. Introduction to Vista

Information Technology. Introduction to Vista Information Technology Introduction to Vista The Vista Login Screen. Vista, like XP, remembers the previous user. After logging in, you can select your own picture. For a different user to login, click

More information

Presentations and PowerPoint

Presentations and PowerPoint V-1.1 PART V Presentations and PowerPoint V-1.2 Computer Fundamentals V-1.3 LESSON 1 Creating a Presentation After completing this lesson, you will be able to: Start Microsoft PowerPoint. Explore the PowerPoint

More information