PRELIMINARY Interfacing to C++
|
|
|
- Frederica Murphy
- 10 years ago
- Views:
Transcription
1 PRELIMINARY Interfacing to C++ DataRay Inc. Interfacing to C++ in Visual Studio 2010 Covers: Interfacing DataRay Camera and Slit Scan Profilers to C++ in Visual Studio 2010 using the DataRay OCX. Start in the standard software: As Administrator, install the DataRay software which came with your product. Attach the profiler product. Allow the drivers to install. Open the DataRay software and select your profiler in the Device pull-down menu. Learn to use your product in the DataRay software. Then close the software. Add Visual Studio 2010: We do not claim to be Visual Studio experts, however we are able to create new projects in Visual Studio that can control DataRay products. Install Visual Studio 2010 on your computer (earlier versions should work, but exact details will change). Download the example from the DataRay website: Cameras: Download & unzip: BeamMap2, Beam R2, ColliMate: TBA Build and run example: This example should build and run with no errors. Not working? or call (303) with: Device name and serial number DataRay, Windows & Visual Studio versions which you are using. Only Visual Studio 2010 and later are fully supported. The DataRay OCX still works in VS2006 and VS2008, but we are only able to provide limited support. Overview of OCX: Your interfacing code communicates with DataRay products through the DataRay OCX. The OCX is an ActiveX component that can be accessed from a variety of Windows based environments. The OCX is automatically generated and registered with the Windows operating system upon installing the DataRay software. Once initialized, the OCX is always running. This means that the camera is still running, even while editing GUI elements in Visual Studio. Do not be alarmed if DataRay OCX GUI elements are active while your program is not running. This is the expected behavior. Some important notes: Read through this entire document. Some prior experience with C++, Windows MFC programming, and Visual Studio is required. The OCX is only functional as part of a GUI-based program. In the Resource View of VS2010, elements may appear as white boxes or as the actual GUI element they represent. Interfacing to C++ in Visual Studio b Page 1 of 9 DataRay Inc. Bella Vista, CA
2 Tutorial: We will show you step-by-step how the example program was created. First, create a new MFC Application in VS2010: Select Dialog based to simplify things (This isn t actually a requirement, but will allow the example to be simple): Interfacing to C++ in Visual Studio b Page 2 of 9 DataRay Inc. Bella Vista, CA
3 The default values in VS2010 are sufficient for this project. Under the Advanced Features tab, verify that ActiveX controls are enabled. The empty project should look like this: Interfacing to C++ in Visual Studio b Page 3 of 9 DataRay Inc. Bella Vista, CA
4 Open the Toolbox. You should see the following DataRay components: If these components aren t visible, complete the following steps: 1) Select Tools->Choose Toolbox Items 2) Select COM Components tab 3) Select Browse 4) Navigate to the your DataRay install directory 5) Select DataRayOcx.ocx The Choose Toolbox Items should now show the DataRay components: Your toolbox should now be populated with the DataRay Controls. Interfacing to C++ in Visual Studio b Page 4 of 9 DataRay Inc. Bella Vista, CA
5 Now we can begin building the actual program. First drag a GetData Control (not DataRayGetData Control) onto the dialog box. This is the only OCX control class required for interfacing to DataRay cameras. We ll also create a Ready button and a display for the two-dimensional camera display (known as a CCDImage) Drag a Button Control to the dialog box. Right click on the button. Select Edit Control. Change the ButtonID to 297. Now drag CCDimage Control. This completes the basic layout of the dialog box. Interfacing to C++ in Visual Studio b Page 5 of 9 DataRay Inc. Bella Vista, CA
6 Now we need to add some code to the template. Right-click on the GetData Control and select Add Variable. Name the variable and make sure Control variable is checked. This creates a member control object in your dialog class named MyGetDataCtrl. The files getdatactrl1.h and getdatactrl1.cpp are automatically generated and do not need to be modified. This object contains the method StartDriver() that needs to be called to initialize the camera. In your initialize dialog function BOOL CTestingDataRayInterfaceToCPlusPlusVS2010Dlg::OnInitDialog() Add the following line: MyGetDataCtrl.StartDriver(); Interfacing to C++ in Visual Studio b Page 6 of 9 DataRay Inc. Bella Vista, CA
7 Now you are ready to build the project. Build and run your project. The green button is exactly the same Ready button as in the DataRay software. Click on the button to begin running your camera. You should see something similar to this (depending on your laser source): Congratulations, you are now interfacing with your DataRay device. Now, we will add a few more objects. For this example, we want to display the X-axis profile, Y-axis profile, and the calculated centroid positions (Xc and Yc). Add two Profile Controls and two Button Controls. In order to find the correct ButtonID to use for the buttons, you need to: 1) Close VS2010 and open the DataRay software 2) Right click on any button, to see the dialog on the right 3) Note the current Name and ID# for this result at the top of the dialog 4) Repeat for all the results of interest. Close the DataRay Software Interfacing to C++ in Visual Studio b Page 7 of 9 DataRay Inc. Bella Vista, CA
8 Following these instructions, you ll be able to tell that to see Xc and Yc, we should change the ButtonIDs to 171 and 172. For the profiles, change the ProfileIDs to 22 and 23. A complete list of Profile IDs can be found here: A complete list of Button IDs can be found here: Build and run your program and you should see the following: Interfacing to C++ in Visual Studio b Page 8 of 9 DataRay Inc. Bella Vista, CA
9 Finally, we will programmatically extract data from the OCX. There are two main methods. One way is to create an instance of the control class (same steps as earlier for the GetData Control). For example, you could create a variable called MyXcButton for the Button with ID 171. Then, the following line of code will give you the value from the button: double Xc=MyXcButton.GetParameter(); You can also query the GetData Control directly for parameters: double Xc_FromOCXResult=MyGetDataCtrl.GetOcxResult(171); where the argument for the GetOcxResult method is the same number used to ID the button. The OCX also supports sending arrays of data via variants: VARIANT MyXVar=MyXProfile.GetProfileDataAsVariant(); This is the preferred method for reading large amounts of data from the OCX. This completes the tutorial! Problems/Questions? As above, contact us with the information listed above. Interfacing to C++ in Visual Studio b Page 9 of 9 DataRay Inc. Bella Vista, CA
Knowledgebase Article
Company web site: Support email: Support telephone: +44 20 3287-7651 +1 646 233-1163 2 EMCO Network Inventory 5 provides a built in SQL Query builder that allows you to build more comprehensive
Select Correct USB Driver
Select Correct USB Driver Windows often installs updated drivers automatically, and defaults to this latest version. Not all of these drivers are compatible with our software. If you are experiencing communications
Data Crow Creating Reports
Data Crow Creating Reports Written by Robert Jan van der Waals August 25, 2014 Version 1.2 Based on Data Crow 4.0.7 (and higher) Introduction Data Crow allows users to add their own reports or to modify
UX3600/NT/NTL/NTS Quick Start Guide This Quick Start Guide will explain how to connect and communicate with the EAW UX3600, NTL720, NTS250, KFNT, and JFNT powered speakers. Table of Contents 1. Downloading
Pharmacy Affairs Branch. Website Database Downloads PUBLIC ACCESS GUIDE
Pharmacy Affairs Branch Website Database Downloads PUBLIC ACCESS GUIDE From this site, you may download entity data, contracted pharmacy data or manufacturer data. The steps to download any of the three
Walkthrough: Creating and Using an ASP.NET Web Service in Visual Web Developer
http://msdn.microsoft.com/en-us/library/8wbhsy70.aspx Walkthrough: Creating and Using an ASP.NET Web Service in Visual Web Developer In addition to letting you create Web pages, Microsoft Visual Studio
Setting Up Your Online ecommerce Shopping Cart
Setting Up Your Online ecommerce Shopping Cart Setting Up Your Online ecommerce Shopping Cart Contents o Building Your ecommerce Shopping Cart o Creating Products o Configuring Shipping & Verifying Taxes
Working with SQL Server Integration Services
SQL Server Integration Services (SSIS) is a set of tools that let you transfer data to and from SQL Server 2005. In this lab, you ll work with the SQL Server Business Intelligence Development Studio to
Use Geodatabase Subtypes and Attribute Domains for Automatic Validation Tutorial
Use Geodatabase Subtypes and Attribute Domains for Automatic Validation Tutorial By Marnel Taggart and Mike Ridland, ESRI Educational Services Overview This tutorial supplements the article Use Geodatabase
eadvantage Certificate Enrollment Procedures
eadvantage Certificate Enrollment Procedures Purpose: Instructions for members to obtain a digital certificate which is a requirement to conduct financial transactions with the Federal Home Loan Bank of
Installing S500 Power Monitor Software and LabVIEW Run-time Engine
EigenLight S500 Power Monitor Software Manual Software Installation... 1 Installing S500 Power Monitor Software and LabVIEW Run-time Engine... 1 Install Drivers for Windows XP... 4 Install VISA run-time...
TAMUS Terminal Server Setup BPP SQL/Alva
We have a new method of connecting to the databases that does not involve using the Texas A&M campus VPN. The new way of gaining access is via Remote Desktop software to a terminal server running here
USING STUFFIT DELUXE THE STUFFIT START PAGE CREATING ARCHIVES (COMPRESSED FILES)
USING STUFFIT DELUXE StuffIt Deluxe provides many ways for you to create zipped file or archives. The benefit of using the New Archive Wizard is that it provides a way to access some of the more powerful
October, 2015. Install/Uninstall Xerox Print Drivers & Apps Best Practices for Windows 8, 8.1, and 10 Customer Tip
October, 2015 Install/Uninstall Xerox Print Drivers & Apps Best Practices for Windows 8, 8.1, and 10 Customer Tip 2015 Xerox Corporation. All rights reserved. Xerox, Xerox and Design, ColorQube, and WorkCentre
GETTING STARTED WITH SQL SERVER
GETTING STARTED WITH SQL SERVER Download, Install, and Explore SQL Server Express WWW.ESSENTIALSQL.COM Introduction It can be quite confusing trying to get all the pieces in place to start using SQL. If
ParishSOFT Remote Installation
Table of Contents Setting up Remote Solution Windows 7 or Vista... 1 Connecting to ParishSOFT... 1 Accessing Your database... 3 Switching to your parish database... 4 Setting up Accounts for users... 5
Installing Geant4 v9.5 for Windows
Installing Geant4 v9.5 for Windows A step-by-step guide for Windows XP/Vista/7 using cmake and Visual C++ 2009 / 2010 Daniel Brandt 6 April 2012 0. Introduction and Requirements This document provides
Intellect Platform - Tables and Templates Basic Document Management System - A101
Intellect Platform - Tables and Templates Basic Document Management System - A101 Interneer, Inc. 4/12/2010 Created by Erika Keresztyen 2 Tables and Templates - A101 - Basic Document Management System
Importing TSM Data into Microsoft Excel using Microsoft Query
Importing TSM Data into Microsoft Excel using Microsoft Query An alternate way to report on TSM information is to use Microsoft Excel s import facilities using Microsoft Query to selectively import the
Page Numbering for a Thesis or Dissertation
Page Numbering for a Thesis or Dissertation Tip: Add Page Numbering to your document after you are finished making all edits. After the page numbering has been added, then add the Table of Contents and/or
Hands-On Lab. Client Workflow. Lab version: 1.0.0 Last updated: 2/23/2011
Hands-On Lab Client Workflow Lab version: 1.0.0 Last updated: 2/23/2011 CONTENTS OVERVIEW... 3 EXERCISE 1: DEFINING A PROCESS IN VISIO 2010... 4 Task 1 Define the Timesheet Approval process... 4 Task 2
Instructions for the installation of drivers and data reading software (TOOLBOX 4) The simple and reliable way to measure radioactivity.
The simple and reliable way to measure radioactivity. Instructions for the installation of drivers and data reading software (TOOLBOX 4) EN 06/2015 2015 GAMMA-SCOUT GmbH & Co. KG Instructions for Driver
Jump-Start Tutorial For ProcessModel
Jump-Start Tutorial For ProcessModel www.blueorange.org.uk ProcessModel Jump-Start Tutorial This tutorial provides step-by-step instructions for creating a process model, running the simulation, and viewing
Excel Reports User Guide
Excel Reports User Guide Copyright 2000-2006, E-Z Data, Inc. All Rights Reserved. No part of this documentation may be copied, reproduced, or translated in any form without the prior written consent of
How to add your Weebly website to a TotalCloud hosted Server
How to add your Weebly website to a TotalCloud hosted Server Creating your Weebly website: 1.) Go to weebly.com and create a free account. 2.) Build and design your personal website using the Weebly features.
MapWindow GIS ActiveX Control
MapWindow GIS ActiveX Control Sample Project: Data Visualization Tool A step-by-step guide to creating a custom GIS-aware application with the MapWindow GIS ActiveX Control by Christopher Michaelis [email protected]
Configuring the SST DeviceNet OPC Server
Overview This application note describes the steps necessary to configure the SST DeviceNet OPC Server for use under Windows NT (Service Pack 3 or higher). This example shows how to set up a configuration
EViews supports online access to EIA data via the EIA web server as well as offline access to data downloaded in the EIA Bulk File format.
EIA Database Overview The EIA database is a large collection of energy and related economic data made available by the U.S. Energy Information Administration as a free public service. EViews supports online
Pro Surveillance System 4.0. Quick Start Reference Guide
Pro Surveillance System 4.0 Quick Start Reference Guide 1 Table of Contents 1) Overview 3 2) Initial Setup Adding a Connection..4 3) Viewing Live Cameras...6 4) Single or Multi Channel Playback..8 5) Predetermined
How to Back Up and Restore an ACT! Database Answer ID 19211
How to Back Up and Restore an ACT! Database Answer ID 19211 Please note: Answer ID documents referenced in this article can be located at: http://www.act.com/support/index.cfm (Knowledge base link). The
SafeWord Domain Login Agent Step-by-Step Guide
SafeWord Domain Login Agent Step-by-Step Guide Author Johan Loos Date January 2009 Version 1.0 Contact [email protected] Table of Contents Table of Contents... 2 Why SafeWord Agent for Windows Domains?...
SAPIP GUI INSTALLATION. Table of Contents
QUICK START GUIDE SAPIP GUI INSTALLATION Table of Contents 1. Install CSU cable driver for SapIP..2-3 2. Check for pre-requisite for SAPIP GUI install......2 3. Check for pre-requisite for SAPIP GUI install...2-6
Business Insight Report Authoring Getting Started Guide
Business Insight Report Authoring Getting Started Guide Version: 6.6 Written by: Product Documentation, R&D Date: February 2011 ImageNow and CaptureNow are registered trademarks of Perceptive Software,
Link Crew & WEB Database User Guide. Database 2006
i Link Crew & WEB Database User Guide Database 2006 1 ii 1 Contents 1 CONTENTS...II 2 THE LINK CREW AND WEB DATABASE... 3 3 DOWNLOADING THE DATABASE... 4 Step 1: Login to the Boomerang Project Website...4
Please check www.milestonesys.com for updates to make sure you install the most recent version of our software.
Guide Contents Dear Milestone Customer, With the purchase of Milestone XProtect Central you have chosen a very powerful central monitoring solution, providing instant overview of any number of Milestone
Email Account Create for Outlook Express
Email Account Create for Outlook Express Click Start Menu Choose Outlook Express Click Tools menu from Menu Bar and then click Accounts In Internet Account Wizard, Click Add Button and Click Mail. 1 In
Moving the TRITON Reporting Databases
Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,
Microsoft Access 2000 for Windows Handout: 3 Academic Computing Support Information Technology Services Tennessee Technological University December 2001 1. Creating a new database In this exercise, we
Dashboard Designer. Introduction Guide. Basic step by step guide to creating a Dashboard. June 2012 V1.2
webkpi Dashboard Designer Introduction Guide Basic step by step guide to creating a Dashboard June 2012 V1.2 webkpi Dashboard Designer Introduction Guide Page 1 Table of Contents Introduction... 3 webkpi
MICROSOFT ACCESS 2003 TUTORIAL
MICROSOFT ACCESS 2003 TUTORIAL M I C R O S O F T A C C E S S 2 0 0 3 Microsoft Access is powerful software designed for PC. It allows you to create and manage databases. A database is an organized body
Auto-Archiving your Emails in Outlook
Changing the AutoArchive Settings for all your Mailbox Folders Changing the AutoArchive Settings for all your Mailbox Folders (cont.) One way to minimize the amount of server space you are using for your
Using IBM dashdb With IBM Embeddable Reporting Service
What this tutorial is about In today's mobile age, companies have access to a wealth of data, stored in JSON format. Leading edge companies are making key decision based on that data but the challenge
Chapter 19: Shopping Carts
1 Chapter 19: Shopping carts are a function of hosting companies and usually require that you sign up for a hosting plan with an e-store. A link on your website takes visitors to your store so that they
Autodesk Fusion 360 Badge Guide: Design an F1 in Schools Trophy
Autodesk Fusion 360 Badge Guide: Design an F1 in Schools Trophy Abstract: Gain basic understanding of creating 3D models in Fusion 360 by designing an F1 in Schools trophy. This badge may be claimed by
How To Integrate SAP Business Data Into SharePoint 2010 Using Business Connectivity Services And LINQ to SAP
How To Integrate SAP Business Data Into SharePoint 2010 Using Business Connectivity Services And LINQ to SAP Jürgen Bäurle August 2010 Parago Media GmbH & Co. KG Introduction One of the core concepts of
MS Excel Template Building and Mapping for Neat 5
MS Excel Template Building and Mapping for Neat 5 Neat 5 provides the opportunity to export data directly from the Neat 5 program to an Excel template, entering in column information using receipts saved
Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102
Intellect Platform - The Workflow Engine Basic HelpDesk Troubleticket System - A102 Interneer, Inc. Updated on 2/22/2012 Created by Erika Keresztyen Fahey 2 Workflow - A102 - Basic HelpDesk Ticketing System
Important Notes for WinConnect Server VS Software Installation:
Important Notes for WinConnect Server VS Software Installation: 1. Only Windows Vista Business, Windows Vista Ultimate, Windows 7 Professional, Windows 7 Ultimate, Windows Server 2008 (32-bit & 64-bit),
Configuring user provisioning for Amazon Web Services (Amazon Specific)
Chapter 2 Configuring user provisioning for Amazon Web Services (Amazon Specific) Note If you re trying to configure provisioning for the Amazon Web Services: Amazon Specific + Provisioning app, you re
Quick Start Guide. Highly customizable automated trading Automate your trades according to rules and models you create.
POWER E*TRADE PRO EXCEL MANAGER Quick Start Guide We are pleased to announce the launch of Excel Manager, an exciting new feature in Power E*TRADE Pro that leverages the flexibility of Microsoft Excel
Software Licensing Management North Carolina State University software.ncsu.edu
When Installing Erdas Imagine: A.) Install the Intergraph License Administration Tool because this provides you with the license for the product so that it can actually run on your machine B.) Secondly,
Remote Viewer Recording Backup
Remote Viewer Recording Backup Introduction: In this tutorial we will explain how to retrieve your recordings using the Web Service online. Using this method you can backup videos onto your computer using
Getting Started 2. Inserting a Digital Signature Field without Signing 3. Signing an Unsigned Digital Signature Field 3
CoSign Quick Guide Signing Microsoft Office 2007/2010 Documents Contents Getting Started 2 Inserting a Digital Signature Field without Signing 3 Signing an Unsigned Digital Signature Field 3 Validating
Firewall Settings for AVG Free Edition
Firewall Settings for AVG Free Edition Installation Guide Document revision 71.4 (02/03/2006) This product uses RSA Data Security, Inc. MD5 Message-Digest Algorithm, Copyright (C) 1991-2, RSA Data Security,
Hosting Users Guide 2011
Hosting Users Guide 2011 eofficemgr technology support for small business Celebrating a decade of providing innovative cloud computing services to small business. Table of Contents Overview... 3 Configure
Trend Micro TM Worry-Free Business Security Services Integration with LabTech
Trend Micro TM Worry-Free Business Security Services Integration with LabTech Introduction Trend Micro Worry-Free Business Security Services is a server-free solution that provides protection for your
DATA VISUALIZATION WITH TABLEAU PUBLIC. (Data for this tutorial at www.peteraldhous.com/data)
DATA VISUALIZATION WITH TABLEAU PUBLIC (Data for this tutorial at www.peteraldhous.com/data) Tableau Public allows you to create a wide variety of interactive graphs, maps and tables and organize them
Tutorial. Patch Management
Tutorial Patch Management 2011 DeskCenter Solutions AG Table of Contents 1. Introduction...3 2. Software deployer...4 2.1 Preparing the software deployer...4 2.2 Configuring software deployers...4 3. Central
How to Mail Merge PDF Documents
How to Mail Merge PDF Documents A step-by-step guide to creating personalized documents Table of Contents What is a mail merge?... 2 What do I need to start?... 2 Step 1: How to create a PDF document?...
Installation Guide for Crossroads Software s Traffic Collision Database
Installation Guide for Crossroads Software s Traffic Collision Database This guide will take you through the process of installing the Traffic Collision Database on a workstation and a network. Crossroads
JVC Monitor Calibration 2 User's Guide
JVC Monitor Calibration 2 User's Guide Table of Contents 1. What is JVC Monitor Calibration 2? 2. System Requirement 3. Installation (JVC Monitor Calibration 2) 4. Uninstall 5. Installation (EyeOne Display
REDUCING YOUR MICROSOFT OUTLOOK MAILBOX SIZE
There are several ways to eliminate having too much email on the Exchange mail server. To reduce your mailbox size it is recommended that you practice the following tasks: Delete items from your Mailbox:
QUANTIFY INSTALLATION GUIDE
QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the
BarTender s ActiveX Automation Interface. The World's Leading Software for Label, Barcode, RFID & Card Printing
The World's Leading Software for Label, Barcode, RFID & Card Printing White Paper BarTender s ActiveX Automation Interface Controlling BarTender using Programming Languages not in the.net Family Contents
How schedule AccuTRConsole to run every hour
How schedule AccuTRConsole to run every hour If you have had problems with getting your reports to send out from AccuTrack or AccuSQL 2014 consistently with the Windows Service AccuTaskRunner.exe we have
OneStop Reporting 3.7 Installation Guide. Updated: 2013-01-31
OneStop Reporting 3.7 Installation Guide Updated: 2013-01-31 Copyright OneStop Reporting AS www.onestopreporting.com Table of Contents System Requirements... 1 Obtaining the Software... 2 Obtaining Your
WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts. Classroom Setup Guide. Web Age Solutions Inc.
WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Software
Product Guide. www.nintex.com [email protected]. 2013 Nintex. All rights reserved. Errors and omissions excepted.
Product Guide 2013 Nintex. All rights reserved. Errors and omissions excepted. www.nintex.com [email protected] 2 Nintex Workflow for Office 365 Product Guide Contents Nintex Forms for Office 365...5
Supplement I.B: Installing and Configuring JDK 1.6
Supplement I.B: Installing and Configuring JDK 1.6 For Introduction to Java Programming Y. Daniel Liang This supplement covers the following topics: Downloading JDK 1.6 ( 1.2) Installing JDK 1.6 ( 1.3)
A Workflow for Creating and Sharing Maps
A Workflow for Creating and Sharing Maps By Keith Mann, Esri What You Will Need Item Source ArcGIS Online for Organizations subscription ArcGIS 10.1 for Desktop (Any license level) ArcGIS Spatial Analyst
Building and Using Web Services With JDeveloper 11g
Building and Using Web Services With JDeveloper 11g Purpose In this tutorial, you create a series of simple web service scenarios in JDeveloper. This is intended as a light introduction to some of the
Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms
Learn how to create web enabled (browser) forms in InfoPath 2013 and publish them in SharePoint 2013. InfoPath 2013 Web Enabled (Browser) forms InfoPath 2013 Web Enabled (Browser) forms Creating Web Enabled
Moving the Web Security Log Database
Moving the Web Security Log Database Topic 50530 Web Security Solutions Version 7.7.x, 7.8.x Updated 22-Oct-2013 Version 7.8 introduces support for the Web Security Log Database on Microsoft SQL Server
You must have at least Editor access to your own mail database to run archiving.
Archiving An archive is a copy of a database you can create to store information no longer in use. Like a replica, an archive contains all documents and design elements in the original database, but unlike
SlimDrivers User Manual
SlimDrivers User Manual Introduction: What are Updates? Updates are corrections to the software on your computer that are made to fix errors or to improve the overall performance of a particular program
KeePass Getting Started on Windows
KeePass Getting Started on Windows This guide includes the initial installation of KeePass 2.x on a Windows PC, creating your first password database, testing the software and entering your first accounts.
BLACKBOARD CONTENT COLLECTION FACULTY TRAINING GUIDE
BLACKBOARD CONTENT COLLECTION FACULTY TRAINING GUIDE Table of Contents About the Guide... 1 Overview... 2 Navigating the Content Collection... 3 Accessing the Content Collection... 3 Content Collection
Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3)
Step-by-step installation guide for monitoring untrusted servers using Operations Manager ( Part 3 of 3) Manual installation of agents and importing the SCOM certificate to the servers to be monitored:
ODBC Driver Version 4 Manual
ODBC Driver Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned in this manual
Install the Production Treasury Root Certificate (Vista / Win 7)
Install the Production Treasury Root Certificate (Vista / Win 7) The Production Treasury Root Certificate should be maintained on your local workstations to use OTCnet Check Capture and Deposit Reporting.
Introduction to Microsoft Access 2003
Introduction to Microsoft Access 2003 Zhi Liu School of Information Fall/2006 Introduction and Objectives Microsoft Access 2003 is a powerful, yet easy to learn, relational database application for Microsoft
File Manager Pro User Guide. Version 3.0
File Manager Pro User Guide Version 3.0 Contents Introduction... 3 1.1. Navigation... 3 2. File Manager Pro... 5 2.1. Changing directories... 5 2.2. Deleting files... 5 2.3. Renaming files... 6 2.4. Copying
How To Send An Encrypted Email In Outlook 2000 (For A Password Protected Email) On A Pc Or Macintosh (For An Ipo) On Pc Or Ipo (For Pc Or For A Password Safemail) On An Iphone Or
Outlook 2000 1. Open Outlook 2000 and select the Tools > Options > Security. 2. Click Change Settings. 3. Under the Certificates and Algorithms, there are two Choose buttons. The first allows you to select
QAD Enterprise Applications. Training Guide Demand Management 6.1 Technical Training
QAD Enterprise Applications Training Guide Demand Management 6.1 Technical Training 70-3248-6.1 QAD Enterprise Applications February 2012 This document contains proprietary information that is protected
Tool Tip. SyAM Management Utilities and Non-Admin Domain Users
SyAM Management Utilities and Non-Admin Domain Users Some features of SyAM Management Utilities, including Client Deployment and Third Party Software Deployment, require authentication credentials with
Getting Started with the Aloha Community Template for Salesforce Identity
Getting Started with the Aloha Community Template for Salesforce Identity Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved.
MICROSOFT ACCESS 2007 BOOK 2
MICROSOFT ACCESS 2007 BOOK 2 4.1 INTRODUCTION TO ACCESS FIRST ENCOUNTER WITH ACCESS 2007 P 205 Access is activated by means of Start, Programs, Microsoft Access or clicking on the icon. The window opened
Virtual Office Remote Installation Guide
Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...
LexisNexis CaseMap-WorkSite Plug-In ReadMe
LexisNexis CaseMap-WorkSite Plug-In ReadMe Version Number 2.0 (Build 1) ReadMe updated March 27, 2007 CONTENTS 1. System Requirements 2. Installing CaseMap-WorkSite Plug-In 3. Uninstalling CaseMap-WorkSite
TUTORIAL: BOARDMAKER STUDIO START-UP
Congratulations, you ve downloaded the Boardmaker Studio trial. To be successful from the start, use this guide to learn the essential skills in Boardmaker Studio. 1 EDIT IN PLACE The most essential skill.
Using an Access Database
A Few Terms Using an Access Database These words are used often in Access so you will want to become familiar with them before using the program and this tutorial. A database is a collection of related
Tutorial Build a simple IBM Rational Publishing Engine (RPE) template for IBM Rational DOORS
Tutorial Build a simple IBM Rational Publishing Engine (RPE) template for IBM Rational DOORS Length: 1 hour Pre-requisites: Understand the terms document template and document specification, and what RPE
Iridium Satellite Phonebook Tool Version H2PT0901 User Guide v3.2
Iridium Phonebook Tool Version H2PT0901 User Guide Iridium Satellite Phonebook Tool Version H2PT0901 User Guide v3.2 May 6, 2013 Iridium Subscriber Equipment Firmware Engineering Table of Contents 1 PURPOSE...
Writer Guide. Chapter 15 Using Forms in Writer
Writer Guide Chapter 15 Using Forms in Writer Copyright This document is Copyright 2005 2008 by its contributors as listed in the section titled Authors. You may distribute it and/or modify it under the
How To Configure CU*BASE Encryption
How To Configure CU*BASE Encryption Configuring encryption on an existing CU*BASE installation INTRODUCTION This booklet was created to assist CU*Answers clients with the configuration of encrypted CU*BASE
PLEASE NOTE: The client data used in these manuals is purely fictional.
Welcome! CAREWare Quick Start guides will walk you through the basics of setting up, managing and using the main CAREWare functions. It is intended for non-technical users who just need to get basic information
How to start creating a VoIP solution with Ozeki VoIP SIP SDK
Lesson 2 How to start creating a VoIP solution with Ozeki VoIP SIP SDK Abstract 2012. 01. 12. The second lesson of will show you all the basic steps of starting VoIP application programming with Ozeki
USING SSL/TLS WITH TERMINAL EMULATION
USING SSL/TLS WITH TERMINAL EMULATION This document describes how to install and configure SSL or TLS support and verification certificates for the Wavelink Terminal Emulation (TE) Client. SSL/TLS support
