Introduction to Development Tools for Windows Mobile based Pocket PCs and Smartphones. July 2003 Microsoft Corporation

Size: px
Start display at page:

Download "Introduction to Development Tools for Windows Mobile based Pocket PCs and Smartphones. July 2003 Microsoft Corporation"

Transcription

1 Introduction to Development Tools for Windows Mobile based Pocket PCs and Smartphones July 2003 Microsoft Corporation

2 2003 Microsoft Corporation. All rights reserved. The information contained in this document represents the current view of Microsoft Corporation on the issues discussed as of the date of publication. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information presented after the date of publication. This White Paper is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS DOCUMENT. Complying with all applicable copyright laws is the responsibility of the user. Without limiting the rights under copyright, no part of this document may be reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), or for any purpose, without the express written permission of Microsoft Corporation. Microsoft may have patents, patent applications, trademarks, copyrights, or other intellectual property rights covering subject matter in this document. Except as expressly provided in any written license agreement from Microsoft, the furnishing of this document does not give you any license to these patents, trademarks, copyrights, or other intellectual property. Microsoft, ActiveSync, ActiveX, Authenticode, MSDN, SQL Server, Visual Basic, Visual C++, Visual Studio, and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. The names of actual companies and products mentioned herein may be the trademarks of their respective owners. Development Tools for Mobile Applications 1

3 INTRODUCTION Since launching the Microsoft Windows CE operating system in 1996 and the Handheld PC version 1.0 product shortly thereafter, Microsoft has helped developers target Windows Mobile -based platforms with a selection of powerful and increasingly specialized tools that address specific needs and application tasks. Currently, Microsoft offers different tool packages for building applications for Windows Mobile-based Pocket PCs and Smartphones. This white paper provides developers with an understanding of the current and future landscape of Windows Mobile application development tools. It helps them decide which offerings are most suitable for specific needs, when to use each tool, and what mobile application developers need to get started on their mobile application projects. The paper also provides information comparing the merits of specific tools. While the current choice of mobile development tools consists of an assortment of offerings and will continue to be enhanced, Microsoft s goal is to eventually create a unified development environment to meet all mobile application development needs, which includes integrating mobile development tools into the core Microsoft Visual Studio.NET product offering. Development Tools for Mobile Applications 2

4 TOOLS FOR MOBILE APPLICATION DEVELOPMENT The following sections provide an overview of the tools currently available for Windows Mobilebased Pocket PCs and Smartphones. When reading the descriptions of the tools, developers should consider them in the context of using native, managed or server-side code: Use native code for high performance, if you need direct hardware access or if you require a small footprint. Use managed code for user interface-centric applications that require fast time-to-market or rapid application development. Also use managed code if you want easy access to web services. Use server-side code for targeting a wide variety of devices with a single code set and where there is guaranteed data bandwidth to the device. The embedded Visual Tools 3.0 Microsoft embedded Visual Tools 3.0 provide an entry-level integrated development environment for building mobile applications, including necessary compilers, debugging and platform documentation. The embedded Visual Tools 3.0 include Microsoft embedded Visual C (evc 3.0) and embedded Visual Basic 3.0 (evb 3.0). Both tools are separate development environments and do not require any other development environment, such as Microsoft Visual Studio or Visual Studio.NET, to run. To target a Windows Mobile-based device, all tools require a platform Software Development Kit (SDK) for the device you want to target. The 2002 edition of the embedded Visual Tools 3.0 includes the SDKs for all current Windows Mobile devices, including Pocket PC 2002 and Smartphone SDKs for devices outside the Windows Mobile family of devices should be available from the device manufacturer. You can download the embedded Visual Tools edition for free at More information about embedded Visual Tools is available at embedded Visual C The Microsoft embedded Visual C development system offers the native code C++ compiler for Windows Mobile-based development. It can target all devices based on Windows CE 2.11 and 3.0 if the correct SDK is installed. The embedded Visual C++ debugger works via Microsoft ActiveSync through a wired, wireless LAN or cradle connection. There are software emulators available for Pocket PC 2002 and Smartphone 2002 devices. When Pocket PC 2002 was released, Microsoft introduced a new emulator for the Pocket PC 2002 SDK that is closer to a real Windows Mobile-based device. The new emulator runs true Windows CE binaries in a virtual PC shell. The Smartphone 2002 and Pocket PC 2003 SDKs also use this new emulator. Use embedded Visual C++ for: Drivers for the Pocket PC or any other Windows Mobile-based device Development Tools for Mobile Applications 3

5 Applications that run natively on the device Games using high-speed graphics through the Game API (GAPI) Applications with intense processing requirements COM servers or Microsoft ActiveX controls embedded Visual Basic 3.0 embedded Visual Basic 3.0 enables applications that use the Visual Basic language; the resulting P-code is interpreted at runtime. While most Windows Mobile-based devices have built-in capabilities to run applications built with embedded Visual Basic, some custom embedded Windows CE-based hardware platforms may not contain the embedded Visual Basic runtime. Windows Mobile 2003 software for Pocket PC does not contain the Visual Basic runtimes, however, they are available for download from embedded Visual Basic is based on a scripting language rather than on the full-featured Visual Basic language. Therefore, many language features available in Visual Basic 6.0 for the desktop are not supported in embedded Visual Basic 3.0. For example: All variables are variant by default; strong typing is not supported ActiveX controls cannot be developed with embedded Visual Basic, but they can be hosted Several Visual Basic intrinsic controls are not supported and some properties are missing embedded Visual Basic cannot be used to develop applications for Windows Mobile 2002-based Smartphone. Due to this and other factors, including the strong interest in the development community in Visual Basic.NET, the embedded Visual Basic technology is being phased out and replaced by the more powerful Visual Basic.NET language. Microsoft recommends that developers use Visual Basic.NET to create all new Pocket PC applications and use embedded Visual Basic for maintaining older applications. embedded Visual C Microsoft embedded Visual C supports development for the new Windows CE.NET 4.2 based devices and, via a service pack release, supports Windows Mobile 2003 software for Pocket PCs (formerly code-named Ozone ). embedded Visual C is ideal for targeting mobile or embedded devices based on Windows CE.NET 4.2 using native code. Enhancements of embedded Visual C include: Just-In-Time debugging for diagnosing unhandled exceptions C++ structured exception handling Attach-to a process for improved process debugging Better integration with the new emulator You can download embedded Visual C++ 4.0, evc 4.0 Service Pack 2 and the SDK for Windows Mobile 2003 software for Pocket PC from Smart Device Programmability Features of Visual Studio.NET 2003 The Smart Device Programmability (SDP) features of Visual Studio.NET, formerly known as the Smart Device Extensions (SDE), help developers write mobile applications that take advantage of the Microsoft.NET Compact Framework, enabling distributed mobile computing in either connected or disconnected scenarios. The extensive class library available through the.net Compact Framework allows applications to be written much faster than with traditional tools. Development Tools for Mobile Applications 4

