Prentice Hall CBT Systems X In A Box IT Courses

Size: px
Start display at page:

Download "Prentice Hall CBT Systems X In A Box IT Courses"

Transcription

1 Prentice Hall CBT Systems X In A Box IT Courses We make it click Visual Basic 5 In A Box Gary Cornell and Dave Jezak Prentice Hall PTR Upper Saddle River, NJ Part of the Prentice Hall CBT Systems X In A Box IT Courses

2 CBT Integration Guide A Winning Combination Prentice Hall is pleased to announce a strategic partnership with CBT Systems, a leading developer of interactive computer-based tutorials. CBT has developed a complete set of CD-based tutorials for Visual Basic5. These tutorials are available to colleges and universities exclusively through Prentice Hall in conjunction with Gary Cornell and Dave Jezak s Core Visual Basic 5. The CD-based tutorials were originally created for industry training and are organized around skill levels; Core Visual Basic 5 on the other hand, was written using conventional chapters. Because the tutorials and the text cover essentially the same topics, individuals using the two in tandem are provided with a superbly well rounded, truly multimedia introduction to Visual Basic. Core Visual Basic 5 offers a consistent presentation and real-world examples in every chapter. You will want to review the table that summarizes the chapter-by-chapter organization. The table will help you ascertain precisely which CBT tutorial and corresponding Cornell and Jezak chapter cover the topic you are looking for. Once you are finished perusing the list of topics, it s time to get to work with the book and the CD. And, of course, we welcome you to visit our web sites at or

3 Event driven programming Opening/closing Visual Basic Fundamentals of Visual Basic - Introduction 1 Fundamentals of Visual Basic - Introduction 1 Visual Basic terminology Fundamentals of Visual Basic - Introduction 1 Main display features Fundamentals of Visual Basic - Introduction 1 A simple application Fundamentals of Visual Basic - Introduction 1 Introduction to forms Fundamentals of Visual Basic - Forms 3 Setting form properties Fundamentals of Visual Basic - Forms 3 Adding controls to a form Fundamentals of Visual Basic - Controls 3 Setting control properties Fundamentals of Visual Basic - Controls 3 Moving controls Fundamentals of Visual Basic - Controls 3 Labels and text boxes Fundamentals of Visual Basic - Controls 3 Command buttons document Fundamentals of Visual Basic - Controls 3 Miscellaneous controls Fundamentals of Visual Basic - Controls 3 The Tab key Fundamentals of Visual Basic - Controls 3 Saving and opening a project Fundamentals of Visual Basic - Program File Control 5 Running an application Fundamentals of Visual Basic - Program File Control 5 Executable files Fundamentals of Visual Basic - Program File Control 5 Defaults Fundamentals of Visual Basic - Program File Control 5 Event procedures Fundamentals of Visual Basic - Programming For Events 4 Changing properties Fundamentals of Visual Basic - Programming For Events management overview 4 Syntax checking Fundamentals of Visual Basic - Programming For Events 4 Message boxes Fundamentals of Visual Basic - Programming For Events 4 Scope of procedures Fundamentals of Visual Basic - Using Procedures 4 Creating procedures Fundamentals of Visual Basic - Using Procedures 4 Procedure calling each other Fundamentals of Visual Basic - Using Procedures 4

4 Renaming and deleting procedures Fundamentals of Visual Basic - Using Procedures 4 Pull-down menus Fundamentals of Visual Basic - Menus 3 Creating menus Fundamentals of Visual Basic - Menus memos 3 Using sub-menus Fundamentals of Visual Basic - Menus 3 Short cut and access keys Fundamentals of Visual Basic - Menus 3 Checkmarks Fundamentals of Visual Basic - Menus 3 Options and menus procedures Fundamentals of Visual Basic - Menus 3 Introducing to list boxes Fundamentals of Visual Basic - List Boxes 3 Simple list boxes Fundamentals of Visual Basic - List Boxes management overview 3 Combo Boxes Fundamentals of Visual Basic - List Boxes 3 File-handling list box Fundamentals of Visual Basic - List Boxes 3 Setting up a file system Fundamentals of Visual Basic - List Boxes 3 Variable types and names Programming With Visual Basic - Data and Variables 5 Scope of variables Programming With Visual Basic - Data and Variables 5 Declaring variables Programming With Visual Basic - Data and Variables 5 Type conversion Programming With Visual Basic - Data and Variables 5 Passing values to procedures Programming With Visual Basic - Data and Variables 5 Numeric expressions Programming With Visual Basic - Data and Variables 5 String slicing Programming With Visual Basic - String Expression 5 String conversion Programming With Visual Basic - String Expression 5 Character conversion Programming With Visual Basic - String Expression Tools 5 Searching strings Programming With Visual Basic - String Expression Tools 5 Creating strings Programming With Visual Basic - String Expression 5 User-defined functions Programming With Visual Basic - User-Defined Functions 5 Array declarations Programming With Visual Basic - Arrays 5 Dynamic arrays Programming With Visual Basic - Arrays 5 Control arrays Programming With Visual Basic - Arrays 5

5 Copying, deleting, renaming files Programming With Visual Basic - Manipulating Files 5 Using file specifications Programming With Visual Basic - Manipulating Files 5 Sequential files Programming With Visual Basic - Manipulating Files 5 Random Access Files Programming With Visual Basic - Manipulating Files 5 Picture boxes and image controls Programming With Visual Basic - Pictures and Graphics 6 The co-ordinate system Programming With Visual Basic - Pictures and Graphics 6 Points and lines documents Programming With Visual Basic - Pictures and Graphics 6 Circles and ellipses Programming With Visual Basic - Pictures and Graphics Access 6 Color option Programming With Visual Basic - Pictures and Graphics 6 Printing Programming With Visual Basic - Output Options 5 Timers Programming With Visual Basic - Output Options 5 The Clipboard Programming With Visual Basic - Data Transfer 5 DDE Programming With Visual Basic - Data Transfer 5 OLE Programming With Visual Basic - Data Transfer 5 DLLs Programming With Visual Basic - Data Transfer 5 MDI Programming With Visual Basic - Data Transfer 5 Program interruptions Programming With Visual Basic - Debugging 9 The Debug window Programming With Visual Basic - Debugging 9 Single Stepping Programming With Visual Basic - Debugging 9 Break points Programming With Visual Basic - Debugging 9 Error trapping Programming With Visual Basic - Debugging 9 Why use component technology? The component object model (COM) VB 5.0 Adv - ActiveX Clients - Components VB 5.0 Adv - ActiveX Clients - Components Objects and interfaces VB 5.0 Adv - ActiveX Clients - Components Clients and servers VB 5.0 Adv - ActiveX Clients - Components

