Visual Basic 6 from the Ground Up

Visual Basic 6 from the Ground Up
Author :
Publisher : McGraw-Hill Education
Total Pages : 960
Release :
ISBN-10 : 0078825083
ISBN-13 : 9780078825088
Rating : 4/5 (83 Downloads)

Synopsis Visual Basic 6 from the Ground Up by : Gary Cornell

This text enables readers to produce commercial-quality programs for practical application, and includes a section devoted to programming concepts for the novice as well as a section aimed at the more advanced user.

Visual Basic 6 from the Ground Up

Visual Basic 6 from the Ground Up
Author :
Publisher : McGraw Hill Professional
Total Pages : 964
Release :
ISBN-10 : 0078825083
ISBN-13 : 9780078825088
Rating : 4/5 (83 Downloads)

Synopsis Visual Basic 6 from the Ground Up by : Gary Cornell

This text enables readers to produce commercial-quality programs for practical application, and includes a section devoted to programming concepts for the novice as well as a section aimed at the more advanced user.

Visual J++ 6 from the Ground Up

Visual J++ 6 from the Ground Up
Author :
Publisher : McGraw-Hill Companies
Total Pages : 824
Release :
ISBN-10 : UCSD:31822026384958
ISBN-13 :
Rating : 4/5 (58 Downloads)

Synopsis Visual J++ 6 from the Ground Up by : Brian Maso

An industry-recognized Java expert gives in-depth coverage of integrating Java with ActiveX/COM and Dynamic HTML. Readers will learn how to produce commercial-quality code--quickly.

Visual C++ 6 from the Ground Up

Visual C++ 6 from the Ground Up
Author :
Publisher : McGraw-Hill Companies
Total Pages : 778
Release :
ISBN-10 : UOM:49015002687607
ISBN-13 :
Rating : 4/5 (07 Downloads)

Synopsis Visual C++ 6 from the Ground Up by : John Mueller

Thanks to the advanced technologies of Microsoft's Visual C++ 6, you can now create powerful remote database applications, indispensable HTML view programs, and much more. This guide covers the gamut of Visual C++ application development, from building a broad range of application types to tightly packaging your apps for corporate delivery. You'll program your way from beginner to expert using Mueller's hands-on examples, easy-to-follow explanations, and exclusive "Portability" tips for migrating from earlier versions of Visual C++. As an extra bonus, you'll find "In-Depth" boxes packed with critical insight throughout the book. Book jacket.

Visual Basic 5 from the Ground Up

Visual Basic 5 from the Ground Up
Author :
Publisher : Osborne Publishing
Total Pages : 804
Release :
ISBN-10 : STANFORD:36105110248163
ISBN-13 :
Rating : 4/5 (63 Downloads)

Synopsis Visual Basic 5 from the Ground Up by : Gary Cornell

"Visual Basic From The Ground Up" provides a complete overview of the Visual Basic environment, from the fundamentals to graphic programming, DDE, and ActiveX. It also contains a list of frequently asked questions with answers direct from Microsoft. This provides a useful reference for readers.

Learn to Program Visual Basic Examples

Learn to Program Visual Basic Examples
Author :
Publisher : Firewall Media
Total Pages : 504
Release :
ISBN-10 : 8170082404
ISBN-13 : 9788170082408
Rating : 4/5 (04 Downloads)

Synopsis Learn to Program Visual Basic Examples by : John Smiley

Mastering Visual Basic .NET

Mastering Visual Basic .NET
Author :
Publisher : John Wiley & Sons
Total Pages : 1112
Release :
ISBN-10 : 9780782152340
ISBN-13 : 0782152341
Rating : 4/5 (40 Downloads)

Synopsis Mastering Visual Basic .NET by : Evangelos Petroutsos

VB Programmers: Get in Step with .NET With the introduction of Visual Basic .NET, VB transcends its traditional second-class status to become a full-fledged citizen of the object-oriented programming, letting you access the full power of the Windows platform for the first time. Written bythe author of the best-selling Mastering Visual Basic 6 this all-new edition is the resource you need to make a successful transition to .NET. Comprising in-depth explanations, practical examples, and handy reference information, its coverage includes: Mastering the new Windows Forms Designer and controls Building dynamic forms Using powerful Framework classes such as ArrayLists and HashTables Persisting objects to disk files Handling graphics and printing Achieving robustness via structured exception handling and debugging Developing your own classes and extending existing ones via inheritance Building custom Windows controls Building menus and list controls with custom-drawn items Using ADO.NET to build disconnected, distributed applications Using SQL queries and stored procedures with ADO.NET Facilitating database programming with the visual database tools Building web applications with ASP.NET and the rich web controls Designing web applications to access databases Using the DataGrid and DataList web controls Building XML web services to use with Windows and web applications Special topics like the Multiple Document Interface and powerful recursive programming techniques Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Visual Basic 6 For Dummies