6 Visual Studio.NET 2003 enables Pocket PC 2002 and, with the appropriate SDK, Pocket PC 2003 development using the same tools and techniques as desktop development. It installs the.net Compact Framework, which is specifically designed for resource-constrained devices. Developers can use the new C# language or the Visual Basic.NET language to target mobile and embedded devices. It also works well for applications that use XML Web services, and leverages ADO.NET. Use Visual Studio.NET 2003 for: Applications that take advantage of Web services Applications that must work well in either a connected or disconnected environment Developing applications using either Visual Basic.NET or C# When you wish to use the same tools for desktop, server and device programming Rapidly developed mobile applications Software that provides a reliable and secure environment Applications that may be moved to different devices with different CPUs or a variety of Windows versions For more information on the Smart Device Programmability features of Visual Studio.NET, go to ASP.NET Mobile Controls ASP.NET Mobile Controls, formerly known as the Microsoft Mobile Internet Toolkit (MMIT), complement Smart Device Programmability and the.net Compact Framework. ASP.NET Mobile Controls extend the power of the.net Compact Framework and Visual Studio.NET for building mobile Web applications by enabling ASP.NET to deliver markup to a wide variety of mobile devices. With this approach, developers can use Visual Studio.NET to build a single mobile Web application that automatically adapts its page rendering for a wide variety of devices, such as Internet-enabled cell phones, pagers and PDAs, like the Pocket PC. It also eases development tasks because it integrates into the Visual Studio.NET Integrated Design Environment (IDE), allowing developers to build mobile Web applications by dragging and dropping controls onto a mobile Web form. ASP.NET does not install any components on the client device. Instead, it uses server-side logic to adapt the rendering to a specific device s Web browser. It generates Wireless Markup Language (WML), HTML and compact HTML (chtml). In addition to adaptive Web page rendering, ASP.NET offers a rich framework for customization and extensibility, providing an easy means of extending the controls to take advantage of new and different devices that will enter the market. Additionally, ASP.NET lets developers control the rendering for a specific device or class of devices within the same programming model, and allows developers to easily add support for new devices without re-authoring their mobile Web applications. Use ASP.NET Mobile Controls for: Supporting a wide range of Web-enabled devices (cell phone, pagers, PDAs) Supporting different markup languages (WML, chtml, HTML) Note: ASP.NET Mobile Controls do not require any client-side installation however the target device must have a client Web browser. For more information about Microsoft ASP.NET Mobile Controls, go to Development Tools for Mobile Applications 5

7 Microsoft SQL Server 2000 Windows CE Edition Version 2.0 Microsoft SQL Server 2000 Windows CE Edition (SQL Server CE) version 2.0 is the compact database for rapidly developing applications that extend enterprise data management capabilities to mobile devices. SQL Server CE is a powerful tool that makes it easy to develop mobile applications by supporting familiar Structured Query Language (SQL) syntax and providing a development model and API consistent with SQL Server. The SQL Server CE engine exposes an essential set of relational database features, such as an optimizing query processor and support for transactions and assorted data types, while maintaining a compact footprint that preserves precious system resources. Remote data access and merge replication ensure that data from SQL Server databases is delivered reliably; can be manipulated offline; and can be synchronized later to the server, making SQL Server CE ideal for mobile and wireless environments. SQL Server CE 2.0 is designed to integrate with the.net Compact Framework through Visual Studio.NET, simplifying database application development for smart devices. Using the new SQL Server CE data provider to manage code by means of the Common Language Runtime, mobile application developers can build highly extensible applications with offline data management capability for disconnected scenarios. Use SQL Server CE as a complement to your development tools when: Extending enterprise data management capabilities to Pocket PCs Developing applications that store and manipulate significant amounts of data on a mobile device Needing reliable data replication with mobile devices in environments with intermittent connectivity For more information about SQL Server CE, go to Development Tools for Mobile Applications 6

8 The Tools Comparison Chart The following chart provides an overview of the capabilities of the different tools. embedded Visual Tools edition embedded Visual C Visual Studio.NET 2003 embedded Visual C embedded Visual Basic 3.0 embedded Visual C (SP2) Smart Device Programmability (.NET Compact Framework) ASP.NET (as part of VS.NET) Code type Native Code x x Interpreted Code x Managed Code x Server- side code x Device SDKs Pocket PC or Pocket PC 2002 x x x x Smartphone 2002 Pocket PC 2003 Key : x Supported x x x x x Development Tools for Mobile Applications 7

9 Development Scenarios In the short term, the most common tools for developing for Windows Mobile-based devices are the embedded Visual Tools 3.0 for Pocket PC 2000 and 2002, embedded Visual C for Smartphone 2002 and embedded Visual C for Pocket PC Eventually, Visual Studio.NET with its Smart Device Programmability (SDP) features will be the development platform for all Windows Mobile-based devices. Server-side or Client-side Code? The decision to use server-side or client-side code depends on several criteria. Each application scenario is different; however, these criteria should help you select the best solution for the users of your application. User experience: Client applications generally provide better user experience as they run locally on the device and are independent of any infrastructure with which they interact. Available bandwidth: This relates to user experience. An application running in an environment where there is significant and reliable bandwidth, such as a wireless LAN, can provide a good server-side code user experience. Data security: A client application must secure sensitive data on the device. Windows Mobile software provides a number of Cryptographic Service Providers that assist with this. Server side applications must ensure that data is transmitted securely using technologies like SSL. Supportability: Updates to a client application must be downloaded and installed to the device. Consider this scenario when thinking about a client application. Offline functionality: If offline data access and functionality is required, a client-side application is best. What Do You Need to Develop for Windows Mobile-based Pocket PC and Smartphone? What you need to develop for Pocket PC and Smartphone depends on what you are trying to develop and which device you are targeting. In most cases you will need to have an integrated development environment and an SDK or extension for the device you want to target. The good news is that you can write applications to target the complete range of Windows Mobile-based devices from one machine as all the tools will co-exist. See the appendix for our recommended installation order. Currently the embedded Visual Tools IDE and necessary SDKs are free and available for download over the Web. Which Tool When? I want to target Smartphone 2002 You should download the embedded Visual Tools Edition, which contains the development environment, emulator and SDK to target this family of devices from If you want to test your application on a real device but Smartphone is not yet available in your territory or does not support development, you can buy a Smartphone Developer Kit. For more information check out Development Tools for Mobile Applications 8

