Peter Norton's Guide to Visual Basic 6

Peter Norton's Guide to Visual Basic 6

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

Peter Norton's books are well-known for their rapid, tour guide approach: a hands-on overview of the possibilities of the programming environment that does not burden the impatient reader with excessive technical baggage at the outset of his voyage of discovery. Peter Norton's Guide to Visual Basic X teaches all the complexities of application design in an easy-to-understand style that experienced computer users will appreciate. The book covers both the Standard and Professional editions of Visual Basic.

Table of Contents:
(NOTE: All chapters conclude with a Summary.) I. USING VISUAL BASIC 6. 1. Getting Started with Visual Basic 6. Visual Basic: The Fast Track to Windows Development. Getting Help. Visual Basic Development Overview. Creating Your First Visual Basic Program. 2. Understanding Visual Basic Projects. Using Different Types of Projects. Understanding the Project Explorer Window. Working with Multiple Projects. Setting Project Options. 3. Visual Basic Code Basics. Understanding Visual Basic Procedures. Using the Visual Basic Editor. Controlling Program Flow. Using Conditional Branching. 4. Using Visual Basic Variables. Taking a Look at an Example. Understanding Visual Basic Data Types. Declaring Variables. Using a Naming Convention. Understanding Variable Scope and Lifetime. Converting Between Data Types. Working with Arrays. Understanding the Variant Data Type. Passing Variables to Procedures. Using Constants. User-Defined Data Types. 5. Designing the User Interface. Understanding the Visual Basic Form. Getting the Look and Feel of Windows. Creating Your First Form. Adding New Forms. Understanding Form Properties. Form Appearance Properties. Form Control Properties. Form Size and Positioning Properties. Other Form Properties. Referencing Form Properties. Setting Properties in Code. Positioning the Form with Methods. Using Form Drawing Methods. Showing and Hiding Forms. Loading Forms. Unloading Forms. Understanding Form Events. Form Maintenance Events. Form Operation Events. Form Mouse Events. Form Keyboard Events. Making the Most of Built-In Dialog Boxes. Understanding MDI Applications. Wrapping Up Forms. 6. Putting Your Forms to Work with Controls. Getting to Know the Toolbox. Getting to Know the Visual Basic Tools. Customizing the Toolbox. Adding Controls to Forms. Using the Alignment Grid. Multiselecting Controls. Form Layout Functions. Control Properties. Selecting Files, Colors, Fonts, Printers, and Help. Generating Timed Events. Other Controls. Naming Controls. Copying Controls. Control Arrays. Referencing Controls. Passing a Control as an Argument. Determining the Type of Control. Using the Controls Collection. Control Focus. Setting Tab Order. Binding Controls. Dragging and Dropping. Handling Keyboard Events. Handling Mouse Events. 7. Mastering Menus and Toolbars. Understanding Menus. Using the Menu Editor. Menu Arrays. Applying Menu Conventions. Using Pop-Up Menus. Configuring Menus at Runtime. Understanding Toolbars. Finding the Perfect Icons. Adding Toolbars to Your Application. Customizing the Toolbar. Configuring the Toolbar at Runtime. Handling Toolbar Events. Running the Menu and Toolbar Demo Program. 8. Using the Visual Basic Debugging Tools. Finding Errors. Using the Module Options. Traditional Debugging Techniques. Using the Visual Basic Debugging Tools. 9. Handling Runtime Errors. Recognizing Runtime Errors. Trapping Errors in Visual Basic Applications. Using the Err Object. Knowing Which Errors to Trap. Using the Resume Statement. Using On Error GoTo 0. Handling Errors Locally. Logging Errors. II. OBJECT-ORIENTED PROGRAMMING. 10. Creating Objects and Classes. Understanding the Benefits of Object-Oriented Development. Understanding the Component Object Model (COM). Getting Started with Objects. Understanding Classes. Creating a Simple Class. 11. Advanced Class Concepts. Understanding Initialize and Terminate. Creating Special Types of Properties. Enhancing the Simple Class. Using the Enhanced Object Class. Using the Object Browser. Understanding Collections. 12. Working with Objects and Collections. Using Collections. Examining Built-In Visual Basic Collections. Using the Collection Object. Optimizing Object References. Building the Case for Custom Collections. Creating Custom Collections. III. CREATING PRINTED OUTPUT. 13. Using the Printer Object. Printing Information. Using the Printer Collection. 14. Using Crystal Reports. Explaining Crystal Reports. Taking a Quick Tour. Creating a Report. Using the Crystal Reports Custom Control. Creating a Report Selection Interface. IV. ACCESSING DATA. 15. Reading and Writing Text Files. Understanding Text Files. Downloading the Data. Reviewing Database Terminology. Looking At Text File Formats. Understanding Data Access Methods. Opening Text Files. Reading Fixed-Width Text Files. Reading Delimited Text Files. Looking at More Complex Examples. Taking a Closer Look at File Commands. Creating Text Files. Understanding Visual Basics String Functions. Looking at Other File Operations. 16. Mastering the Visual Basic Data Control. Introducing the Data Control. Using the Data Control. Manipulating the Data Control at Runtime. 17. Creating Queries in Visual Basic. Defining SQL. Testing the SQL. 18. Mastering Jet DAO. Understanding How Jet Began. What Jet Does. Using Jet in the World of Database Applications. Getting Started with Jet and DAO. Changing the Data Structure. Creating an Application. Working with SQL. 19. Using Advanced Data Access Methods. Understanding OLE DB. Using the ADO Library. Looking into the ADO Object Model. Understanding the Basics of the ADO Recordset Object. Accessing Parameter Queries and Stored Procedures. V. INTEGRATING WITH OTHER APPLICATIONS. 20. Integrating with Microsoft Office 97. Understanding ActiveX. Understanding Automation Concepts. Looking at a Short Example. Referencing the Automation Server. Understanding Object Models. Integrating with Word 97. Creating a New Word Document. Saving a Word Document. Using Automation in Visual Basic Projects. 21. Integrating with Microsoft Outlook 97. Understanding the Outlook Object Model. Controlling Outlook. Understanding Outlook Folders. Creating an Outlook Instance. Making Outlook Visible. Creating a Mail Message in Outlook. Attaching an Object to a Mail Message. Sending the Message. Closing Outlook. Creating Outlook Items. VI. DEVELOPING FOR THE INTERNET. 22. Integrating with Internet Explorer. Using Automation with Internet Explorer. Using the WebBrowser Control. Understanding the WebBrowser Events. The ProgressChange Event. 23. Web Development with Visual Basic 6. Understanding Scripting Versus Components. Understanding the Difference Between ActiveX Controls and Visual Basic Documents. Creating an ActiveX Control for the. Deploying Your Web Control. Testing Your Control in a Web Page. 24. Creating Intranet Applications. Comparing Client-Side and Server-Side Scripting. Glimpsing at Database Access with ADO. VII. ADVANCED TOPICS. 25. Mastering the Windows API. Defining the Windows API. Understanding Dynamic Linking. Why Use the Windows API? Using DLL Documentation. Moving from Windows 3.1 to Win32. Using the Windows API. Understanding the Declare Statement. Taking a Look at WinAPI.vbp. Getting Application Information. Getting Windows Information. Getting Hardware Information. Getting Disk Volume Information with GetVolumeInformationA. 26. INI Files and the System Registry. Understanding the Registry. Using Regedit. Programming the Registry. Manipulating INI Files. 27. Using the Package and Deployment Wizard. Using the Distribution Wizard. Working with the Wizard. Starting the Wizard. Deploying the Package. Managing Scripts. Testing the Installation. 28. Professional Visual Basic Development. Understanding What Makes a Professional Application. Application Performance. Understanding an Applications Components. VIII. APPENDIXES. Appendix A. Glossary. Appendix B. The Reddick VBA Naming Conventions. Version 5.0. Changes to the Conventions. An Introduction to Hungarian. Tags. Creating Data Types. Constructing Procedures. Prefixes. Suffixes. File Names. Host Application and Component Extensions to the Conventions. Summary.


Best Sellers


Product Details
  • ISBN-13: 9780672310546
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Sams Publishing
  • Height: 230 mm
  • No of Pages: 816
  • Weight: 1373 gr
  • ISBN-10: 0672310546
  • Publisher Date: 18 Sep 1998
  • Binding: SA
  • Language: English
  • Spine Width: 38 mm
  • Width: 187 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Peter Norton's Guide to Visual Basic 6
Pearson Education (US) -
Peter Norton's Guide to Visual Basic 6
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Peter Norton's Guide to Visual Basic 6

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA