Automation Programmer's Reference

Automation Programmer's Reference
Title Automation Programmer's Reference PDF eBook
Author Microsoft Corporation
Publisher
Pages 502
Release 1997
Genre Computers
ISBN

Download Automation Programmer's Reference Book in PDF, Epub and Kindle

Newly revised and expanded to include such topics as ActiveX controls, exposing and accessing ActiveX objects, Remote Automation, and Windows NT 4.0, "Automation Programmer's Reference" is the comprehensive and official reference documentation on Automation.

OLE Automation Programmer's Reference

OLE Automation Programmer's Reference
Title OLE Automation Programmer's Reference PDF eBook
Author Microsoft Press
Publisher
Pages 444
Release 1996
Genre Computers
ISBN

Download OLE Automation Programmer's Reference Book in PDF, Epub and Kindle

This is the comprehensive and official reference documentation on OLE, revised to incorporate OLE enhancements and bring them in line with 32-bit Windows 95 and Windows NT. Volume 2 concentrates on OLE Automation, the revolutionary capability of OLE that makes it possible to manipulate an application's objects from outside the application.

Excel 2003 VBA Programmer's Reference

Excel 2003 VBA Programmer's Reference
Title Excel 2003 VBA Programmer's Reference PDF eBook
Author Paul T. Kimmel
Publisher John Wiley & Sons
Pages 1176
Release 2004-10-06
Genre Computers
ISBN 0764578987

Download Excel 2003 VBA Programmer's Reference Book in PDF, Epub and Kindle

What is this book about? Excel 2003 VBA Programmer's Reference is an updated and expanded version of the two previous editions now with a reference section downloadable from the Web for easy perusal. The book is aimed at Excel users who want to gain more control over their spreadsheets using VBA or who want to develop Excel applications for other users. The book starts with a primer chapter focused on bringing the readers up to speed with Excel and VBA. From there, the book expands to focus on major issues faced by advanced Excel users and developers. What does this book cover? In this book, you'll discover how to do the following: Set up applications and convert them to add-ins Package and distribute Excel applications Set up interaction with other Office applications and databases Program the VB Editor and use the Windows API Use VB6 and VB.NET with Excel Set up internationalization Advanced debugging and error handling techniques

VBScript Programmer's Reference

VBScript Programmer's Reference
Title VBScript Programmer's Reference PDF eBook
Author Adrian Kingsley-Hughes
Publisher John Wiley & Sons
Pages 818
Release 2011-01-13
Genre Computers
ISBN 1118058690

Download VBScript Programmer's Reference Book in PDF, Epub and Kindle

Completely updated for Windows Vista and Windows Server 2003 R2, this book is packed with practical examples for today's programmer, Web developer, or system administrator Combines a comprehensive overview of the VBScript technology and associated technologies with sample code at every stage from beginner to advanced user Discusses the general syntax, functions, keywords, style, error handling, and similar language-specific topics and then moves into an expanded reference section covering the object models in detail Presents advanced coverage on Active Directory Service Interfaces (ADSI), PowerShell, security scripting, remote scripting, database scripting, and more

Rexx Programmer's Reference

Rexx Programmer's Reference
Title Rexx Programmer's Reference PDF eBook
Author Howard Fosdick
Publisher John Wiley & Sons
Pages 722
Release 2005-02-18
Genre Computers
ISBN 0764596950

Download Rexx Programmer's Reference Book in PDF, Epub and Kindle

Originally developed for mainframes but highly portable across platforms-from servers to desktops to handhelds-Rexx is an easy yet powerful scripting language that's widely used for rapid application development. Covers Rexx interpreters for specialized functions-object-oriented, mainframe, and handheld. There are 8 different free Rexx interpreters optimized for different platforms and uses. This book shows how to use them all. Shows how to script for GUIs, databases, web servers, XML, and other interfaces. Details how to make the best use of Rexx tools and interfaces, with examples for both Linux and Windows. Includes a tutorial with lots of examples to help people get up and running.

Windows Script Host Programmer's Reference

Windows Script Host Programmer's Reference
Title Windows Script Host Programmer's Reference PDF eBook
Author Dino Esposito
Publisher Addison-Wesley Longman
Pages 398
Release 1999
Genre Computers
ISBN

Download Windows Script Host Programmer's Reference Book in PDF, Epub and Kindle

The Windows Scripting Host (WSH) is Microsoft's evolutionary answer to a much-needed programming environment for the Windows desktop. This reference is for system administrators and programmers who want to automate and have control over their Windows environment without writing compiled VB and VC++ applications.

Access 2003 VBA Programmer's Reference

Access 2003 VBA Programmer's Reference
Title Access 2003 VBA Programmer's Reference PDF eBook
Author Patricia Cardoza
Publisher John Wiley & Sons
Pages 982
Release 2004-04-14
Genre Computers
ISBN 0764571664

Download Access 2003 VBA Programmer's Reference Book in PDF, Epub and Kindle

What is this book about? Its power and short learning curve have made Access Microsoft’s leading consumer relational database management system for desktop applications. VBA lets you tap more of that power, responding to application level events, displaying forms and reports, manipulating toolbars, and much more. In this book, a crack team of programmers, including two Microsoft MVPs, shows you how to take control of Access 2003 or 2002 using VBA. You’ll learn to create and name variables, use DAO and ADO to manipulate data, handle errors correctly, create classes and use APIs, and more. An entire chapter is devoted to the changes in Access 2003, including new wizards and GUI features that previously required VBA code as well as new VBA features. You’ll receive a thorough education in system security, macro security, and the Access Developer Extensions (ADE). You will discover how to access data with VBA, execute and debug VBA code, and use VBA with Access objects. Finally, you will learn more about the relationship between Access and SQL Server, and how to use VBA in Access to control and enhance other Office applications. What does this book cover? Here are some of the things you'll discover in this book: How to take advantage of the built-in Access object library, using Access commands and executing them from any Access toolbar What you need to know to design your own classes, implement common APIs in your code, and use SQL to access data How to configure custom menus for your Access database applications Ways to transfer information between Access and Excel, Word, Outlook, and other Office programs How to show or hide entire sections of reports based on data entered on a form, or hide form fields based on database login information Object models you can use when writing VBA code in Access, and a list of common API functions to use in your code Who is this book for? This book is a comprehensive resource for Access users and VBA developers who want to increase the power of Access using VBA. In addition to experience with VBA, you should have read at least one tutorial covering VBA for Access.