10 Performance, control or footprint are important to me, for example I want to write a game, device driver or an Active X component If you plan to target only the newer Pocket PCs running Windows Mobile 2003 software, for Pocket PC 2003 you only need to download embedded Visual C++ 4.0, Service Pack 2 and the Pocket PC 2003 SDK from To support earlier Pocket PC, Pocket PC 2002 and Smartphone 2002 devices you would also need to download the embedded Visual Tools Edition, see If you need to maintain applications targeting the Handheld PC Professional Edition, Handheld PC 2000 or Palm Size PC 1.2, you can download the SDKs for embedded Visual Tools 3.0 through AAC5-0AFFD5FB27DD&displaylang=en. I want to develop an application quickly in a secure and reliable environment, I might want to access web services I want to write a client application that has maximum code portability I want to use my Visual Studio.NET 2003, Visual C#, Visual Basic.Net or.net Framework skills We recommend you use the Smart Device Programmability features in Visual Studio.NET The.NET Compact Framework is built into Windows Mobile 2003-based Pocket PCs. It is available for Pocket PC 2002 although must be installed to the device. I want to maintain an application written in embedded Visual Basic You should download the embedded Visual Tools Edition, which contains the development environment, emulator and SDK for embedded Visual Basic Consider porting your application to the.net Compact Framework using Visual Basic.NET I want to write an application that targets a wide variety of mobile devices that can operate in a thin-client environment You should use ASP.Net Mobile controls as part of Visual Studio.NET You can find more information at Development Tools for Mobile Applications 9

11 CONCLUSION Microsoft is committed to the long-term success of the mobile device market and to helping developers deliver rich, highly functional mobile applications for enterprise users and consumers. The Windows-based mobile application development languages currently available provide an incredible range of power and flexibility. As new generations of mobile devices appear on the market, Microsoft will continue delivering increasingly sophisticated and unified development tools that enable developers to rapidly design and deliver new applications that take advantage of technologies such as Web services and systems that exploit the power of.net-based integration. The availability of these tools will give the mobile application development community the tools it needs to continually provide rapidly growing markets with the applications they need. Development Tools for Mobile Applications 10

12 Appendix : Recommended Installation Order for Development Tools for Mobile Applications In order to ensure the maximum interoperability between the different tools for developing for Windows Mobile software, we recommend you install the tools and SDKs in the following order. If you do not have or do not need one of the tools you need not obtain it in order for the other tools to interoperate, The following installation steps require you to be logged onto to your computer using an account with Local Administrator privileges. 1. Uninstall all existing tools, SDKs and Emulators Before Proceeding You should uninstall the following programs before proceeding with this installation: o embedded Visual Tools 3.0 o embedded Visual C o embedded Visual C Service Pack 2 o Visual Studio.NET 2003 o Pocket PC 2003 SDK o Pocket PC 2002 SDK o Smartphone 2002 SDK o Pocket PC 2000 SDK o Standard SDK for Windows CE.Net o Microsoft ActiveSync 2. Install Microsoft ActiveSync 3.7 All the Development Tools for Mobile Applications require ActiveSync 3.7 for application development and deployment. If you do not have ActiveSync 3.7, you can obtain it from 3. Install the embedded Visual Tools 2002 Edition, Pocket PC 2002 SDK and Smartphone 2002 SDK In order to develop C++ and Visual Basic applications for the Pocket PC and Smartphone 2002 platforms you must install the embedded Visual Tools 2002 edition. You can download the setup package from Note, the setup for the embedded Visual Tools 2002 Edition will also start the installation process for the Pocket PC 2002 and Smartphone 2002 SDKs. 4. Install embedded Visual C and Service Pack 2 In order to develop C++ applications for the Pocket PC 2003, you must install Microsoft embedded Visual C and Service Pack 2. You can download them from tp://msdn.microsoft.com/vstudio/device/embedded/download.asp. Note that you can install Service Pack 2 only after embedded Visual C is installed. Note, installing embedded Visual C Service Pack 2 on Windows Server 2003 may cause a pop-dialog box to come up and prompt that one of the emulator drivers is not signed. You should accept the unsigned driver and continue. Development Tools for Mobile Applications 11

13 5. Install Visual Studio.NET 2003 In order to develop applications in C# or Visual Basic.NET for Pocket PC 2002, Smartphone 2002 or Pocket PC 2003, you must install Visual Studio.NET Pocket PC 2003 devices and the Pocket PC 2003 Emulation images already contain the.net Compact Framework. You must deploy the.net Compact Framework on earlier devices. 6. Install the Pocket PC 2003 SDK To develop applications in C++, C# or Visual Basic.NET for Pocket PC 2003 you must install the Pocket PC 2003 SDK. You can download this SDK from Development Tools for Mobile Applications 12

System Requirements for Microsoft Dynamics NAV 2013 R2

System Requirements for Microsoft Dynamics NAV 2013 R2 System Requirements for Microsoft Dynamics NAV 2013 R2 February 2014 Contents 3 System Requirements for the Microsoft Dynamics NAV Windows Client 3 Web Client 4 System Requirements for Microsoft Dynamics

More information

Key Benefits of Microsoft Visual Studio 2008

Key Benefits of Microsoft Visual Studio 2008 Key Benefits of Microsoft Visual Studio 2008 White Paper December 2007 For the latest information, please see www.microsoft.com/vstudio The information contained in this document represents the current

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

Windows Embedded Compact 7: RemoteFX and Remote Experience Thin Client Integration

Windows Embedded Compact 7: RemoteFX and Remote Experience Thin Client Integration Windows Embedded Compact 7: RemoteFX and Remote Experience Thin Client Integration Windows Embedded Technical Article Summary: Microsoft RemoteFX is a new Windows Server 2008 R2 SP1 feature that enables

More information

SQL Server 2005 Reporting Services (SSRS)

SQL Server 2005 Reporting Services (SSRS) SQL Server 2005 Reporting Services (SSRS) Author: Alex Payne and Brian Welcker Published: May 2005 Summary: SQL Server 2005 Reporting Services is a key component of SQL Server 2005. Reporting Services

More information

Base One's Rich Client Architecture

Base One's Rich Client Architecture Base One's Rich Client Architecture Base One provides a unique approach for developing Internet-enabled applications, combining both efficiency and ease of programming through its "Rich Client" architecture.