6 ActiveX clients and components Referencing ActiveX components Declaring an object variable Assigning a reference to a variable Using properties, methods, and events objects Navigating object hierarchies VB 5.0 Adv - ActiveX Clients - Using ActiveX Components VB 5.0 Adv - ActiveX Clients - Using ActiveX Components VB 5.0 Adv - ActiveX Clients - Using ActiveX Components VB 5.0 Adv - ActiveX Clients - Using ActiveX Components VB 5.0 Adv - ActiveX Clients -Automation VB 5.0 Adv - ActiveX Clients -Automation Handling run-time errors VB 5.0 Adv - ActiveX Clients -Automation ActiveX code components Code component types Setting project properties VB 5.0 Adv - ActiveX Code - Basic Concepts of Code Components VB 5.0 Adv - ActiveX Code - Basic Concepts of Code Components VB 5.0 Adv - ActiveX Code - Basic Concepts of Code Components Component and object life cycles VB 5.0 Adv - ActiveX Code - Classes in Code Components The instancing property VB 5.0 Adv - ActiveX Code - Classes in Code Components Using the friend keyword VB 5.0 Adv - ActiveX Code - Classes in Code Components Object models VB 5.0 Adv - ActiveX Code - Classes in Code Components Providing polymorphism with interfaces VB 5.0 Adv - ActiveX Code - Interfaces and Polymorphism Implementing interfaces VB 5.0 Adv - ActiveX Code - Interfaces and Polymorphism Version compatibility VB 5.0 Adv - ActiveX Code - Interfaces and Polymorphism Displaying forms from components VB 5.0 Adv - ActiveX Code - Additional Features Using the app object VB 5.0 Adv - ActiveX Code - Additional Features Providing help for clients VB 5.0 Adv - ActiveX Code - Additional Features Marshaling VB 5.0 Adv - ActiveX Code - Additional Features

7 Apartment-Model threading VB 5.0 Adv - ActiveX Code Components II - Multithreading Thread-safe components VB 5.0 Adv - ActiveX Code Components II - Multithreading SingleUse objects VB 5.0 Adv - ActiveX Code Components II - Multithreading Introducing asynchronous processing Using events Using callbacks When to use events and callbacks Testing and debugging concepts Generating and handling errors Complex components What are ActiveX documents? The UserDocument object Positioning a document Navigation Menus help VB 5.0 Adv - ActiveX Code Components II - Providing Asynchronous Notification VB 5.0 Adv - ActiveX Code Components II - Providing Asynchronous Notification VB 5.0 Adv - ActiveX Code Components II - Providing Asynchronous Notification VB 5.0 Adv - ActiveX Code Components II - Providing Asynchronous Notification VB 5.0 Adv - ActiveX Code Components II - Testing and Debugging Code Components VB 5.0 Adv - ActiveX Code Components II - Testing and Debugging Code Components VB 5.0 Adv - ActiveX Code Components II - Testing and Debugging Code Components VB 5.0 Adv - ActiveX Documents - Creating ActiveX Documents VB 5.0 Adv - ActiveX Documents - Creating ActiveX Documents VB 5.0 Adv - ActiveX Documents - Using ActiveX Documents VB 5.0 Adv - ActiveX Documents - Using ActiveX Documents VB 5.0 Adv - ActiveX Documents - Using ActiveX Documents What are ActiveX Controls? Creating a UserControl object VB 5.0 Adv - ActiveX Controls - ActiveX Controls VB 5.0 Adv - ActiveX Controls - ActiveX Controls Additional objects VB 5.0 Adv - ActiveX Controls - ActiveX Controls Exposing methods and events VB 5.0 Adv - ActiveX Controls - Adding Functionality

8 Properties VB 5.0 Adv - ActiveX Controls - Adding Functionality Property pages VB 5.0 Adv - ActiveX Controls - Adding Functionality Distributing your control VB 5.0 Adv - ActiveX Controls - Adding Functionality The Internet Environment VB 5.0 Adv - Creating Internet Aware App - Using Sockets Using the Winsock control VB 5.0 Adv - Creating Internet Aware App - Using Sockets HTTP and FTP The Internet transfer control The WebBrowser control The InternetExplorer object Overview of DLLs Declaring DLLs The API Viewer VB 5.0 Adv - Creating Internet Aware App - Using Internet Protocols VB 5.0 Adv - Creating Internet Aware App - Using Internet Protocols VB 5.0 Adv - Creating Internet Aware App - Designing A Web Browser VB 5.0 Adv - Creating Internet Aware App - Designing A Web Browser Using Dynamic-Linking Libraries - Windows DLLS and Visual Basic Using Dynamic-Linking Libraries - Windows DLLS and Visual Basic Using Dynamic-Linking Libraries - Windows DLLS and Visual Basic Unicode v. ANSI DLLs Using Dynamic-Linking Libraries - Calling DLLs 14 Passing variables to DLLs Using Dynamic-Linking Libraries - Calling DLLs 14 Callback procedures Using Dynamic-Linking Libraries - Calling DLLs 14 Passing strings to DLLs Using Dynamic-Linking Libraries - Calling DLLs 14 Application setup files Editing the setup files Managing the registry VB 5.0 Adv - Optimizing the Application - Creating A Setup Program VB 5.0 Adv - Optimizing the Application - Creating A Setup Program VB 5.0 Adv - Optimizing the Application - Creating A Setup Program The Code Profiler VB 5.0 Adv - Optimizing the Application - Optimization 10 Managing application settings VB 5.0 Adv - Optimizing the Application - Optimization 10 Event logging VB 5.0 Adv - Optimizing the Application - Optimization 10

9 Using Visual SourceSafe Version tracking Localizing your application VB 5.0 Adv - Optimizing the Application - Managing Projects VB 5.0 Adv - Optimizing the Application - Managing Projects VB 5.0 Adv - Optimizing the Application - Managing Projects The forms and controls collections VB 5.0 Adv - Using Objects - Advanced User Interfaces 6 MDI applications VB 5.0 Adv - Using Objects - Advanced User Interfaces 6 The view, list view and image view OLE drag-and-drop concepts manager The drag-and-drop operation Basic terminology User-defined types Working with objects Collection objects Adding properties to classes Adding methods and events to classes The Class Builder utility VB 5.0 Adv - Using Objects - Advanced User Interfaces 6 VB 5.0 Adv - Using Objects - OLE Drag-And -Drop 6 VB 5.0 Adv - Using Objects - OLE Drag-And -Drop 6 VB 5.0 Adv - Using Objects - Classes And Objects VB 5.0 Adv - Using Objects - Classes And Objects VB 5.0 Adv - Using Objects - Classes And Objects VB 5.0 Adv - Using Objects - Classes And Objects VB 5.0 Adv - Using Objects - Building Class Modules VB 5.0 Adv - Using Objects - Building Class Modules VB 5.0 Adv - Using Objects - Building Class Modules Visual Basic and the web Introducing HTML VBScript VBScript and Internet Explorer Adding controls to the web page ActiveX controls and the web VB 5.0 Adv - Web Pages and ActiveX - Programming For Web Pages VB 5.0 Adv - Web Pages and ActiveX - Programming For Web Pages VB 5.0 Adv - Web Pages and ActiveX - Programming For Web Pages VB 5.0 Adv - Web Pages and ActiveX - Programming For Web Pages VB 5.0 Adv - Web Pages and ActiveX - Web Page Objects And ActiveX VB 5.0 Adv - Web Pages and ActiveX - Web Page Objects And ActiveX

