Guide provides commentary on 101 fully executable code samples. Each code sample demonstrates core features and functions of Visual Basic .NET and the .NET Framework, explains the underlying programming concepts, and provides a complete code walkthrough. For beginning and intermediate .NET developer
Microsoft Office 2000: Visual Basic for Applications Fundamentals
โ Scribed by David Boctor
- Book ID
- 127433338
- Publisher
- Microsoft Press
- Year
- 1999
- Tongue
- English
- Weight
- 6 MB
- Series
- Developer Learning Tools
- Category
- Library
- ISBN
- 0735605947
No coin nor oath required. For personal study only.
โฆ Synopsis
Microsoft Visual Basic programming in Office provides an environment and language for you to build custom programs that extend Office's capabilities and integrate Office with other software applications and business processes. To help you develop custom programs with Office, this book provides information for the following types of developers: The beginning developer familiar with Office but not with Visual Basic programming; the experienced Visual Basic developer who wants to understand the services and objects provided by Office; and the experienced Office developer who needs a reference to the new programming functionality provided by Office 2000, including the new COM add-in and event model.Among other things, this book describes how to do the following in any Office 2000 Professional application through Visual Basic programming: insert and manipulate content such as text, tables, shapes, and cells; retrieve and set the window selection; create and manipulate documents; start one application from another; manipulate menus and toolbars; set up event procedures; and develop COM add-ins so that you can redistribute solutions to your customers.
๐ SIMILAR VOLUMES
Learn how to put the power of Visual Basic .NET to work to design and implement enterprise applications!Most books about Visual Basic .NET focus on the language or the development environment, but few give you insights into critical design decisions. This book provides the detailed guidance you need
This is the first book every Visual Basic .NET programmer should read on security. This is an end-to-end guide, with clear prescriptive guidance for best practices, application design, and coding techniques for Windows and Web-based applications. This book makes writing secure applications easier th
Because Visual Basic powerful development capabilities are within ready grasp of both the professional and the recreational programmer, many Visual Basic developers are self-taught-and therefore lack formal training on programming standards. But anyone who writes even a single line of code-and espec
In order to create scalable, distributed objects with Visual Basic, a programmer must understand the underlying architecture and complexities of Microsoft's Component Object Model (COM)-information that until now has been primarily available in resources aimed at the C++ programmer. PROGRAMMING DIST
Readers learn best practices for object-oriented programming, file operations, solution distribution, and more - with code samples and advice on applying standards to their own projects.