More information

Choosing a Development Tool

Choosing a Development Tool Microsoft Dynamics GP 2013 R2 Choosing a Development Tool White Paper This paper provides guidance when choosing which development tool to use to create an integration for Microsoft Dynamics GP. Date:

More information

Microsoft Dynamics NAV

Microsoft Dynamics NAV Microsoft Dynamics NAV Requirements for Microsoft Dynamics NAV 2013 System Requirements for Microsoft Dynamics NAV 2013... 1 System Requirements for the Microsoft Dynamics NAV Windows Client... 1 System

More information

Visual studio 2008 overview

Visual studio 2008 overview OVERVIEW MICROSOFT VISUAL STUDIO 2008 is the development system for designing, developing, and testing next-generation Microsoft Windows -based solutions, Web applications, and services. By improving the

More information

Considerations for Mobile Application Development

Considerations for Mobile Application Development Intermec Technologies Considerations for Mobile Application Development Developer Support, 2012 Intermec Technologies 1/3/2012 Table of Contents What is an AKU?... 3 Device OS / IVA (SSPB)... 3 Operating

More information

Programmabilty. Programmability in Microsoft Dynamics AX 2009. Microsoft Dynamics AX 2009. White Paper

Programmabilty. Programmability in Microsoft Dynamics AX 2009. Microsoft Dynamics AX 2009. White Paper Programmabilty Microsoft Dynamics AX 2009 Programmability in Microsoft Dynamics AX 2009 White Paper December 2008 Contents Introduction... 4 Scenarios... 4 The Presentation Layer... 4 Business Intelligence

More information

Windows Embedded Security and Surveillance Solutions

Windows Embedded Security and Surveillance Solutions Windows Embedded Security and Surveillance Solutions Windows Embedded 2010 Page 1 Copyright The information contained in this document represents the current view of Microsoft Corporation on the issues

More information

DEVELOP. Choosing a Development Tool. Microsoft Dynamics GP. White Paper

DEVELOP. Choosing a Development Tool. Microsoft Dynamics GP. White Paper DEVELOP Microsoft Dynamics GP Choosing a Development Tool White Paper This paper provides guidance when choosing which development tool to use to create an integration for Microsoft Dynamics GP. Date:

More information

Getting started with Microsoft SharePoint Server 2010

Getting started with Microsoft SharePoint Server 2010 Getting started with Microsoft SharePoint Server 2010 Microsoft Corporation Published: May 2010 Author: Microsoft Office System and Servers Team (itspdocs@microsoft.com) Abstract This book provides basic

More information

Technical Overview of Terminal Services

Technical Overview of Terminal Services Technical Overview of Terminal Services Microsoft Corporation Updated: January 2005 Abstract Windows Server 2003 includes the Terminal Services features of Windows 2000, the client and protocol enhancements

More information

DOS to Windows CE Migration: How and Why to Develop Enterprise Mobility Applications for the Windows CE Environment

DOS to Windows CE Migration: How and Why to Develop Enterprise Mobility Applications for the Windows CE Environment DOS to Windows CE Migration: How and Why to Develop Enterprise Mobility Applications for the Windows CE Environment December 2004 Te c h n i c a l W h i t e P a p e r S y m b o l T e c h n o l o g i e

More information

Hardware & Software Requirements for BID2WIN Estimating & Bidding, the BUILD2WIN Product Suite, and BID2WIN Management Reporting

Hardware & Software Requirements for BID2WIN Estimating & Bidding, the BUILD2WIN Product Suite, and BID2WIN Management Reporting Hardware & Software s for BID2WIN Estimating & Bidding, the BUILD2WIN Product Suite, and BID2WIN Management Reporting BID2WIN Software, Inc. Updated 05/08/2012 Abstract This document describes the hardware

More information

Windows Server Update Services 3.0 SP2 Step By Step Guide

Windows Server Update Services 3.0 SP2 Step By Step Guide Windows Server Update Services 3.0 SP2 Step By Step Guide Microsoft Corporation Author: Anita Taylor Editor: Theresa Haynie Abstract This guide provides detailed instructions for installing Windows Server

More information

Only Athena provides complete command over these common enterprise mobility needs.

Only Athena provides complete command over these common enterprise mobility needs. Mobile devices offer great potential for making your enterprise run faster, smarter, and more profitably. However, mobile devices can create considerable challenges for your IT organization, since they

More information

Hands-On Lab: WSUS. Lab Manual Expediting WSUS Service for XP Embedded OS

Hands-On Lab: WSUS. Lab Manual Expediting WSUS Service for XP Embedded OS Lab Manual Expediting WSUS Service for XP Embedded OS Summary In this lab, you will learn how to deploy the security update to your XP Pro or XP embedded images. You will also learn how to prepare the

More information

AuditMatic Enterprise Edition Installation Specifications

AuditMatic Enterprise Edition Installation Specifications Enterprise Edition Installation Specifications Version: 4.0 Copyright 2005 F.A.S., Inc. All rights reserved. Copyright 2008 F.A.S., Inc. All rights reserved. Copyright Notice Information contained in this

More information

Pipeliner CRM Phaenomena Guide Add-In for MS Outlook. 2015 Pipelinersales Inc. www.pipelinersales.com

Pipeliner CRM Phaenomena Guide Add-In for MS Outlook. 2015 Pipelinersales Inc. www.pipelinersales.com Add-In for MS Outlook 205 Pipelinersales Inc. www.pipelinersales.com Add-In for MS Outlook Learn how to use sales lead management with Pipeliner MS Outlook Add-In. CONTENT. Setting up Pipeliner Add-In

More information

Choose the RIGHT Technology Choose the RIGHT Partner Get IT done! Work SMART Not Just Hard

Choose the RIGHT Technology Choose the RIGHT Partner Get IT done! Work SMART Not Just Hard A Scalable Systems Initiative Scalable Microsoft Application Re-engineering Technology Choose the RIGHT Technology Choose the RIGHT Partner Get IT done! Work SMART Not Just Hard Visual Studio.Net Framework

More information

Dynamics AX. Microsoft Dynamics AX 4.0. Microsoft Dynamics ISV Software Solution Test Guidelines

Dynamics AX. Microsoft Dynamics AX 4.0. Microsoft Dynamics ISV Software Solution Test Guidelines Dynamics AX Microsoft Dynamics AX 4.0 Microsoft Dynamics ISV Software Solution Test Guidelines May 23, 2007 The information contained in this document represents the current view of Microsoft Corporation

More information

Overview of Active Directory Rights Management Services with Windows Server 2008 R2

