Download or read book Programming ISAPI with Visual Basic 5 written by Wayne Freeze and published by Prima Lifestyles. This book was released on 1997 with total page 508 pages. Available in PDF, EPUB and Kindle. Book excerpt: A tutorial that builds on the reader's basic understanding of IIS, this book shows how to effectively program the ISAPI and efficiently use ActiveX controls in the development of Web pages. The CD includes Microsoft's Internet Information Server, various Microsoft development utilities, and third party utilities used in server development.
Download or read book Teach Yourself ActiveX Control Programming with Visual Basic 5 in 21 Days written by Keith Brophy and published by Sams.Net Software. This book was released on 1997 with total page 656 pages. Available in PDF, EPUB and Kindle. Book excerpt: Visual Basic is an ActiveX programming language that lets users add interactivity and multimedia to their Web sites. This book shows readers how to maximize Visual Basic to create ActiveX applications that can be used with Microsoft's Internet Explorer Web Browser. -- CD-ROM contains all the source code from the book, powerful utilities, and third party software
Download or read book Visual Basic 5 Superbible written by Eric Winemiller and published by . This book was released on 1997 with total page 1208 pages. Available in PDF, EPUB and Kindle. Book excerpt:
Download or read book Animation Magic with Visual Basic 5 written by Nik Lever and published by Prentice Hall PTR. This book was released on 1997 with total page 482 pages. Available in PDF, EPUB and Kindle. Book excerpt: Most software developers have no animation skills at all, yet increasingly they are called upon to deliver animation on Web sites and in other interactive media. Starting with the simplest aspects of animations, the book moves on to cover animation art and Visual Basic animation tools, simple platform and puzzle games, screen savers, and simple 3D raycasting techniques.
Download or read book Active Visual Basic 5 0 written by Guy Eddon and published by . This book was released on 1997 with total page 424 pages. Available in PDF, EPUB and Kindle. Book excerpt: Highly motivated developers will want this book if they are eager to keep up with the most exciting growth area for Visual Basic development. After a technical overview of the Internet-related capabilities of Visual Basic, the book covers the Internet Control Pack and the creation of ActiveX controls and documents.
Download or read book Visual Basic 5 Client server How to written by Noel Jerke and published by . This book was released on 1997 with total page 950 pages. Available in PDF, EPUB and Kindle. Book excerpt: Covers object-oriented programming in Visual Basic 5, including forms, controls, data types, classes, graphics, and data controls, and also features online exams, an Internet mailing list and an online mentor to answer students' specific Visual Basic 5 questions.
Download or read book Exploring Microsoft Visual Basic 6 0 written by Carlotta Eaton and published by . This book was released on 1999 with total page 468 pages. Available in PDF, EPUB and Kindle. Book excerpt: Exploring Visual Basic is designed to teach problem solving skills by demonstrating how to write programs in Visual Basic. The book is written for a computer novice and assumes no previous knowledge of Visual Basic or Windows 95. Introduces the Macro Recorder which records a set of Visual Basic commands for the user. By introducing the programming language this way, users are able to get results that are immediately usable. A series of hands-on exercises leads the reader through each concept. Each tutorial is illustrated with large, full-color, screen captures that are clear and easy to read. For users and programmers of Visual Basic or computer programming students.
Download or read book Visual Basic Programmer s Guide to Web Development written by William Martiner and published by . This book was released on 1997-08-15 with total page 484 pages. Available in PDF, EPUB and Kindle. Book excerpt: The latest version of the popular progamming tool allows programmers to bring Visual Basic to the Web. With the new release of Microsoft Web development tools, including Visual Basic 5.0, programmers can leverage their existing skills as they bring the advantages of Visual Basic to their Web sites. This book is a guide for experienced Visual Basic programmers, who are both new and experienced with the Internet, to developing Web applications with Microsoft's new suite of tools. Web Site provides actively maintained software demos and sourcecode contained in the book.
Download or read book So You Want to be a Programmer written by Ron English and published by Ronald William English. This book was released on 2001 with total page 242 pages. Available in PDF, EPUB and Kindle. Book excerpt:
Download or read book VB COM written by Thomas Lewis and published by . This book was released on 1999 with total page 382 pages. Available in PDF, EPUB and Kindle. Book excerpt: "VB6 COM" tackles the important, but often under-discussed issue of COM and VB, offers a global look at COM issues, starting from first principles, puts new technologies within the COM context, discusses the real COM future and discusses some possible implications of COM+--all within a well-paced, practical tutorial format.
Download or read book Visual Basic 6 Secrets written by Harold Davis and published by Harold Davis. This book was released on 1998 with total page 940 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn the behind-the-scenes tricks and techniques that will take your Visual Basic skills to the next level of programming excellence. Davis provides all the secrets readers need to create sophisticated, robust, full-featured, commercial quality Visual Basic applications.
Download or read book Advanced Microsoft Visual Basic 5 written by Mandelbrot Set (International) Limited and published by . This book was released on 1997 with total page 838 pages. Available in PDF, EPUB and Kindle. Book excerpt: Written by leading Visual Basic experts, ""Advanced Microsoft Visual Basic 5"" explores the possibilities open to intermediate and advanced developers using Visual Basic as their primary client/server development tool. The CD-ROM contains complete source code and valuable utilities.
Download or read book ASP NET Cookbook written by Michael A. Kittel and published by "O'Reilly Media, Inc.". This book was released on 2004 with total page 852 pages. Available in PDF, EPUB and Kindle. Book excerpt: Provides information on Web site development using ASP.NET 2.0.
Download or read book Visual Basic and COM Programming by Example written by Peishu Li and published by Que Publishing. This book was released on 2001 with total page 518 pages. Available in PDF, EPUB and Kindle. Book excerpt: A hands-on resource combining Visual Basic programming with COM+ programming. In addition to learning Visual Basic, readers learn how to administer COM+ components and provide security. They also learn how COM+ can be used to solve problems of Enterprise Application Integration.
Download or read book Whitaker s Books in Print written by and published by . This book was released on 1998 with total page 2954 pages. Available in PDF, EPUB and Kindle. Book excerpt:
Download or read book COM Programming with Visual Basic written by Jose Mojica and published by "O'Reilly Media, Inc.". This book was released on 2001 with total page 374 pages. Available in PDF, EPUB and Kindle. Book excerpt: Developing COM+ servers with COM, COM+, and .NET.
Download or read book Subclassing and Hooking with Visual Basic written by Stephen Teilhet and published by "O'Reilly Media, Inc.". This book was released on 2001-06-15 with total page 708 pages. Available in PDF, EPUB and Kindle. Book excerpt: Subclassing & Hooking with Visual Basic offers developers a unique way to customize Windows behavior.Windows is a message-based system. Every action you request creates one or more messages to carry out the action. These messages are passed between objects and carry with them information that gives the recipient more detail on how to interpret and act upon the message.With Subclassing and the Windows hooking mechanism ("hooks"), you can manipulate, modify, or even discard messages bound for other objects within the operating system, in the process changing the way the system behaves. What kinds of results can you achieve using the power of subclassing and hooking? Here are just a few of the possibilities: Determine when a window is being activated or deactivated and respond to this change. Display descriptions of menu items as the mouse moves across them. Disallow a user to move or resize a window. Determine where the mouse cursor is and respond accordingly. Determine when the display resolution has been changed. Monitor the system for a low system resource condition. Modify or disallow keystrokes sent to a window or a control. Create an automated testing application. Determine when an application is idle. Along with this power comes responsibility; Windows is very unforgiving if subclassing and hooking are used incorrectly. Subclassing & Hooking with Visual Basic demonstrates the various techniques for intercepting messages bound for one or more windows or controls: the intercepted message can be left in its original state or modified; afterwards, the message can be sent to its original destination or discarded.For both VB 6 and VB.NET developers, Subclassing & Hooking with Visual Basic opens up a wealth of possibilities that ordinarily would be completely unavailable, or at least not easy to implement.