10 Distributing controls over the web Down loading controls Digital signatures Code safety Error trapping VBScript VB 5.0 Adv - Web Pages and ActiveX - Web Page Objects And ActiveX VB 5.0 Adv - Web Pages and ActiveX - Security And The Internet VB 5.0 Adv - Web Pages and ActiveX - Security And The Internet VB 5.0 Adv - Web Pages and ActiveX - Security And The Internet VB 5.0 Adv - Web Pages and ActiveX - Security And The Internet Visual Basic functions VB 5.0 Application Control - Functions and Statements Conditional statements VB 5.0 Application Control - Functions and Statements Looping statements VB 5.0 Application Control - Functions and Statements Standard controls VB 5.0 Application Control - Controls Control arrays VB 5.0 Application Control - Controls ComboBox and ListBox controls Advanced standard controls VB 5.0 Application Control - Controls VB 5.0 Application Control - Controls Custom controls VB 5.0 Application Control - Controls Common dialog control VB 5.0 Application Control - Controls Using the menu editor Popup Menu Adding a status bar Adding toolbars VB 5.0 Application Control - Menus, Status Bars, and Toolbars VB 5.0 Application Control - Menus, Status Bars, and Toolbars VB 5.0 Application Control - Menus, Status Bars, and Toolbars VB 5.0 Application Control - Menus, Status Bars, and Toolbars Overview of drag-anddrop VB 5.0 Application Control - Drag-And-Drop 6 Drag-and-drop basics VB 5.0 Application Control - Drag-And-Drop 6 Input validation VB 5.0 Application Control - Drag-And-Drop 6

11 The Visual Basic Development Environment Project and executable files Creating a simple application VB 5.0 Application Concepts - The Visual Basic 5.0 Environment VB 5.0 Application Concepts - The Visual Basic 5.0 Environment VB 5.0 Application Concepts - The Visual Basic 5.0 Environment Using online help VB 5.0 Application Concepts - The Visual Basic 5.0 Environment 1 Naming objects VB 5.0 Application Concepts - Objects and Events 3 Working with properties VB 5.0 Application Concepts - Objects and Events 3 Methods VB 5.0 Application Concepts - Objects and Events 3 The object browser VB 5.0 Application Concepts - Objects and Events 3 Forms VB 5.0 Application Concepts - Forms And Basic Controls 3 Basic controls VB 5.0 Application Concepts - Forms And Basic Controls 3 Control accessibility VB 5.0 Application Concepts - Forms And Basic Controls 3 Data access The data control Using bound controls Structured query language The data form wizard Working with records Adding functionality Customizing projects Interface design principles Using the setup wizard VB 5.0 Developing Database Applications - Data Access and Control VB 5.0 Developing Database Applications - Data Access and Control VB 5.0 Developing Database Applications - Data Access and Control VB 5.0 Developing Database Applications - Data Access and Control VB 5.0 Developing Database Applications - Data Form Wizard VB 5.0 Developing Database Applications - Data Form Wizard VB 5.0 Developing Database Applications - Data Form Wizard VB 5.0 Developing Database Applications - Development Issues VB 5.0 Developing Database Applications - Development Issues VB 5.0 Developing Database Applications - Development Issues

12 Client/server system The code window Making code easier to read Navigating code VB 5.0 Developing Database Applications - Development Issues VB 5.0 Forms, Variables, and Procedures - Visual Basic Code VB 5.0 Forms, Variables, and Procedures - Visual Basic Code VB 5.0 Forms, Variables, and Procedures - Visual Basic Code 11 The startup form VB 5.0 Forms, Variables, and Procedures - Managing Forms Controlling form display VB 5.0 Forms, Variables, and Procedures - Managing Forms Ending an application VB 5.0 Forms, Variables, and Procedures - Managing Forms Variables and data types Declaring variables Constants General and event procedures Sub and function procedures Passing arguments to procedures Compiling an application Working with forms Ending an application Writing a procedure Calling a procedure VB 5.0 Forms, Variables, and Procedures - Variables, Data Types, and Constants VB 5.0 Forms, Variables, and Procedures - Variables, Data Types, and Constants VB 5.0 Forms, Variables, and Procedures - Variables, Data Types, and Constants VB 5.0 Forms, Variables, and Procedures - Working With Procedures and Functions VB 5.0 Forms, Variables, and Procedures - Working With Procedures and Functions VB 5.0 Forms, Variables, and Procedures - Working With Procedures and Functions VB 5.0 Forms, Variables, and Procedures - Working With Procedures and Functions VB 5.0 Forms, Variables, and Procedures - Forms and Procedures VB 5.0 Forms, Variables, and Procedures - Forms and Procedures VB 5.0 Forms, Variables, and Procedures - Forms and Procedures VB 5.0 Forms, Variables, and Procedures - Forms and Procedures An overview of ActiveX VB 5.0 Introducing ActiveX - ActiveX Controls Using ActiveX controls VB 5.0 Introducing ActiveX - ActiveX Controls ActiveX components VB 5.0 Introducing ActiveX - ActiveX Controls

13 The ActiveX control interface wizard Testing the ActiveX control Compiling and using the ActiveX control VB 5.0 Introducing ActiveX - Creating ActiveX Controls VB 5.0 Introducing ActiveX - Creating ActiveX Controls VB 5.0 Introducing ActiveX - Creating ActiveX Controls Types of errors VB 5.0 Testing and Debugging - Errors 9 Error Handling VB 5.0 Testing and Debugging - Errors 9 The Debug toolbar VB 5.0 Testing and Debugging - Errors 9 The Locals window The Immediate window The Watches window VB 5.0 Testing and Debugging - Using the Debugging Windows VB 5.0 Testing and Debugging - Using the Debugging Windows VB 5.0 Testing and Debugging - Using the Debugging Windows 9 9 9

Visual Basic 6 (VB6 Comprehensive) Course Overview

Visual Basic 6 (VB6 Comprehensive) Course Overview Visual Basic 6 (VB6 Comprehensive) Course Overview Course Code: VB60010 Duration: 5 Days - custom / on-site options available - please call. Who should attend: Prerequisite Skills: IT professionals who

More information

What's New in Access 2000 p. 1 A Brief Access History p. 2 Access the Best Access Ever p. 5 Microsoft Office Developer Features p.

What's New in Access 2000 p. 1 A Brief Access History p. 2 Access the Best Access Ever p. 5 Microsoft Office Developer Features p. Foreword p. xxxiii About the Authors p. xxxvi Introduction p. xxxviii What's New in Access 2000 p. 1 A Brief Access History p. 2 Access 2000--the Best Access Ever p. 5 Microsoft Office Developer Features

More information

