Sams Teach Yourself Microsoft Visual Basic .NET 2003 in 21 Days
Home > Computing and Information Technology > Computer programming / software engineering > Programming and scripting languages: general > Sams Teach Yourself Microsoft Visual Basic .NET 2003 in 21 Days: (Sams Teach Yourself)
35%
Sams Teach Yourself Microsoft Visual Basic .NET 2003 in 21 Days: (Sams Teach Yourself)

Sams Teach Yourself Microsoft Visual Basic .NET 2003 in 21 Days: (Sams Teach Yourself)


     0     
5
4
3
2
1



Out of Stock


Notify me when this book is in stock
X
About the Book

Sams Teach Yourself Microsoft Visual Basic .NET 2003 in 21 Days provides the grand tour of the software, making Visual Basic accessible and easy-to-use. Steve Holzner, the author, helps you master the topic by seeing Visual Basic in action from the basics to deploying finished Window and Web applications with a working example for every topic in the book. From cover to cover, this book is pure Visual Basic .NET¿everything you need to know about the Visual Basic language and visual tools.

Table of Contents:
(NOTE: Each chapter concludes with a Summary, Q&A, and Workshop.) Introduction. I. AT A GLANCE. Visual Basic .NET Essentials. Day 1. Getting Started with Visual Basic .NET! The History of Visual Basic. Putting Visual Basic to Work. Visual Basic .NET from a Programmers Perspective. The Visual Basic .NET Integrated Development Environment. Online Resources. Day 2. Mastering the Visual Basic Language: Data, Operators, Conditionals, and Loops. Visual Basic .NET Keywords. Visual Basic .NET Statements. Declaring Variables. What Data Types Are Supported? Working with Strings. Performing Data Conversions. Declaring Constants. Creating Enumerations. Declaring Arrays and Dynamic Arrays. Using Visual Basic Operators. Making Decisions with If Statements. Making Decisions with Select. Making Decisions with Switch and Choose. Using the For Loop. Using the For Each Loop. Using the While Loop. Using the Do Loop. Using the With Statement. Ending a Program in Code. Day 3. Mastering the Visual Basic Language: Procedures, Error Handling, Classes, and Objects. Sub Procedures. Creating Functions. Using Optional Arguments. Passing a Variable Number of Arguments. Preserving Data Between Procedure Calls. Understanding Scope. Handling Runtime Errors. Unstructured Exception Handling. Structured Exception Handling. Introducing Classes and Objects. Part I. In Review. Visual Basic .NET Essentials. II. AT A GLANCE. Creating Windows Applications in Visual Basic .NET. Day 4. Creating Windows Forms. Windows Forms in Overview. Creating a Windows Application. Windows Forms in Code. Handling Windows Forms in Code. Using the Built-in Message and Input Dialogs. Creating Applications with Multiple Forms. Creating MDI Applications. Creating Dialogs. Creating Owned Forms. Using Nonrectangular Forms. Creating Smart Device Applications. Handling Mouse Events. Handling Keyboard Events. Day 5. Windows Forms: Working with Text Boxes, Buttons, Labels, Check Boxes, and Radio Buttons. Overview of the Control Class. Using Text Boxes. Using Rich Text Boxes. Using Labels. Using Link Labels. Using Buttons. Using Check Boxes. Using Radio Buttons. Using Panels. Using Group Boxes. Day 6. Windows Forms: Working with List Boxes, Combo Boxes, Picture Boxes, Scrollbars, Splitters, Tool Tips, and Timers. Using List Boxes. Using Checked List Boxes. Using Combo Boxes. Using Picture Boxes. Using Scrollbars. Using Track Bars. Using Splitters. Using Notify Icons. Using Tool Tips. Using Timers. Day 7. Windows Forms: Working with Menus, Built-in Dialogs, and Printing. Using Menus. Using Context Menus. Using the Built-in Dialogs. Using Open File Dialogs. Using Save File Dialogs. Using Font Dialogs. Using Color Dialogs. Using Folder Browser Dialogs. Printing with the PrintDocument and PrintSettings Objects. Using Print Dialogs. Using Print Preview Dialogs. Using Page Setup Dialogs. Day 8. Windows Forms: Working with Image Lists, Tree Views, List Views, Toolbars, Status Bars, and Progress Bars. Using Image Lists. Using Tree Views. Using List Views. Using Toolbars. Using Progress Bars. Using Status Bars. Using Tab Controls. Part II. In Review. Creating Windows Applications in Visual Basic .NET. III. AT A GLANCE. In-Depth Programming with Visual Basic .NET. Day 9. Object-Oriented Programming. Constructors and Destructors. Overloading Methods. Creating Class (Shared) Members. Supporting Events with Objects. Comparing Objects. OOP with Structures and Modules. Using Inheritance. Using Access Modifiers. Using Inheritance Modifiers. Overloading, Overriding, and Shadowing with Inheritance. Using MyBase and MyClass with Inheritance. Inheriting Constructors. Creating Interfaces. Working with Polymorphism. Understanding Early and Late Binding. Day 10. Graphics and File Handling. Graphics Handling. Using the Graphics Class. Using the Pen Class. Drawing With Graphics Objects. Redrawing Windows on Demand. Setting Drawing Colors. Filling In Figures. Handling Images. Drawing Text. Handling Files. Using the FileStream Class. Writing Text with the StreamWriter Class. Reading Text with the StreamReader Class. Reading Binary Data with the BinaryReader Class. Writing Binary Data with the BinaryWriter Class. Using the File and Directory Classes. Part III. In Review. In-Depth Programming with Visual Basic .NET. IV. AT A GLANCE. Creating Web Applications in Visual Basic .NET. Day 11. Creating Web Forms with ASP.NET. Creating Web Applications. Know Your HTML. Creating a Web Application. Working with Web Forms. Handling Events in Code. Running a Web Application. Customizing Web Page Appearance in HTML. Preserving a Web Applications Data Between Server Accesses. Creating a Multiform Web Application. Mobile Web Applications. Handling Browser Programming in JavaScript. Detecting Browser Capabilities. Embedding Visual Basic Code in Web Pages. Day 12. Web Forms: Working with Buttons, Text Boxes, Labels, Literals, and Placeholders. Working with Web Server Controls. Using Buttons. Using Text Boxes. Using Labels. Using Literals. Using Placeholders. Using XML Controls. Day 13. Web Forms: Working with Check Boxes, Radio Buttons, Tables, and Panels. Using Check Boxes. Using Check Box Lists. Using Radio Buttons. Using Radio Button Lists. Using Tables. Using Panels. Day 14. Web Forms: Working with Images, Image Buttons, List Boxes, Drop-Down Lists, Hyperlinks, and Link Buttons. Using Image Controls. Using Image Buttons. Using List Boxes. Using Drop-Down Lists. Using Hyperlinks. Using Link Buttons. Day 15. Web Forms: Working with Validation Controls, Calendars, and Ad Rotators. Using Validation Controls. Using Required Field Validators. Using Comparison Validators. Using Range Validators. Using Regular Expression Validators. Using Custom Validators. Using Validation Summaries. Using Calendars. Using Ad Rotators. Part IV. In Review. Creating Web Applications in Visual Basic .NET. V. AT A GLANCE. Working with Databases in Visual Basic .NET. Day 16. Handling Databases with ADO.NET. Whats a Database? Connections, Data Adapters, and Datasets. Connecting to Databases with the Server Explorer. Working with Data Adapters. Understanding ADO.NET. An SQL Primer. Handling Relational Databases. Using Multiple Tables in One Dataset. Working with Data Views. Working with MS Jet Databases. Day 17. Binding Visual Basic Controls to Databases. Using Data Binding. Creating Simple Data Binding. Creating Complex Binding. Navigating in Data Sources. Creating Data Forms with the Data Form Wizard. Data Validation in Data-Entry Forms. Working with SQL Parameters. Using Data Relation Objects. Day 18. Handling Databases in Code. Using Connection Objects. Using Command Objects. Using Data Adapters. Using the DataSet Class. Creating Datasets in Code. Filling a DataSet with Your Own Data (No Data Source Needed). Creating a Data Relation in Code. Reading the Data in a Tables Cells in Code. Using Data Readers. Day 19. Using Databases in Web Applications. Using Simple Data Binding. Navigating Through Your Data. Using Complex Data Binding. Creating Master-Detail Data Forms. Using Datasets Locally with Internet Explorer. Part V. In Review. Working with Databases in Visual Basic .NET. VI. AT A GLANCE. Advanced Topics. Day 20. Creating User Controls, Web User Controls, and Multithreading. Creating User Controls. Creating Web User Controls. Supporting Multithreading. Synchronizing Threads. Day 21. Creating Windows Services, Web Services, and Deploying Applications. Creating Windows Services. Creating Web Services. Deploying Your Applications. Part VI. In Review. Advanced Topics. Index.