Overview of Active Directory Rights Management Services with Windows Server 2008 R2 Overview of Active Directory Rights Management Services with Windows Server 2008 R2 Student Manual Module 3: Active Directory Rights Management Clients and Information Rights Management on Desktop Applications

More information

Microsoft IT Deploys and Manages Office 365 ProPlus

Microsoft IT Deploys and Manages Office 365 ProPlus Microsoft IT Deploys and Manages Office 365 ProPlus Technical White Paper Published: June 2013 The following content may no longer reflect Microsoft s current position or infrastructure. This content should

More information

Product Development. Using Critical Path EVM for the Microsoft Project Desktop Application Readme

Product Development. Using Critical Path EVM for the Microsoft Project Desktop Application Readme Product Development Using Critical Path EVM for the Microsoft Project Desktop Application Readme Published: June 2009 Table of Contents Introduction... 1 System Requirements... 1 Installing the Critical

More information

Pipeliner CRM Phaenomena Guide Getting Started with Pipeliner. 2015 Pipelinersales Inc. www.pipelinersales.com

Pipeliner CRM Phaenomena Guide Getting Started with Pipeliner. 2015 Pipelinersales Inc. www.pipelinersales.com Getting Started with Pipeliner 05 Pipelinersales Inc. www.pipelinersales.com Getting Started with Pipeliner Learn How to Get Started with Pipeliner Sales CRM Application. CONTENT. Setting up Pipeliner

More information

Windows Server Virtualization An Overview

Windows Server Virtualization An Overview Microsoft Corporation Published: May 2006 Abstract Today s business climate is more challenging than ever and businesses are under constant pressure to lower costs while improving overall operational efficiency.

More information

Microsoft Dynamics SL

Microsoft Dynamics SL Microsoft Dynamics SL Microsoft Dynamics SL Microsoft Dynamics ISV Software Solution Test Guidelines Date: March 30, 2009 Updated July 27, 2009 The information contained in this document represents the

More information

Advanced Web Application Development using Microsoft ASP.NET

Advanced Web Application Development using Microsoft ASP.NET Course Outline Other Information MS2311 Days 3 Starting Time 9:00 Finish Time 4:30 Lunch & refreshments are included with this course. Advanced Web Application Development using Microsoft ASP.NET Course

More information

Customer Relationship Management

Customer Relationship Management It s about customers. M Microsoft Customer Relationship Management PUT YOUR CUSTOMERS AT THE CENTER OF YOUR BUSINESS Microsoft Customer Relationship Management THE GOAL: THE NEED: THE SOLUTION: Provide

More information

Architecture. Architecture. Microsoft Dynamics GP. White Paper

Architecture. Architecture. Microsoft Dynamics GP. White Paper Architecture Microsoft Dynamics GP Architecture White Paper Date: December, 2005 Table of Contents Introduction... 4 Application Structure... 4 Dexterity and the Dexterity Runtime Engine...5 Dexterity...5

More information

Reporting Services. White Paper. Published: August 2007 Updated: July 2008

Reporting Services. White Paper. Published: August 2007 Updated: July 2008 Reporting Services White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 Reporting Services provides a complete server-based platform that is designed to support a wide

More information

Getting to Know the Tools

Getting to Know the Tools Getting to Know the Tools CHAPTER 3 IN THIS CHAPTER Using SQL Server Management Studio One main limitation of the SQL CE 2.0 database released in 2002 was the need to manage the database either using a

More information

Lista alfabética de produtos disponíveis para download

Lista alfabética de produtos disponíveis para download Lista alfabética de produtos disponíveis para download Autoroute 2011 Microsoft.NET Compact Framework 2.0 Microsoft.NET Framework 1.1 SDK Microsoft.NET Framework 2.0 Microsoft.NET Framework 4 Microsoft.NET

More information

Microsoft Dynamics CRM Adapter for Microsoft Dynamics GP

Microsoft Dynamics CRM Adapter for Microsoft Dynamics GP Microsoft Dynamics Microsoft Dynamics CRM Adapter for Microsoft Dynamics GP May 2010 Find updates to this documentation at the following location. http://go.microsoft.com/fwlink/?linkid=162558&clcid=0x409

More information

Microsoft Dynamics AX 2012 System Requirements. Microsoft Corporation Published: November 2011

Microsoft Dynamics AX 2012 System Requirements. Microsoft Corporation Published: November 2011 2012 System Requirements Microsoft Corporation Published: November 2011 Microsoft Dynamics is a line of integrated, adaptable business management solutions that enables you and your people to make business

More information

System Requirements for Microsoft Dynamics NAV 2015

System Requirements for Microsoft Dynamics NAV 2015 System Requirements for Microsoft Dynamics September 2014 Contents... 3 Microsoft Dynamics NAV Windows Client Requirements... 4 Microsoft Dynamics NAV Development Environment Requirements... 5 Microsoft

More information

CRM Form to Web. Internet Lead Capture. Installation Instructions VERSION 1.0 DATE PREPARED: 1/1/2013

CRM Form to Web. Internet Lead Capture. Installation Instructions VERSION 1.0 DATE PREPARED: 1/1/2013 CRM Form to Web Internet Lead Capture Installation Instructions VERSION 1.0 DATE PREPARED: 1/1/2013 DEVELOPMENT: BRITE GLOBAL, INC. 2013 Brite Global, Incorporated. All rights reserved. The information

More information

Customer Relationship Management

Customer Relationship Management It s about customers. M Microsoft Customer Relationship Management PUT YOUR CUSTOMERS AT THE CENTER OF YOUR BUSINESS Microsoft Customer Relationship Management THE GOAL: THE NEED: THE SOLUTION: Provide

More information

Sage CRM Connector Tool White Paper

Sage CRM Connector Tool White Paper White Paper Document Number: PD521-01-1_0-WP Orbis Software Limited 2010 Table of Contents ABOUT THE SAGE CRM CONNECTOR TOOL... 1 INTRODUCTION... 2 System Requirements... 2 Hardware... 2 Software... 2

More information

FAQ CE 5.0 and WM 5.0 Application Development

FAQ CE 5.0 and WM 5.0 Application Development FAQ CE 5.0 and WM 5.0 Application Development Revision 03 This document contains frequently asked questions (or FAQ s) related to application development for Windows Mobile 5.0 and Windows CE 5.0 devices.

More information

Mobile Operating Systems Lesson 05 Windows CE Part 1

Mobile Operating Systems Lesson 05 Windows CE Part 1 Mobile Operating Systems Lesson 05 Windows CE Part 1 Oxford University Press 2007. All rights reserved. 1 Windows CE A 32 bit OS from Microsoft Customized for each specific hardware and processor in order