Contents. More Controls 51. Visual Basic 1. Introduction to. xiii. Modify the Project 30. Print the Project Documentation 35

Contents. More Controls 51. Visual Basic 1. Introduction to. xiii. Modify the Project 30. Print the Project Documentation 35 Contents Modify the Project 30 Introduction to Print the Project Documentation 35 Visual Basic 1 Sample Printout 36 Writing Windows Applications The Form Image 36 The Code 37 with Visual Basic 2 The Form

More information

END-TERM EXAMINATION

END-TERM EXAMINATION (Please Write your Exam Roll No. immediately) END-TERM EXAMINATION DECEMBER 2006 Exam. Roll No... Exam Series code: 100274DEC06200274 Paper Code : MCA-207 Subject: Front End Design Tools Time: 3 Hours

More information

QTP interview questions

QTP interview questions QTP interview questions Testing interview questions 1. What are the Features & Benefits of Quick Test Pro (QTP 8.0)? - Operates stand-alone, or integrated into Mercury Business Process Testing and Mercury

More information

James Foxall. Sams Teach Yourself. Visual Basic 2012 *24. Hours. sams. 800 East 96th Street, Indianapolis, Indiana, USA

James Foxall. Sams Teach Yourself. Visual Basic 2012 *24. Hours. sams. 800 East 96th Street, Indianapolis, Indiana, USA James Foxall Sams Teach Yourself Visual Basic 2012 *24 Hours sams 800 East 96th Street, Indianapolis, Indiana, 46240 USA Table of Contents Introduction 1 PART I: The Visual Basic 2012 Environment HOUR

More information

Lab 7 Macros, Modules, Data Access Pages and Internet Summary Macros: How to Create and Run Modules vs. Macros 1. Jumping to Internet

Lab 7 Macros, Modules, Data Access Pages and Internet Summary Macros: How to Create and Run Modules vs. Macros 1. Jumping to Internet Lab 7 Macros, Modules, Data Access Pages and Internet Summary Macros: How to Create and Run Modules vs. Macros 1. Jumping to Internet 1. Macros 1.1 What is a macro? A macro is a set of one or more actions

More information

LabWindows /CVI Release Notes Version 9.0

LabWindows /CVI Release Notes Version 9.0 LabWindows /CVI Release Notes Version 9.0 Contents These release notes introduce LabWindows /CVI 9.0. Refer to this document for system requirements, installation and activation instructions, and information

More information

Acknowledgments Introduction. Part I: Programming Access Applications 1. Chapter 1: Overview of Programming for Access 3

Acknowledgments Introduction. Part I: Programming Access Applications 1. Chapter 1: Overview of Programming for Access 3 74029ftoc.qxd:WroxPro 9/27/07 1:40 PM Page xiii Acknowledgments Introduction x xxv Part I: Programming Access Applications 1 Chapter 1: Overview of Programming for Access 3 Writing Code for Access 3 The

More information

Developing Microsoft.NET Applications for Windows (Visual Basic.NET)

Developing Microsoft.NET Applications for Windows (Visual Basic.NET) Developing Microsoft.NET Applications for Windows (Visual Basic.NET) Course Number: 2565 Length: 5 Day(s) Certification Exam This course will help you prepare for the following Microsoft Certified Professional

More information

INTRODUCTION TO.NET. Domain of.net D.N.A. Architecture One Tier Two Tier Three Tier N-Tier THE COMMON LANGUAGE RUNTIME (C.L.R.)

INTRODUCTION TO.NET. Domain of.net D.N.A. Architecture One Tier Two Tier Three Tier N-Tier THE COMMON LANGUAGE RUNTIME (C.L.R.) INTRODUCTION TO.NET Domain of.net D.N.A. Architecture One Tier Two Tier Three Tier N-Tier THE COMMON LANGUAGE RUNTIME (C.L.R.) CLR Architecture and Services The.Net Intermediate Language (IL) Just- In-

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

KINGS COLLEGE OF ENGINEERING PUNALKULAM DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK UNIT - I WINDOWS PROGRAMMING PART A (2 MARKS)

KINGS COLLEGE OF ENGINEERING PUNALKULAM DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK UNIT - I WINDOWS PROGRAMMING PART A (2 MARKS) 1 KINGS COLLEGE OF ENGINEERING PUNALKULAM - 613 303 DEPARTMENT OF INFORMATION TECHNOLOGY QUESTION BANK Subject Code & Name: CS1305 Visual Programming Year / Sem : III / VI UNIT - I WINDOWS PROGRAMMING

More information

Acknowledgments Introduction. Chapter 1: Introduction to Access 2007 VBA 1. The Visual Basic Editor 18. Testing Phase 24

Acknowledgments Introduction. Chapter 1: Introduction to Access 2007 VBA 1. The Visual Basic Editor 18. Testing Phase 24 Acknowledgments Introduction Chapter 1: Introduction to Access 2007 VBA 1 What Is Access 2007 VBA? 1 What s New in Access 2007 VBA? 2 Access 2007 VBA Programming 101 3 Requirements-Gathering Phase 3 Design

More information

Developing Professional Applications in Windows 95 and NT sing MFC

Developing Professional Applications in Windows 95 and NT sing MFC m^ Developing Professional Applications in Windows 95 and NT sing MFC Marshall Brain Lance Lovette To join a Prentice Hall PTR internet mailing list, point to http://www.prenhall.com/register Prentice

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

9. Introduction to MS Access

9. Introduction to MS Access 9. Introduction to MS Access 9.1 What is MS Access? Essentially, MS Access is a database management system (DBMS). Like other products in this category, Access: o Stores and retrieves data, o Presents

More information

C# 2008 and.net Programming for Electronic Engineers - Elektor - ISBN

C# 2008 and.net Programming for Electronic Engineers - Elektor - ISBN Contents Contents 5 About the Author 12 Introduction 13 Conventions used in this book 14 1 The Visual Studio C# Environment 15 1.1 Introduction 15 1.2 Obtaining the C# software 15 1.3 The Visual Studio

More information

DOT NET Syllabus (6 Months)

DOT NET Syllabus (6 Months) DOT NET Syllabus (6 Months) THE COMMON LANGUAGE RUNTIME (C.L.R.) CLR Architecture and Services The.Net Intermediate Language (IL) Just- In- Time Compilation and CLS Disassembling.Net Application to IL

More information

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

Welcome Application. Introducing the Visual Studio.NET IDE. Objectives. Outline 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

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

Introduction p. 1 Basic Programming Introduction p. 7 Introduction to Python p. 7 Why Use Python? p. 10 Main Technical Features p.

Introduction p. 1 Basic Programming Introduction p. 7 Introduction to Python p. 7 Why Use Python? p. 10 Main Technical Features p. Introduction p. 1 Basic Programming Introduction p. 7 Introduction to Python p. 7 Why Use Python? p. 10 Main Technical Features p. 13 Python Distribution p. 16 Installing and Configuring Python p. 18 Python

More information