About the Author :
Steven Holzner is the award-winning author of 78 books on programming, and has been writing bestsellers on Visual Basic topics ever since Visual Basic has been around. His books have sold nearly 2 million copies and have been translated into 16 languages around the world. He has a Ph.D. from Cornell University, has been on the faculty of both Cornell and MIT, and is a former contributing editor to PC Magazine. He was writing about Visual Basic before version 1.0 even came out, and it's his favorite all-time development package. He uses it almost daily for commercial development and Web hosting.


Best Sellers


Product Details
  • ISBN-13: 9780672325311
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Sams Publishing
  • Height: 232 mm
  • No of Pages: 984
  • Series Title: Sams Teach Yourself
  • Weight: 1606 gr
  • ISBN-10: 0672325314
  • Publisher Date: 29 Apr 2003
  • Binding: Paperback
  • Language: English
  • Returnable: N
  • Spine Width: 51 mm
  • Width: 189 mm


Similar Products

Add Photo
Add Photo

Customer Reviews

REVIEWS      0     
Click Here To Be The First to Review this Product
Sams Teach Yourself Microsoft Visual Basic .NET 2003 in 21 Days: (Sams Teach Yourself)
Pearson Education (US) -
Sams Teach Yourself Microsoft Visual Basic .NET 2003 in 21 Days: (Sams Teach Yourself)
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.

Sams Teach Yourself Microsoft Visual Basic .NET 2003 in 21 Days: (Sams Teach Yourself)

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!