Cargando…

Visual Basic 2005 jumpstart /

Okay, all you VB6 developers--time's up. As of March 2005, Microsoft no longer supports this version of Visual Basic. And you can't blame them. Three years ago, they introduced the .NET Framework--an elegant, powerful platform--along with the new component-based VB.NET language. But roughl...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Lee, Wei-Meng
Otros Autores: Roxe, Jay
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, Calif. : O'Reilly, 2005.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ia 4500
001 OR_ocm64549797
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 060306s2005 caua of 001 0 eng d
010 |z  2006274439 
040 |a UMI  |b eng  |e pn  |c UMI  |d WAU  |d OCLCA  |d CEF  |d OCLCQ  |d JTD  |d DEBSZ  |d OCLCQ  |d OCLCA  |d OCLCF  |d OCLCQ  |d OCLCA  |d OCLCQ  |d CUSER  |d IDEBK  |d REB  |d OCL  |d OCLCQ  |d E7B  |d COO  |d FEM  |d OCL  |d CASUM  |d OCLCO  |d OCLCQ  |d OCLCA  |d OCL  |d OCLCQ  |d OCLCO  |d MOQ  |d AU@  |d WYU  |d STF  |d OCLCO  |d RDF  |d UKAHL  |d OCLCA  |d INARC  |d VT2  |d OCLCO  |d OCL  |d OCLCQ  |d OCLCO 
019 |a 74459653  |a 326670132  |a 861530286  |a 968006311  |a 969013912  |a 1044218378  |a 1056351660  |a 1058885445  |a 1060779821  |a 1062901378  |a 1074338192  |a 1097094902  |a 1195483712  |a 1202553913  |a 1240511988 
020 |a 059610071X 
020 |a 9780596100711 
020 |a 9780596154455 
020 |a 0596154453 
020 |a 9780596553340 
020 |a 059655334X 
029 1 |a DEBSZ  |b 355371030 
029 1 |a HEBIS  |b 291443893 
035 |a (OCoLC)64549797  |z (OCoLC)74459653  |z (OCoLC)326670132  |z (OCoLC)861530286  |z (OCoLC)968006311  |z (OCoLC)969013912  |z (OCoLC)1044218378  |z (OCoLC)1056351660  |z (OCoLC)1058885445  |z (OCoLC)1060779821  |z (OCoLC)1062901378  |z (OCoLC)1074338192  |z (OCoLC)1097094902  |z (OCoLC)1195483712  |z (OCoLC)1202553913  |z (OCoLC)1240511988 
037 |a CL0500000001  |b Safari Books Online 
050 4 |a QA76.73.B3  |b L44 2005 
082 0 4 |a 005.13/3  |2 22 
049 |a UAMI 
100 1 |a Lee, Wei-Meng. 
245 1 0 |a Visual Basic 2005 jumpstart /  |c Wei-Meng Lee. 
260 |a Sebastopol, Calif. :  |b O'Reilly,  |c 2005. 
300 |a 1 online resource (214 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |2 rda 
588 0 |a Print version record. 
520 |a Okay, all you VB6 developers--time's up. As of March 2005, Microsoft no longer supports this version of Visual Basic. And you can't blame them. Three years ago, they introduced the .NET Framework--an elegant, powerful platform--along with the new component-based VB.NET language. But roughly five million of you decided to stick with VB6, mostly to maintain legacy Windows and COM projects. Now, with the upcoming release of VB 2005, Microsoft has several attractive reasons to upgrade that you'll find hard to resist, including the return of some VB6 features. And we have the perfect book to help you make the conversion: Visual Basic 2005 Jumpstart. Now, you can test-drive the beta version of VB 2005 with three hands-on projects that enable you to learn the syntax of this new language quickly. VB 2005 not only lets you convert the bulk of your existing VB6 code, but offers several familiar features, such as compile-and-run debugging, new MyClasses that simplify use of .NET libraries and frameworks, lots of IDE support for Windows, web and mobile GUI development, and data access controls that closely resemble what you use now. The real plus is that you'll be using these features with the .NET platform, which is more secure, less complex than COM, and offers OneClick deployment. Visual Basic 2005 Jumpstart lets you get the feel of this platform for building smart/rich Windows Forms clients, ASP.NET web applications, and web services. Author Wei-Meng Lee, a Microsoft .NET MVP, veteran O'Reilly author and frequent contributor to the O'Reilly Network, has put together three useful test-drive projects, complete with code samples, that let you develop: A personal library Windows application A Web-based shopping cart application A stock enquiry Web ServiceOur jumpstart guide is the quick, painless way to migrate from VB6 to VB 2005, and the perfect training manual for moving your organization to the more robust, dynamic and secure world of .NET. 
505 0 |a Visual Basic 2005 Jumpstart; About the Author; Foreword; Preface; What You Need to Use This Book; Conventions Used in This Book; Using Code Examples; Safari Enabled; I&d Like to Hear from You; Comments and Questions; Acknowledgments; 1. Introducing Visual Basic 2005; 1.2. Add a Menu and Toolbar; 1.3. Connect to a Database and Browse Records; 1.4. Create an Exit Dialog Box; 1.5. Handle Exit and Close Events; 1.6. Run and Debug the Application; 1.7. Inspect an Object at Runtime; 1.8. Add an About Box; 1.9. Configure the Application; 1.10. Summary; 2. Programming with Visual Basic 
505 8 |a 2.2. Variables2.3. Constants; 2.3.2. Enumerations; 2.4. Strings; 2.5. Arrays; 2.6. Type Conversion; 2.7. Operators; 2.8. Statements; 2.8.1.2. Select...Case; 2.8.2. Looping (Iteration) Statements; 2.9. Functions and Subroutines; 2.9.2. Subroutine; 2.9.3. Passing Arguments; 2.9.3.2. Passing by reference; 2.9.3.3. Optional parameters; 2.10. Error Handling; 2.10.2. Throwing Exceptions; 2.11. My Namespace; 2.12. Summary; 3. Putting Object-Oriented Programming to Work; 3.1.2. Creating Objects; 3.1.3. Comparing Objects; 3.2. Reusing and Customizing Classes; 3.2.2. Customizing a Method 
505 8 |a 3.2.3. Adding Alternate Versions of a Method to a Class3.2.4. Adding a New Method; 3.2.5. Customizing Initialization; 3.2.6. Adding Properties; 3.2.7. Weakly Typed Versus Strongly Typed Variables; 3.2.8. Using a Generic Class; 3.2.9. Splitting Up the Physical Implementation of a Class; 3.3. Designing Your Own Classes; 3.3.2. Controlling Access to Class Members; 3.3.3. Aggregating Data Types Using a Structure; 3.4. Controlling How Classes Are Implemented; 3.4.2. Specifying Implementation Details with Abstract Classes and Methods; 3.4.3. Creating Contracts with Implementers Using Interfaces 
505 8 |a 3.4.4. Controlling the Destruction of Objects3.4.5. Tagging Objects with Attributes; 3.5. Summary; 4. Developing a Windows Application; 4.1.2. Binding Library Data to the Form; 4.1.3. Adding a Web Reference to Amazon.com; 4.1.4. Accessing the Amazon.com Web Services; 4.1.5. Displaying Book Information and Covers; 4.1.6. Saving Book Information; 4.1.7. Testing the Application; 4.2. Viewing Book Information Offline; 4.2.2. Binding Library Data to the Books Catalog Form; 4.2.3. Testing the Application; 4.3. Deploying the Application; 4.4. Automatic Updating; 4.4.2. Republishing the Application 
505 8 |a 4.5. Summary5. Building Web Applications; 5.1.2. Building the Storefront Using a Content Page; 5.2. Creating a Shopping Cart; 5.3. Members Area; 5.3.2. Creating a Login Page; 5.3.3. Restrict Unauthorized Access to Pages; 5.3.4. Checking Out from the Store; 5.4. Testing the Application; 5.5. Summary; 6. Moving from VB 6 to VB 2005; 6.1.1.2. Reuse; 6.1.1.3. Rewrite; 6.1.1.4. Replace; 6.2. Using COM Objects in VB 2005; 6.3. Upgrading VB 6 Applications; 6.3.2. Using the Upgrade Wizard; 6.4. Summary; Colophon 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Visual Basic  |v Handbooks, manuals, etc. 
630 0 0 |a Microsoft .NET Framework. 
630 0 7 |a Microsoft Visual BASIC.  |2 blmlsh 
630 0 7 |a Microsoft .NET Framework  |2 fast 
650 0 |a Visual Basic (Computer program language) 
650 0 |a BASIC (Computer program language) 
650 0 |a Programming languages (Electronic computers) 
650 1 2 |a Programming Languages 
650 6 |a Visual Basic (Langage de programmation) 
650 6 |a BASIC (Langage de programmation) 
650 6 |a Langages de programmation. 
650 1 7 |a Visual Basic (Computer program language)  |x Handbooks, manuals, etc.  |2 bisacsh 
650 7 |a Microsoft .NET Framework.  |2 blmlsh 
650 7 |a BASIC (Computer program language)  |2 blmlsh 
650 7 |a Programming languages (Electronic computers)  |2 fast 
650 7 |a BASIC (Computer program language)  |2 fast 
650 7 |a Visual Basic (Computer program language)  |2 fast 
655 7 |a Handbooks and manuals  |2 fast 
700 1 |a Roxe, Jay. 
776 0 8 |i Print version:  |a Lee, Wei Meng.  |t Visual Basic 2005 jumpstart.  |d Sebastopol, CA : O'Reilly, 2005  |z 059610071X  |w (OCoLC)62109203 
856 4 0 |u https://learning.oreilly.com/library/view/~/059610071X/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26900091 
938 |a ebrary  |b EBRY  |n ebr10758449 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis28428817 
938 |a Internet Archive  |b INAR  |n visualbasic2005j0000leew 
994 |a 92  |b IZTAP