This course is designed for anyone who needs to learn how to write programs in Python.

This course is designed for anyone who needs to learn how to write programs in Python. Python Programming COURSE OVERVIEW: This course introduces the student to the Python language. Upon completion of the course, the student will be able to write non-trivial Python programs dealing with

More information

Visual C++ 2. Developing Professional Applications in Windows 95 and NT Using MFC. Marshall Brain th Lance Lovette

Visual C++ 2. Developing Professional Applications in Windows 95 and NT Using MFC. Marshall Brain th Lance Lovette Visual C++ 2 Developing Professional Applications in Windows 95 and NT Using MFC Wl Marshall Brain th Lance Lovette Prentice Hall P T R Upper Saddle River, New Jersey 07458 Preface Getting Your Bearings

More information

DEPARTMENT OF INFORMATION TECHNOLOGY ACADEMIC YEAR EVEN SEMESTER QUESTION BANK. UNIT I WINDOWS PROGRAMMING Part-A (2-MARKS)

DEPARTMENT OF INFORMATION TECHNOLOGY ACADEMIC YEAR EVEN SEMESTER QUESTION BANK. UNIT I WINDOWS PROGRAMMING Part-A (2-MARKS) SUB CODE: CS1253 DEPARTMENT OF INFORMATION TECHNOLOGY ACADEMIC YEAR 2008-2009 EVEN SEMESTER SUB NAME: VISUAL PROGRAMMING QUESTION BANK UNIT I WINDOWS PROGRAMMING 1. Write a simple windows program to print

More information

About the Author... xiii Introduction... xiv Acknowledgments and Thanks... xv Terminology... xvii Sample Code... xvii

About the Author... xiii Introduction... xiv Acknowledgments and Thanks... xv Terminology... xvii Sample Code... xvii About the Author... xiii Introduction... xiv Acknowledgments and Thanks... xv Terminology... xvii Sample Code... xvii Part I: Getting Started... 1 Chapter 1: Setup and Parts of the Environment... 3 Starting

More information

2559 : Introduction to Visual Basic.NET Programming with Microsoft.NET

2559 : Introduction to Visual Basic.NET Programming with Microsoft.NET 2559 : Introduction to Visual Basic.NET Programming with Microsoft.NET Introduction Elements of this syllabus are subject to change. This five-day instructor-led course provides students with the knowledge

More information

SEE5A/ Visual Basic Unit : I - V

SEE5A/ Visual Basic Unit : I - V SEE5A/ Visual Basic Unit : I - V 1 1 UNIT I : Syllabus Customizing a Form Writing Simple Programs Tool Box Creating Controls Name Property Command Button, Access Keys Image Controls, Text Boxes, Labels

More information

Coding Faster: Getting More Productive with Microsoft Visual

Coding Faster: Getting More Productive with Microsoft Visual Microsoft Coding Faster: Getting More Productive with Microsoft Visual Studio Covers Microsoft Visual Studio 2005, 2008, and 2010 Zain Naboulsi Sara Ford Table of Contents Foreword Introduction xxiii xxvii

More information

Skill Area 336 Explain Essential Programming Concept. Programming Language 2 (PL2)

Skill Area 336 Explain Essential Programming Concept. Programming Language 2 (PL2) Skill Area 336 Explain Essential Programming Concept Programming Language 2 (PL2) 336.2-Apply Basic Program Development Techniques 336.2.1 Identify language components for program development 336.2.2 Use

More information

Evaluating a Test Executive

Evaluating a Test Executive Evaluating a Test Executive Feature Comparison Matrix National Instruments TestStand combines a large set of off-the-shelf features, a high-performance test execution, and incredible flexibility, to make

More information

VB.NET. Exercise 1: Creating Your First Application in Visual Basic.NET

VB.NET. Exercise 1: Creating Your First Application in Visual Basic.NET VB.NET Module 1: Getting Started This module introduces Visual Basic.NET and explains how it fits into the.net platform. It explains how to use the programming tools in Microsoft Visual Studio.NET and

More information

154 Student Guide. 29. ActiveX. Chapter 29. ActiveX. Copyright 2001, Intellution, Inc. 29-1

154 Student Guide. 29. ActiveX. Chapter 29. ActiveX. Copyright 2001, Intellution, Inc. 29-1 154 Student Guide 29. ActiveX Chapter 29 ActiveX Copyright 2001, Intellution, Inc. 29-1 Intellution Dynamics ifix 29. ActiveX Section Objectives This section provides an introduction to ActiveX. This includes

More information

Java Programming Course Overview. Duration: 35 hours. Price: $900

Java Programming Course Overview. Duration: 35 hours. Price: $900 978.256.9077 admissions@brightstarinstitute.com Java Programming Duration: 35 hours Price: $900 Prerequisites: Basic programming skills in a structured language. Knowledge and experience with Object- Oriented

More information

Chapter 4 Working with Arena

Chapter 4 Working with Arena Chapter 4 Working with Arena What We ll Do... User interface Menus (including Running) Toolbars Help Model windows Drawing Printing Running Building the simple processing model Simulation with Arena Chapter

More information

LabWindows /CVI Version 2013

LabWindows /CVI Version 2013 RELEASE NOTES LabWindows /CVI Version 2013 These release notes introduce LabWindows /CVI 2013. Refer to this document for system requirements, installation and activation instructions, and information

More information

Using Siebel Tools. Version 8.0, Rev. A August 2007

Using Siebel Tools. Version 8.0, Rev. A August 2007 Using Siebel Tools Version 8.0, Rev. A August 2007 Copyright 2005, 2007, Oracle. All rights reserved. The Programs (which include both the software and documentation) contain proprietary information; they

More information

Visual Programming 1. What is Visual Basic? 2. What are different Editions available in VB? 3. List the various features of VB

Visual Programming 1. What is Visual Basic? 2. What are different Editions available in VB? 3. List the various features of VB Visual Programming 1. What is Visual Basic? Visual Basic is a powerful application development toolkit developed by John Kemeny and Thomas Kurtz. It is a Microsoft Windows Programming language. Visual

More information

CERTIFICATE IN WEB PROGRAMMING

CERTIFICATE IN WEB PROGRAMMING COURSE DURATION: 6 MONTHS CONTENTS : CERTIFICATE IN WEB PROGRAMMING 1. PROGRAMMING IN C and C++ Language 2. HTML/CSS and JavaScript 3. PHP and MySQL 4. Project on Development of Web Application 1. PROGRAMMING

More information

Kendo UI. Builder by Progress : What's New

Kendo UI. Builder by Progress : What's New Kendo UI Builder by Progress : What's New Copyright 2017 Telerik AD. All rights reserved. July 2017 Last updated with new content: Version 2.0 Updated: 2017/07/13 3 Copyright 4 Contents Table of Contents

More information

The ActiveX Object. Overview. Let s start now

The ActiveX Object. Overview. Let s start now The ActiveX Object. This article has been written to explain how the ActiveX object works in Multimedia Fusion. Throughout this series, we've seen that many users fail to make use of some powerful features