More information

Label Gallery Software for Microsoft Windows Terminal Services and Citrix MetaFrame

Label Gallery Software for Microsoft Windows Terminal Services and Citrix MetaFrame Label Gallery Software for Microsoft Windows Terminal Services and Citrix MetaFrame White Paper Version 20100716 2009 SATO CORPORATION. All rights reserved. http://www.satoworldwide.com softwaresupport@satogbs.com

More information

Advanced Web Application Development using Microsoft ASP.NET

Advanced Web Application Development using Microsoft ASP.NET Key Data Course #: 2311A Number of Days: 3 Format: Instructor-Led Certification Exams: Exam 70-305: Developing and Implementing Web Applications with Microsoft Visual Basic.NET and Microsoft Visual Studio.NET

More information

How To Develop A Web Development Software For A Business

How To Develop A Web Development Software For A Business Company Profile Rg. No. GUJ-BVN-13673 0 Introduce with company OmTechSoft is an established high-potential player with a rich experience in developing customized commercial grade products and applications

More information

Update and Installation Guide for Microsoft Management Reporter 2.0 Feature Pack 1

Update and Installation Guide for Microsoft Management Reporter 2.0 Feature Pack 1 Update and Installation Guide for Microsoft Management Reporter 2.0 Feature Pack 1 Microsoft Corporation Published: December 2010 Microsoft Dynamics is a line of integrated, adaptable business management

More information

Page 1. Overview of System Architecture

Page 1. Overview of System Architecture Page 1 Contents Introduction to the HR.net Enterprise Framework 1 HR.net Enterprise Administrator Console 3 HR.net Enterprise Document Explorer 4 HR.net Enterprise Server Application 4 HR.net Enterprise

More information

The 2007 R2 Version of Microsoft Office Communicator Mobile for Windows Mobile: Frequently Asked Questions

The 2007 R2 Version of Microsoft Office Communicator Mobile for Windows Mobile: Frequently Asked Questions The 2007 R2 Version of Microsoft Office Communicator Mobile for Windows Mobile: Frequently Asked Questions Published: December 2008 Information in this document, including URL and other Internet Web site

More information

NetIQ Directory and Resource Administrator NetIQ Exchange Administrator. Installation Guide

NetIQ Directory and Resource Administrator NetIQ Exchange Administrator. Installation Guide NetIQ Directory and Resource Administrator NetIQ Exchange Administrator Installation Guide August 2013 Legal Notice NetIQ Directory and Resource Administrator is protected by United States Patent No(s):

More information

Configuration Management in the Data Center

Configuration Management in the Data Center Configuration Management in the Data Center Using Microsoft System Center Published: May 2008 For the latest information, please see http://www.microsoft.com/systemcenter Contents Executive Summary...1

More information

Technical Brief for Windows Home Server Remote Access

Technical Brief for Windows Home Server Remote Access Technical Brief for Windows Home Server Remote Access Microsoft Corporation Published: October, 2008 Version: 1.1 Abstract This Technical Brief provides an in-depth look at the features and functionality

More information

Windows Server Update Services 3.0 SP2 Operations Guide

Windows Server Update Services 3.0 SP2 Operations Guide Windows Server Update Services 3.0 SP2 Operations Guide Microsoft Corporation Author: Anita Taylor Editor: Theresa Haynie Abstract This guide describes how to manage Windows Server Update Services 3.0

More information

Upgrading a Visual Basic Application to.net:

Upgrading a Visual Basic Application to.net: Upgrading a Visual Basic Application to.net: The e-volutionvisualizer Example Introduction The emergence of a new technology brings the opportunity to develop new and more powerful applications. The cost

More information

The best way to get Microsoft Visual Studio 2005 is by purchasing or renewing an MSDN Subscription today.

The best way to get Microsoft Visual Studio 2005 is by purchasing or renewing an MSDN Subscription today. The best way to get Microsoft Visual Studio 2005 is by purchasing or renewing an MSDN Subscription today. Why Visual Studio 2005 represents one of the most significant developer tools releases since the

More information

Lab Answer Key for Module 6: Configuring and Managing Windows SharePoint Services 3.0. Table of Contents Lab 1: Configuring and Managing WSS 3.

Lab Answer Key for Module 6: Configuring and Managing Windows SharePoint Services 3.0. Table of Contents Lab 1: Configuring and Managing WSS 3. Lab Answer Key for Module 6: Configuring and Managing Windows SharePoint Services 3.0 Table of Contents Lab 1: Configuring and Managing WSS 3.0 1 Information in this document, including URL and other Internet

More information

INFORMIX - Data Director for Visual Basic. Version 3.5

INFORMIX - Data Director for Visual Basic. Version 3.5 INFORMIX - Data Director for Visual Basic Version 3.5 Installing and Configuring Data Director This document explains how to install INFORMIX-Data Director for Visual Basic, Version 3.5, in your Microsoft

More information

Microsoft.NET mobiililaitteille:.net Compact Framework

Microsoft.NET mobiililaitteille:.net Compact Framework Microsoft.NET mobiililaitteille:.net Compact Framework Aali Alikoski Architect Evangelist Microsoft Finland aali@microsoft.com Agenda Visual Studio.NET &.NET Framework Microsoft-alustan mobiililaitteet

More information

Introduction to AutoMate 6

Introduction to AutoMate 6 Introduction to AutoMate 6 White Paper Published: February 2005 For the latest information, please see http://www.networkautomation.com/automate/. REVISION 3 (updated 5/11/2005) Abstract Businesses today

More information

Developing Database Business Applications using VB.NET

Developing Database Business Applications using VB.NET Developing Database Business Applications using VB.NET Curriculum class designed and written by Ernest Bonat, Ph.D., President Visual WWW, Inc. Visual WWW is a Microsoft Visual Studio Industry Partner

More information

INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency

INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency 1. 420-PA3-AB Introduction to Computers, the Internet, and the Web This course is an introduction to the computer,

More information

.NET OPPORTUNITIES. Use Microsoft.NET Technology to offer solutions integrated with Microsoft Dynamics NAV. Microsoft Dynamics NAV*

.NET OPPORTUNITIES. Use Microsoft.NET Technology to offer solutions integrated with Microsoft Dynamics NAV. Microsoft Dynamics NAV* .NET OPPORTUNITIES Microsoft Dynamics NAV* Use Microsoft.NET Technology to offer solutions integrated with Microsoft Dynamics NAV * Microsoft DynamicsTM NAV, formerly Microsoft Business Solutions Navision