Visual Basic 6 For Dummies
Author :
Publisher : For Dummies
Total Pages : 510
Release :
ISBN-10 : 0764503707
ISBN-13 : 9780764503702
Rating : 4/5 (07 Downloads)

Synopsis Visual Basic 6 For Dummies by : Wallace Wang

Create your own custom Visual Basic programs fast for Windows 95, Windows 98, and Windows NT! If you want to develop business applications for Windows, then Microsoft's Visual Basic 6 programming environment is for you. With its powerful and friendly object-oriented interface, Visual Basic 6 is the ideal tool for creating easy-to-use and attractive interfaces of your own. Whether you want to build original programs from the ground up or take advantage of existing wizards, Visual Basic 6 For Dummies will help you design and debug your work - and accomplish all your goals! Covers using Visual Basic 6 with Windows 95, Windows 98, and Windows NT Walks you through the ins and outs of object-oriented programming in Visual Basic and using the Visual Basic toolset Shows you how to make use of menus and submenus, write subprograms that everyone can share, save and retrieve information in databases, integrate ActiveX controls into your applications, and build attractive user interfaces with buttons, boxes, and scroll bars From the fundamentals of writing BASIC code to the thrill of distributing your very own custom applications, Visual Basic 6 For Dummies brings a fresh perspective to programming in Visual Basic 6 that everyone can understand.

Doing Objects in Visual Basic 2005

Doing Objects in Visual Basic 2005
Author :
Publisher : Pearson Education
Total Pages : 579
Release :
ISBN-10 : 9780132701549
ISBN-13 : 0132701545
Rating : 4/5 (49 Downloads)

Synopsis Doing Objects in Visual Basic 2005 by : Deborah Kurata

Doing Objects in Visual Basic 2005 is the authoritative guide to object-oriented design, architecture, and development with Visual Basic 2005. Author Deborah Kurata is the original pioneer in building object-oriented applications with Visual Basic. In this book she continues to offer clarity and deliver best practices for using object-oriented techniques in Visual Basic 2005. She has been honored with Microsoft’s prestigious MVP designation for her expertise and contributions to the community. Kurata begins with a concise introduction to core object-oriented concepts and the Visual Basic 2005 features that support them. Next she introduces a pragmatic and agile approach to designing effective applications along with an application framework. From there she walks you through the process of building the user interface, business logic, and data access layers of an application, highlighting key VB 2005 techniques and best practices. Kurata’s step-by-step “building along” activities provide you with deep hands-on mastery; your finished application can serve as the starting point for virtually any custom project. This book Shows how the tools in Visual Studio 2005 combined with a solid object-oriented approach can help minimize the complexities of software development and improve productivity Clearly explains the fundamental concepts of object development: classes, inheritance, interfaces, scenarios, and more Presents a pragmatic agile software design methodology to help analyze and design applications for the real world Covers building the user interface layer using a base form class, programmatic interfaces, and object binding Details building the business logic layer using a base business object class and validation rules Demonstrates how to build the data access layer using ADO.NET Provides best practices and tips for experienced .NET developers, those new to .NET, and for those developers moving from VB6 to .NET

Beginning Visual Basic 2015

Beginning Visual Basic 2015
Author :
Publisher : John Wiley & Sons
Total Pages : 624
Release :
ISBN-10 : 9781119092087
ISBN-13 : 1119092086
Rating : 4/5 (87 Downloads)

Synopsis Beginning Visual Basic 2015 by : Bryan Newsome

Learn Visual Basic step by step and start programming right away Beginning Visual Basic 2015 is the ideal guide for new programmers, especially those learning their first language. This new edition has been updated to align with Visual Studio 2015, and also refocused to concentrate on key beginner topics. Precise, step-by-step instructions walk you through important tasks, and clear explanations targeted to beginners will have you writing your first Visual Basic application quickly. You'll start from the absolute beginning, assuming no prior programming experience, and then gradually build your skills to write Visual Basic applications for Windows and the Web. Coverage includes objects, class libraries, graphics, databases, and much more, with explicit instructions on using ASP.NET, SQL Server, ADO.NET, and XML. Visual Studio is the usual environment for Visual Basic programming, and the latest upgrade has made Visual Basic more feature compatible with C# to allow programmers to move fluidly between the two languages. Don't know C#? Don't worry! This book starts from the very beginning of Visual Basic programming to help you build your skills from the ground-up. Understand flow control and data structure Debug Windows applications, dialog boxes, and menus Master objects and object-oriented techniques Access databases, program graphics, and program for the Web Over three million programmers use Visual Basic, and many of them learned it as their first language. It's beginner-friendly, versatile, and visually oriented, making it an ideal introduction to the programming mindset, workflow, and hard skills. Beginning Visual Basic 2015 gets you started on the right foot, with clear, patient instruction and plenty of hands-on practice.