More information

A Tour of the Scripting System. Contents

A Tour of the Scripting System. Contents A Tour of the Scripting System Contents Features of the Scripting System Script Projects and Scripts Scripting Editor Scripting Panels Scripting Debugger Several Scripting Languages Application Programming

More information

PYTHON. p ykos vtawynivis. Second eciitiovl. CO Ve, WESLEY J. CHUN

PYTHON. p ykos vtawynivis. Second eciitiovl. CO Ve, WESLEY J. CHUN CO Ve, PYTHON p ykos vtawynivis Second eciitiovl WESLEY J. CHUN. PRENTICE HALL Upper Saddle River, NJ Boston Indianapolis San Francisco New York Toronto Montreal London Munich Paris Madrid Capetown Sydney

More information

MFC, ATL, and WFC Is MFC Dead?

MFC, ATL, and WFC Is MFC Dead? MFC, ATL, and WFC Is MFC Dead? MFC, ATL, and WFC Is MFC Dead? Ever since Microsoft released the Active Template Library (ATL) as part of Visual C++, Windows developers have speculated that the Microsoft

More information

BASIC EXCEL SYLLABUS Section 1: Getting Started Section 2: Working with Worksheet Section 3: Administration Section 4: Data Handling & Manipulation

BASIC EXCEL SYLLABUS Section 1: Getting Started Section 2: Working with Worksheet Section 3: Administration Section 4: Data Handling & Manipulation BASIC EXCEL SYLLABUS Section 1: Getting Started Unit 1.1 - Excel Introduction Unit 1.2 - The Excel Interface Unit 1.3 - Basic Navigation and Entering Data Unit 1.4 - Shortcut Keys Section 2: Working with

More information

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

Comprehensive AngularJS Programming (5 Days)

Comprehensive AngularJS Programming (5 Days) www.peaklearningllc.com S103 Comprehensive AngularJS Programming (5 Days) The AngularJS framework augments applications with the "model-view-controller" pattern which makes applications easier to develop

More information

VB.NET Web : Phone : INTRODUCTION TO NET FRAME WORK

VB.NET Web : Phone : INTRODUCTION TO NET FRAME WORK Web :- Email :- info@aceit.in Phone :- +91 801 803 3055 VB.NET INTRODUCTION TO NET FRAME WORK Basic package for net frame work Structure and basic implementation Advantages Compare with other object oriented

More information

Contents. Illustrations. 1 Introduction to Computers, the Internet, the Web and C# 1

Contents. Illustrations. 1 Introduction to Computers, the Internet, the Web and C# 1 csphtp1toc.fm Page viii Friday, December 14, 2001 1:49 PM Illustrations Preface viii xix xxxviii 1 Introduction to Computers, the Internet, the Web and C# 1 1.1 Introduction 2 1.2 What Is a Computer? 3

More information

What s New in Access Learning the history of Access changes. Understanding what s new in Access 2002

What s New in Access Learning the history of Access changes. Understanding what s new in Access 2002 4009ch01.qxd 07/31/01 5:07 PM Page 1 C HAPTER 1 What s New in Access 2002 Learning the history of Access changes Understanding what s new in Access 2002 Understanding what s new in the Jet and SQL Server

More information

GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA IN INFORMATION TECHNOLOGY Semester: 4

GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA IN INFORMATION TECHNOLOGY Semester: 4 GUJARAT TECHNOLOGICAL UNIVERSITY DIPLOMA IN INFORMATION TECHNOLOGY Semester: 4 Subject Name VISUAL BASIC Sr.No Course content 1. 1. Introduction to Visual Basic 1.1. Programming Languages 1.1.1. Procedural,

More information

1 INTRODUCTION. Purpose. Audience. Figure 1-0. Table 1-0. Listing 1-0.

1 INTRODUCTION. Purpose. Audience. Figure 1-0. Table 1-0. Listing 1-0. 1 INTRODUCTION Figure 1-0. Table 1-0. Listing 1-0. Purpose The ADSP-21160 SHARC DSP Instruction Set Reference provides assembly syntax information for the ADSP-21160 Super Harvard Architecture (SHARC)

More information

<Insert Picture Here> Oracle SQL Developer: PL/SQL Support and Unit Testing

<Insert Picture Here> Oracle SQL Developer: PL/SQL Support and Unit Testing 3 Oracle SQL Developer: PL/SQL Support and Unit Testing The following is intended to outline our general product direction. It is intended for information purposes only, and may not

More information

DbSchema Forms and Reports Tutorial

DbSchema Forms and Reports Tutorial DbSchema Forms and Reports Tutorial Contents Introduction... 1 What you will learn in this tutorial... 2 Lesson 1: Create First Form Using Wizard... 3 Lesson 2: Design the Second Form... 9 Add Components

More information

Advance Excel Performing calculations on data 1. Naming groups of data 2. Creating formulas to calculate values

Advance Excel Performing calculations on data 1. Naming groups of data 2. Creating formulas to calculate values Advance Excel 2013 Getting started with Excel 2013 1. Identifying the different Excel 2013 programs 2. Identifying new features of Excel 2013 a. If you are upgrading from Excel 2010 b. If you are upgrading

More information

Part I: Programming Access Applications. Chapter 1: Overview of Programming for Access. Chapter 2: Extending Applications Using the Windows API

Part I: Programming Access Applications. Chapter 1: Overview of Programming for Access. Chapter 2: Extending Applications Using the Windows API 74029c01.qxd:WroxPro 9/27/07 1:43 PM Page 1 Part I: Programming Access Applications Chapter 1: Overview of Programming for Access Chapter 2: Extending Applications Using the Windows API Chapter 3: Programming

More information

SQLBase. Starter Guide

SQLBase. Starter Guide SQLBase Starter Guide 20-2905-1004 Trademarks Centura, Centura net.db, Centura Ranger, the Centura logo, Centura Web Developer, Gupta, the Gupta logo, Gupta Powered, the Gupta Powered logo, Fast Facts,

More information

At the shell prompt, enter idlde

At the shell prompt, enter idlde IDL Workbench Quick Reference The IDL Workbench is IDL s graphical user interface and integrated development environment. The IDL Workbench is based on the Eclipse framework; if you are already familiar

More information

SYLLABUS JAVA COURSE DETAILS. DURATION: 60 Hours. With Live Hands-on Sessions J P I N F O T E C H

SYLLABUS JAVA COURSE DETAILS. DURATION: 60 Hours. With Live Hands-on Sessions J P I N F O T E C H JAVA COURSE DETAILS DURATION: 60 Hours With Live Hands-on Sessions J P I N F O T E C H P U D U C H E R R Y O F F I C E : # 4 5, K a m a r a j S a l a i, T h a t t a n c h a v a d y, P u d u c h e r r y

More information

ощ 'ршорвшэш! цвн-эориэу ощ 'sajbpossv # PIPG DUJ 'ssjmoossv ^ PIPG pipa w н OX ЛЮН VAV