More information

Crystal Enterprise Report Application Server

Crystal Enterprise Report Application Server Contents This document provides an overview of the Crystal Enterprise product line, with specific focus on the Report Application Server edition; an entry-level edition of Crystal Enterprise that is bundled

More information

Microsoft.NET Mobile Web

Microsoft.NET Mobile Web БЪЛГАРСКА АКАДЕМИЯ НА НАУКИТЕ. BULGARIAN ACADEMY OF SCIENCES ПРОБЛЕМИ НА ТЕХНИЧЕСКАТА КИБЕРНЕТИКА И РОБОТИКАТА, 54 PROBLEMS OF ENGINEERING CYBERNETICS AND ROBOTICS, 54 София. 2004. Sofia Microsoft.NET

More information

Skynax. Mobility Management System. System Manual

Skynax. Mobility Management System. System Manual Skynax Mobility Management System System Manual Intermec by Honeywell 6001 36th Ave. W. Everett, WA 98203 U.S.A. www.intermec.com The information contained herein is provided solely for the purpose of

More information

WEB COMPAS MINIMUM HOSTING REQUIREMENTS

WEB COMPAS MINIMUM HOSTING REQUIREMENTS WEB COMPAS MINIMUM HOSTING REQUIREMENTS For Additional Support: Northpointe Institute for Public Management T: 231.938.5959 F: 231.938.5995 www.npipm.com support@npipm.com Adult COMPAS Web Application

More information

2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led

2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led 2311A: Advanced Web Application Development using Microsoft ASP.NET Course 2311A Three days Instructor-led Introduction This three-day, instructor-led course provides students with the knowledge and skills

More information

Microsoft Embedded Overview Martin Grossen, Franchise Manager Microsoft, Avnet Silica

Microsoft Embedded Overview Martin Grossen, Franchise Manager Microsoft, Avnet Silica Microsoft Embedded Overview Martin Grossen, Franchise Manager Microsoft, Avnet Silica Agenda The Microsoft WE Channel (Windows Embedded) Licensing / Availability Microsoft XP Professional (WE Enterprise)

More information

Agile Business Suite (AB Suite)

Agile Business Suite (AB Suite) Agile Business Suite (AB Suite) Course Catalog Unisys Agile Business Suite A Fast and Easy Way to Develop Mission Critical Applications! Agile Business Suite (AB Suite) is a Unisys development environment

More information

Microsoft Dynamics AX 2012 System Requirements. Microsoft Corporation Published: August 2011

Microsoft Dynamics AX 2012 System Requirements. Microsoft Corporation Published: August 2011 2012 System Requirements Microsoft Corporation Published: August 2011 Microsoft Dynamics is a line of integrated, adaptable business management solutions that enables you and your people to make business

More information

Microsoft Dynamics NAV 2013 R2 Release Notes Follow-up

Microsoft Dynamics NAV 2013 R2 Release Notes Follow-up Microsoft Dynamics NAV 2013 R2 Release Notes Follow-up October 2012 Contents Introduction 3 By Design Issues 3 Windows PowerShell 3.0 required before installing Microsoft Dynamics NAV 2013 R2 3 Extensive

More information

Part nº Descripción Idioma Disc nº Fecha X06-07778 Welcome to MSDN Getting Started Guide

Part nº Descripción Idioma Disc nº Fecha X06-07778 Welcome to MSDN Getting Started Guide MSDN Academic Alliance Facultad de Informática CATEGORÍAS Library Index, SDK, DDK Developer Tools Platforms Servers Applications Actualización: junio de 2006 Library Part nº Descripción Idioma Disc nº

More information

WinCon-8000. Programmable Automation. Controller

WinCon-8000. Programmable Automation. Controller Programmable Automation Controller Introduction The is a leading edge embedded platform with Intel Strong ARM CPU running the Windows CE.NET operating system. When compared to the standard Windows OS,

More information

Product Guide for Windows Home Server

Product Guide for Windows Home Server Product Guide for Windows Home Server Microsoft Corporation Published: January, 2009 Version: 1.1 This his Product Guide provides an overview of the features and functionality of Windows Home Server software.

More information

Executive Summary WHO SHOULD READ THIS PAPER?

Executive Summary WHO SHOULD READ THIS PAPER? The Business Value of Business Intelligence in SharePoint 2010 Executive Summary SharePoint 2010 is The Business Collaboration Platform for the Enterprise & the Web that enables you to connect & empower

More information

DEVELOPMENT. Development Tools for Microsoft Dynamics GP. Microsoft Dynamics GP. White Paper. Date: March 2006

DEVELOPMENT. Development Tools for Microsoft Dynamics GP. Microsoft Dynamics GP. White Paper. Date: March 2006 DEVELOPMENT Microsoft Dynamics GP Development Tools for Microsoft Dynamics GP White Paper Date: March 2006 http://www.microsoft.com/dynamics/gp/default.mspx Microsoft Dynamics is a line of integrated,

More information

Windows Small Business Server 2003 Upgrade Best Practices

Windows Small Business Server 2003 Upgrade Best Practices Windows Small Business Server 2003 Upgrade Best Practices Microsoft Corporation Published: May 2005 Version: 1 Abstract To ensure a successful upgrade from the Microsoft Windows Small Business Server 2003

More information

The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform

The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform Technical Discussion David Churchill CEO DraftPoint Inc. The information contained in this document represents the current

More information

Introducing Microsoft SharePoint Foundation 2010 Executive Summary This paper describes how Microsoft SharePoint Foundation 2010 is the next step forward for the Microsoft fundamental collaboration technology

More information

Iron Speed Designer Installation Guide

Iron Speed Designer Installation Guide Iron Speed Designer Installation Guide Version 1.6 Accelerated web application development Updated May 11, 2004 Iron Speed, Inc. 1953 Landings Drive Mountain View, CA 94043 650.215.2200 www.ironspeed.com

More information

Multiple Formatter Support for the Logging Application Block

Multiple Formatter Support for the Logging Application Block Multiple Formatter Support for the Logging Application Block Scott Densmore, Naveen Yajaman, Paul Slater, and Andrew Mason Information in this document, including URL and other Internet Web site references,

More information

Statement of Direction

Statement of Direction MICROSOFT DYNAMICS CRM Vision Statement of Direction November 2012 NOTE: The guidance included in this document reflects current release objectives as of November 2012. This document is not intended to

More information

Mobile Database Improves Usability, Facilitates Offline Access for Hosted E- Payables Solution