ощ 'ршорвшэш! цвн-эориэу ощ 'sajbpossv # PIPG DUJ 'ssjmoossv ^ PIPG pipa w н OX ЛЮН VAV ощ 'ршорвшэш! цвн-эориэу ощ 'sajbpossv # PIPG DUJ 'ssjmoossv ^ PIPG pipa w н OX ЛЮН VAV Contents Preface Chapter 1 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.18 1.19

More information

DbSchema Forms and Reports Tutorial

DbSchema Forms and Reports Tutorial DbSchema Forms and Reports Tutorial Introduction One of the DbSchema modules is the Forms and Reports designer. The designer allows building of master-details reports as well as small applications for

More information

Introduction. ActiveX, OLE, and the Internet

Introduction. ActiveX, OLE, and the Internet ACTIVEX - AN INTERNET STRATEGY FOR APPLICATIONS DEVELOPMENT Roşca Doina University of Craiova, 200585 Craiova, str. A. I. Cuza, nr. 13, tel.: 0721632019, rosca2na@yahoo.com Bănică Logica University of

More information

Tutorial 1. Creating a Database

Tutorial 1. Creating a Database Tutorial 1 Creating a Database Microsoft Access 2010 Objectives Learn basic database concepts and terms Explore the Microsoft Access window and Backstage view Create a blank database Create and save a

More information

This page intentionally left blank

This page intentionally left blank This page intentionally left blank arting Out with Java: From Control Structures through Objects International Edition - PDF - PDF - PDF Cover Contents Preface Chapter 1 Introduction to Computers and Java

More information

Apex TG India Pvt. Ltd.

Apex TG India Pvt. Ltd. (Core C# Programming Constructs) Introduction of.net Framework 4.5 FEATURES OF DOTNET 4.5 CLR,CLS,CTS, MSIL COMPILER WITH TYPES ASSEMBLY WITH TYPES Basic Concepts DECISION CONSTRUCTS LOOPING SWITCH OPERATOR

More information

M Introduction to Visual Basic.NET Programming with Microsoft.NET 5 Day Course

M Introduction to Visual Basic.NET Programming with Microsoft.NET 5 Day Course Module 1: Getting Started This module introduces Visual Basic.NET and explains how it fits into the.net platform. It explains how to use the programming tools in Microsoft Visual Studio.NET and provides

More information

Microsoft Office 2003: Features, Strategies, and Trends

Microsoft Office 2003: Features, Strategies, and Trends Note: This document will be updated periodically, both with new material and with updates to existing materials as circumstances warrant. It will be covering not only things like Office 2003 features,

More information

Recipes4Success. Create a Storybook. ImageBlender 2.5 Storybook Maker

Recipes4Success. Create a Storybook. ImageBlender 2.5 Storybook Maker In this Recipe you will use the ImageBlender Storybook Maker to create a storybook from a folder of images. You will learn how to add a folder of images, change the order of pages in the storybook, add

More information

Script Host 2.0 Developer's Guide

Script Host 2.0 Developer's Guide _ Microsoft icrosoft Script Host 2.0 Developer's Guide Günter Born Introduction xv parti Introduction to the World of Script Programming chapter i Introduction to Windows Script Host 3 WHAT YOU CAN DO

More information

LIST OF EXPERIMENTS. (1) (Office Automation)

LIST OF EXPERIMENTS. (1) (Office Automation) LIST OF EXPERIMENTS (1) 310042 (Office Automation) 1 Computer Fundamentals 2 DOS Command 3 Execute DOS Command using examples. 4 Introduction to windows & familarity with controls. 5 Introduction of Ms-Office

More information

COP 1170 Introduction to Computer Programming using Visual Basic

COP 1170 Introduction to Computer Programming using Visual Basic Course Justification This course is the first computer programming course in the Computer Information Systems Associate in Arts degree program; is required in the Computer Programming and Analysis, Database

More information

(800) Toll Free (804) Fax Introduction to Java and Enterprise Java using Eclipse IDE Duration: 5 days

(800) Toll Free (804) Fax   Introduction to Java and Enterprise Java using Eclipse IDE Duration: 5 days Course Description This course introduces the Java programming language and how to develop Java applications using Eclipse 3.0. Students learn the syntax of the Java programming language, object-oriented

More information

SAP Automation (BC-FES-AIT)

SAP Automation (BC-FES-AIT) HELP.BCFESRFC Release 4.6C SAP AG Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission

More information

Control FPWIN Pro. PLC programming software: one tool for all applications. Control FPWIN Pro is the universal software for all PLCs from Panasonic

Control FPWIN Pro. PLC programming software: one tool for all applications. Control FPWIN Pro is the universal software for all PLCs from Panasonic Control FPWIN Pro PLC programming software: one tool for all applications Control FPWIN Pro is the universal software for all PLCs from Panasonic Control FPWIN Pro the IEC 61131-3 programming system Control

More information

Visual Basic 6 includes many tools to help you create, revise, manage, and

Visual Basic 6 includes many tools to help you create, revise, manage, and 0625-0 Ch01.F 7/10/03 9:19 AM Page 11 Chapter 1 The Big Picture: Visual Basic s Database Features In This Chapter Sampling Visual Basic s most important database features Connecting an application to a

More information

Teaching Plan. (Academic Year: ) Class : BCA III Year Semester: V. Subject : Entrepreneurship Development Paper No: XXVII E-3

Teaching Plan. (Academic Year: ) Class : BCA III Year Semester: V. Subject : Entrepreneurship Development Paper No: XXVII E-3 Week 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Teaching Plan (Academic Year: 2015-2016) Class : BCA III Year Semester: V Subject : Entrepreneurship Development Paper No: XXVII E-3 Periods per week : 04 Test (Date):

More information

Java for Programmers Course (equivalent to SL 275) 36 Contact Hours

Java for Programmers Course (equivalent to SL 275) 36 Contact Hours Java for Programmers Course (equivalent to SL 275) 36 Contact Hours Course Overview This course teaches programmers the skills necessary to create Java programming system applications and satisfies the

More information

STU SigCaptX Guide. STU SigCaptX Guide. STU SigCaptX. Global Signature Development Team. December Page 1 of 12

STU SigCaptX Guide. STU SigCaptX Guide. STU SigCaptX. Global Signature Development Team. December Page 1 of 12 Global Signature Development Team December 2016 Page 1 of 12 Contents 1 Introduction... 3 1.1 ActiveX method summary... 3 1.2 SigCaptX method summary... 5 2 Installation... 7 2.1 Summary... 7 2.2 Web server...

More information

Windows 2000 System Administration Handbook, 1/e

Windows 2000 System Administration Handbook, 1/e Windows 2000 System Administration Handbook, 1/e Will Willis, Lewisville, Texas David Watts, Sugarland, Texas Tillman Strahan, Lewisville, Texas Copyright 2000, 721 pp. Paper format ISBN 0-13-027010-5

More information

Chapter 2 FEATURES AND FACILITIES. SYS-ED/ Computer Education Techniques, Inc.

Chapter 2 FEATURES AND FACILITIES. SYS-ED/ Computer Education Techniques, Inc. Chapter 2 FEATURES AND FACILITIES SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: JDeveloper features. Java in the database. Simplified database access. IDE: Integrated Development

More information

Developing Microsoft.NET Applications for Windows (Visual Basic.NET)

Developing Microsoft.NET Applications for Windows (Visual Basic.NET) Developing Microsoft.NET Applications for Windows (Visual Basic.NET) Course Number: 2555 Length: 1 Day(s) Certification Exam This course will help you prepare for the following Microsoft Certified Professional

More information

Madhya Pradesh Bhoj (Open) University, Bhopal Diploma in Computer Application (DCA) Assignment Question Paper I

Madhya Pradesh Bhoj (Open) University, Bhopal Diploma in Computer Application (DCA) Assignment Question Paper I Subject : - Fundamental of Computer and IT Maximum Marks : 30 1. Explain various characteristics of computer & various uses of it. 2. What is the software? Discuss the characteristics of user-friendly

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

Zend Studio 3.0. Quick Start Guide

Zend Studio 3.0. Quick Start Guide Zend Studio 3.0 This walks you through the Zend Studio 3.0 major features, helping you to get a general knowledge on the most important capabilities of the application. A more complete Information Center

More information

Solution Explorer Copy Items in a Solution Files That Manage Solutions and Projects Solutions (SQL Server Management Studio) Associate a Query with a

Solution Explorer Copy Items in a Solution Files That Manage Solutions and Projects Solutions (SQL Server Management Studio) Associate a Query with a Table of Contents Copy Items in a Solution Files That Manage Solutions and Projects Solutions (SQL Server Management Studio) Associate a Query with a Connection in a Project Projects (SQL Server Management

More information

Fast Track to Core Java 8 Programming for OO Developers (TT2101-J8) Day(s): 3. Course Code: GK1965. Overview

Fast Track to Core Java 8 Programming for OO Developers (TT2101-J8) Day(s): 3. Course Code: GK1965. Overview Fast Track to Core Java 8 Programming for OO Developers (TT2101-J8) Day(s): 3 Course Code: GK1965 Overview Java 8 Essentials for OO Developers is a three-day, fast-paced, quick start to Java 8 training

More information

Excel Programming with VBA (Macro Programming) 24 hours Getting Started

Excel Programming with VBA (Macro Programming) 24 hours Getting Started Excel Programming with VBA (Macro Programming) 24 hours Getting Started Introducing Visual Basic for Applications Displaying the Developer Tab in the Ribbon Recording a Macro Saving a Macro-Enabled Workbook

More information

Excel 2016: Introduction to VBA

Excel 2016: Introduction to VBA Excel 2016: Introduction to VBA In the previous Excel courses, you used Excel to simplify business tasks, including the creation of spreadsheets, graphs, charts, and formulas that were difficult to create

More information

CS 4300 Computer Graphics

CS 4300 Computer Graphics CS 4300 Computer Graphics Prof. Harriet Fell Fall 2011 Lecture 8 September 22, 2011 GUIs GUIs in modern operating systems cross-platform GUI frameworks common GUI widgets event-driven programming Model-View-Controller

More information

Policy Settings for Windows Server 2003 (including SP1) and Windows XP (including SP2)

Policy Settings for Windows Server 2003 (including SP1) and Windows XP (including SP2) Web 2 Policy Settings for (including SP1) and XP (including SP2) This document was written by Conan Kezema. and XP together introduce more than 270 new administrative template policy settings for you to

More information

DOT NET SYLLABUS FOR 6 MONTHS

DOT NET SYLLABUS FOR 6 MONTHS DOT NET SYLLABUS FOR 6 MONTHS INTRODUCTION TO.NET Domain of.net D.N.A. Architecture One Tier Two Tier Three Tier N-Tier THE COMMON LANGUAGE RUNTIME (C.L.R.) CLR Architecture and Services The.Net Intermediate

More information

Geocortex Workflow Tutorial Create the Search Schools Workflow

Geocortex Workflow Tutorial Create the Search Schools Workflow Geocortex Workflow Tutorial Create the Search Schools Workflow July-2011 www.geocortex.com/essentials Latitude Geographics Group Ltd. 200-1117 Wharf St, Victoria, BC V8W 1T7 Canada Tel: (250) 381-8130

More information

Using Visual Basic Studio 2008

Using Visual Basic Studio 2008 Using Visual Basic Studio 2008 Recall that object-oriented programming language is a programming language that allows the programmer to use objects to accomplish a program s goal. An object is anything

More information

Windows Embedded Compact Test Kit User Guide

Windows Embedded Compact Test Kit User Guide Windows Embedded Compact Test Kit User Guide Writers: Randy Ocheltree, John Hughes Published: October 2011 Applies To: Windows Embedded Compact 7 Abstract The Windows Embedded Compact Test Kit (CTK) is

More information

Vizit Essential for SharePoint 2013 Version 6.x User Manual

Vizit Essential for SharePoint 2013 Version 6.x User Manual Vizit Essential for SharePoint 2013 Version 6.x User Manual 1 Vizit Essential... 3 Deployment Options... 3 SharePoint 2013 Document Libraries... 3 SharePoint 2013 Search Results... 4 Vizit Essential Pop-Up

More information

The 4D Web Companion. David Adams

The 4D Web Companion. David Adams David Adams TABLE OF CONTENTS Welcome 1 About this Book 3 Overview... 3 Terminology... 5 Special Symbols Used in this Book... 5 Versions Covered... 5 About the Demonstrations... 6 About the 4D Code...

More information

Unified Functional Testing

Unified Functional Testing Unified Functional Testing Software Version: 14.03 Tutorial Go to HELP CENTER ONLINE http://admhelp.microfocus.com/uft/ Document Release Date: February 22, 2018 Software Release Date: February 2018 Legal

More information

CHAPTER 1: INTRODUCING C# 3

CHAPTER 1: INTRODUCING C# 3 INTRODUCTION xix PART I: THE OOP LANGUAGE CHAPTER 1: INTRODUCING C# 3 What Is the.net Framework? 4 What s in the.net Framework? 4 Writing Applications Using the.net Framework 5 What Is C#? 8 Applications

More information

Cowley College & Area Vocational Technical School

Cowley College & Area Vocational Technical School Cowley College & Area Vocational Technical School COURSE PROCEDURE FOR C++ PROGRAMMING CIS1862 3 Credit Hours Student Level: This course is open to students on the college level in either freshman or sophomore

More information

COURSE CONTENT Excel with VBA Training

COURSE CONTENT Excel with VBA Training COURSE CONTENT Excel with VBA Training MS Excel - Advance 1. Excel Quick Overview Use of Excel, its boundaries & features 2. Data Formatting & Custom setting Number, Text, Date, Currency, Custom settings.

More information