Mobile Database Improves Usability, Facilitates Offline Access for Hosted E- Payables Solution Microsoft SQL Server Customer Solution Case Study Mobile Database Improves Usability, Facilitates Offline Access for Hosted E- Payables Solution Overview Country or Region: United States Industry: Oil

More information

FEATURE COMPARISON BETWEEN WINDOWS SERVER UPDATE SERVICES AND SHAVLIK HFNETCHKPRO

FEATURE COMPARISON BETWEEN WINDOWS SERVER UPDATE SERVICES AND SHAVLIK HFNETCHKPRO FEATURE COMPARISON BETWEEN WINDOWS SERVER UPDATE SERVICES AND SHAVLIK HFNETCHKPRO Copyright 2005 Shavlik Technologies. All rights reserved. No part of this document may be reproduced or retransmitted in

More information

Pipeliner CRM Phaenomena Guide Administration & Setup. 2015 Pipelinersales Inc. www.pipelinersales.com

Pipeliner CRM Phaenomena Guide Administration & Setup. 2015 Pipelinersales Inc. www.pipelinersales.com Administration & Setup 05 Pipelinersales Inc. www.pipelinersales.com Administration & Setup Learn how to manage your sales team with Pipeliner Sales CRM Application. CONTENT. Managing Pipeliner s Users

More information

Writers: Joanne Hodgins, Omri Bahat, Morgan Oslake, and Matt Hollingsworth

Writers: Joanne Hodgins, Omri Bahat, Morgan Oslake, and Matt Hollingsworth SQL Server Technical Article Writers: Joanne Hodgins, Omri Bahat, Morgan Oslake, and Matt Hollingsworth Technical Reviewer: Dan Jones Published: August 2009 Applies to: SQL Server 2008 R2, August CTP Summary:

More information

New 11g Features in Oracle Developer Tools for Visual Studio. An Oracle White Paper January 2008

New 11g Features in Oracle Developer Tools for Visual Studio. An Oracle White Paper January 2008 New 11g Features in Oracle Developer Tools for Visual Studio An Oracle White Paper January 2008 New 11g Features in Oracle Developer Tools for Visual Studio Introduction... 3 Integration with Visual Studio

More information

WHITE PAPER. TimeScape.NET. Increasing development productivity with TimeScape, Microsoft.NET and web services TIMESCAPE ENTERPRISE SOLUTIONS

WHITE PAPER. TimeScape.NET. Increasing development productivity with TimeScape, Microsoft.NET and web services TIMESCAPE ENTERPRISE SOLUTIONS TIMESCAPE ENTERPRISE SOLUTIONS WHITE PAPER Increasing development productivity with TimeScape, Microsoft.NET and web services This white paper describes some of the major industry issues limiting software

More information

ORACLE MOBILE APPLICATION FRAMEWORK DATA SHEET

ORACLE MOBILE APPLICATION FRAMEWORK DATA SHEET ORACLE MOBILE APPLICATION FRAMEWORK DATA SHEET PRODUCTIVE ENTERPRISE MOBILE APPLICATIONS DEVELOPMENT KEY FEATURES Visual and declarative development Mobile optimized user experience Simplified access to

More information

Rapid Setup - Hosted ELMS - Czech

Rapid Setup - Hosted ELMS - Czech Rapid Setup - Hosted ELMS - Czech Access 2007 (Czech) Access 2010 (x64) - (Czech) Access 2010 (x86) - (Czech) InfoPath 2003 (Czech) Office Communicator 2007 (Czech) Office Groove 2007 (Czech) Office SharePoint

More information

Table of Contents. Pocket Label Gallery White Paper

Table of Contents. Pocket Label Gallery White Paper Mobile Label Printing with Pocket Label Gallery White Paper Bar code and RFID smart labeling software for Windows CE Mobile Devices Version 20150202 2012 SATO CORPORATION. All rights reserved. http://www.satoworldwide.com

More information

Version 1.2. 2011 Provance Technologies, Inc. All rights reserved. Provance Technologies Inc. 85 Bellehumeur Gatineau, Quebec CANADA J8T 8B7

Version 1.2. 2011 Provance Technologies, Inc. All rights reserved. Provance Technologies Inc. 85 Bellehumeur Gatineau, Quebec CANADA J8T 8B7 This document is provided for informational purposes only and Provance makes no warranties, either express or implied, in this document. Information in this document, including external references, is

More information

Course 5431: Getting Started with Microsoft Office PowerPoint 2007. Course 5420: Editing and Proofreading Documents in Microsoft Office Word 2007

Course 5431: Getting Started with Microsoft Office PowerPoint 2007. Course 5420: Editing and Proofreading Documents in Microsoft Office Word 2007 This level of training is designed to help you make the most of your first steps into computing. They cover a basic introduction to a range of Microsoft products such as Word, Power Point and Excel. Course

More information

ENHANCE. The Style Sheet Tool for Microsoft Dynamics NAV. Microsoft Dynamics NAV 5.0. User s Guide

ENHANCE. The Style Sheet Tool for Microsoft Dynamics NAV. Microsoft Dynamics NAV 5.0. User s Guide ENHANCE Microsoft Dynamics NAV 5.0 The Style Sheet Tool for Microsoft Dynamics NAV User s Guide The Style Sheet feature in Microsoft Dynamics TM NAV 5.0 has been enhanced with a new tool that allows you

More information

Management Reporter Integration Guide for Microsoft Dynamics AX

Management Reporter Integration Guide for Microsoft Dynamics AX Microsoft Dynamics Management Reporter Integration Guide for Microsoft Dynamics AX July 2013 Find updates to this documentation at the following location: http://go.microsoft.com/fwlink/?linkid=162565

More information

PANO MANAGER CONNECTOR FOR SCVMM& HYPER-V

PANO MANAGER CONNECTOR FOR SCVMM& HYPER-V PANO MANAGER CONNECTOR FOR SCVMM& HYPER-V Version 6.0.8 Published: DEC-2013 Updated: 24 MAR 2014 2005-2014 Propalms Ltd. All rights reserved. The information contained in this document represents the current

More information

Programación de Sistemas Empotrados y Móviles (PSEM)

Programación de Sistemas Empotrados y Móviles (PSEM) Introduction to Windows Embedded Programación de Sistemas Empotrados y Móviles (PSEM) Marco A. Peña marcoa@ac.upc.edu Table of contents Windows XP Embedded vs. Windows CE Windows XP Embedded Windows CE

More information

How To Develop A Mobile Application On An Android Device

How To Develop A Mobile Application On An Android Device Disclaimer: The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver

More information