Visual Basic Introduction Books - Page 4

MagicBeanDip.com

Page 4 of 24 - Go to page: 1 2 3 4 5 6 7 8 9 15

Visual Basic Programming for the Absolute Beginner w/CD (For the Absolute Beginner (Series).)

Michael Vine

Visual Basic Programming for the Absolute Beginner w/CD (For the Absolute Beginner (Series).) Michael Vine List Price: $29.99
By: Course Technology PTR
Amazon Marketplace: 13 new & used starting at $10.00

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Microsoft -> Development -> Visual Basic -> General AAS
Subjects -> Computers & Internet -> Programming -> Introductory & Beginning -> General
Subjects -> Computers & Internet -> Programming -> Introductory & Beginning -> General AAS

Customer Reviews:
Total reviews: 4 Average rating: 3.0 of 5

Visual Basic...but not for the Absolute Beginner 2 out of 5 stars.
6 of 6 people found this review helpful.

...I liked its approach of using games and "fun" lessons for teaching Visual Basic. I've already completed SAMS "Teach Yourself Visual Basic in 24 Hours" so I'm not the "Absolute Beginner" that is the target audience of this book. With that in mind:

1) This book is NOT for the absolute beginner. There is little if any discussion on how to use Visual Basic/Studio at all. No handholding at all. Often, items are mentioned only in passing (like how to do comments in your code) with little explanation. It seems an effort was made to make the book less intimidating by keeping it under 350 pages. The net result is a book with far too little explanation and information.

2) Throughout the book, when it comes time to add controls to your programs, you're simply given a chart listing all the controls and *some* of the properties you have to set. So what's the problem? The chart doesn't list any of the size or placement properties for the control! So you constantly have to flip back to the screenshot of the program - usually several pages earlier - to give yourself some idea where the item is supposed to go and how big it's supposed to be. In another example, in the animation program from chapter 3, you're supposed to assign a picture to 9 image controls. Problem? You're never told the NAMES of the picture files to assign! The author simply says that the images can be found on the CD with the book. Only they're not there! They're included as one large bitmap file on the CD which won't work for the program being worked on!

3) Code errors - in chapter 3, the author twice makes mention of using a particular Boolean variable in his program, making sure to allocate it by using "Dim". The problem? It's never used! All he does is allocate it, it never gets put to use!

4) Also in chapter 3, the author mentions the "Keydown event, which you've already seen earlier". I couldn't remember seeing it earlier, so I looked in the index. Turns out that "Keydown" is discussed only once in the book - IN THE SENTENCE THAT SAYS IT WAS DISCUSSED EARLIER.

That said, there are some good things to be gained from this book, as the author uses some events and controls that other beginning books don't touch as relate to games, so that's good. But if you're a true beginner, forget it.

Editorial Review:

This book is both conceptual and made for beginners. It will not only teach Visual Basic, often the very first language that aspiring programmers want to learn, it will teach them the fundamental programming concepts they need to grasp in order to learn any computer language. Plus, it uses game creation as a teaching tool. Readers will learn how to program in VB and produce something enjoyable at the same time. Of course, the practical implications of what they're learning will be discussed as well. The goal of the series is adaptive learning -- that the reader takes skills learned in this book and then applies them to his or her own situation as well as utilizes those skills when learning the next language.

Microsoft Visual Basic Deluxe Learning Edition Version 5.0

Microsoft Visual Basic Deluxe Learning Edition Version 5.0 List Price: $129.99
By: Microsoft Visual Basic Learning Edition Version 5.0
Amazon Marketplace: 11 new & used starting at $69.99

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Microsoft -> Development -> Visual Basic -> General AAS
Subjects -> Computers & Internet -> Programming -> Introductory & Beginning -> General
Subjects -> Computers & Internet -> Programming -> Introductory & Beginning -> General AAS

Customer Reviews:
Total reviews: 6 Average rating: 4.5 of 5

Editorial Review:

For beginners, Visual Basic is easy to learn. For veterans, its power is impressive. Small wonder, then, that it's the world's most popular programming tool. And this kit is arguably the simplest, most convenient way for beginning programmers to learn this important language. The MICROSOFT VISUAL BASIC 6.0 DELUXE LEARNING EDITION gives aspiring programmers the complete Learning Edition of Micosoft Visual Basic and all the outstanding proven tools that programmers can apply and combine to fit to their particular learning style.

Includes: The Microsoft Visual Basic 6.0 Learning Edition on CD-ROM Learn Visual Basic Now, the popular CD-based interactive program for hands-on learning Visual Basic 6.0 Step by Step, Learning Edition, the acclaimed book that provides clear modular lessons you can complete at your own pace Visual Basic Programmer's Guide, a rich reference for everything from programming fundamentals to optimizing and distributing applications The MSDN Developer's Library CD

Now you can learn how to program for Microsoft Windows(r) the easy way. Get MICROSOFT VISUAL BASIC 6.0 DELUXE LEARNING EDITION.

Learn Microsoft Visual Basic .NET In a Weekend (In a Weekend (Indianapolis, Ind.).)

Lloyd Work, Jay Miller

Learn Microsoft Visual Basic .NET In a Weekend (In a Weekend (Indianapolis, Ind.).) Lloyd Work, Jay Miller Amazon Price: $29.99
List Price: $29.99
In stock soon. Order now to get in line. First come, first served.
By: Course Technology PTR
Amazon Marketplace: 27 new & used starting at $2.79

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Computer Science -> Software Engineering -> Information Systems
Subjects -> Computers & Internet -> Microsoft -> Development -> .NET
Subjects -> Computers & Internet -> Microsoft -> Development -> Visual Basic -> .Net

Customer Reviews:
Total reviews: 1 Average rating: 5.0 of 5

Great introduction to .net 5 out of 5 stars.
14 of 17 people found this review helpful.

I must say... THIS IS A GREAT BOOK! i am a vb6/asp developer and had some contact with vb.net before but couldnt quite understand some parts of it until i read this book. It set me on the right track to begin working with both asp.net and vb.net a must have for anyone who wishes to learn vb.net the right and quick way.

Editorial Review:

In the matter of a weekend, readers will learn not only the syntax of this language, but also how to create windows and web-based applications, web services, simple database applications, and much, much more. Learn Microsoft Visual Basic .NET In a Weekend includes valuable examples, exercises, and sample applications, which utilize many things learned in the book and also serve as an integrated assessment tool. Plus, you can quickly access examples and applications referenced in the book with navigational software provided on the companion Web site.

Sams Teach Yourself Database Programming with Visual Basic 6 in 21 Days

Curt Smith, Michael Amundsen

Sams Teach Yourself Database Programming with Visual Basic 6 in 21 Days Curt Smith, Michael Amundsen List Price: $45.00
By: Sams
Amazon Marketplace: 19 new & used starting at $1.16

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Databases -> General
Subjects -> Computers & Internet -> Microsoft -> Development -> Visual Basic -> General AAS
Subjects -> Computers & Internet -> Programming -> Introductory & Beginning -> General

Customer Reviews:
Total reviews: 15 Average rating: 3.0 of 5

An excellent book for those who know VB already! 4 out of 5 stars.
6 of 6 people found this review helpful.

While I do agree with some reviewers in terms of errors which exist in some code in the book, I strongly disagree with those who condemn this book as being inadequate. This is not a book for Vb or Programming NEOPHYTES!

This book assumes that you know VB, and concentrates on teaching you how to develop database applications. In this area it does a marvelous job. I do agree with the authors mix of DAO/RDO and ADO. There is still a lot of DAO/RDO stuff out there which will need to be supported! It does an excellent job with its treament of ADO, DED, and data report designs. Not forgetting how to design and implement robust databases! Its database treament is even better than most database-only books I have reviewed!!

I know of pricier books that do not come anywhere close in terms of what this book offers(teaches). If you need more or exclusive ADO stuff look elsewhere.

I am both a professional VB/Database designer and also an instructor in VB and DB in a CIS dept and comparing this book to other books especially textbooks, you can't find anything more readable than this book!

I score this book a 4 because of code mistakes!

If you know VB, this is an excellent database design book for you! (Common! Let's be FAIR! The authors actually warn you up front about this fact!)

Editorial Review:

Sams Teach Yourself Database Programming with Visual Basic 6 in 21 Days is a tutorial that allows you to learn about working with databases in a set amount of time. The book presents you with a step-by-step approach to learning what can be a critical topic for developing applications. Each week will focus on a different aspect of database programming with Visual Basic. Some of the topics covered are data controls, programming with the Microsoft Jet Engine, and programming with the ODBC Interface and SQL.

Sams Teach Yourself More Visual Basic 6 in 21 Days (2nd Edition) (Sams Teach Yourself)

Lowell Mauer

Sams Teach Yourself More Visual Basic 6 in 21 Days (2nd Edition) (Sams Teach Yourself) Lowell Mauer Amazon Price: $29.99
List Price: $29.99
Usually ships in 24 hours
By: Sams
Amazon Marketplace: 56 new & used starting at $0.01

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Microsoft -> Development -> Visual Basic -> General AAS
Subjects -> Computers & Internet -> Programming -> Introductory & Beginning -> General
Subjects -> Computers & Internet -> Programming -> Languages & Tools -> Visual Basic Introduction

Customer Reviews:
Total reviews: 18 Average rating: 1.0 of 5

very poorly edited 1 out of 5 stars.
4 of 4 people found this review helpful.

I wish I had read the others' review about this book before I started to read this book. There are just too many editial erros in it. For example, Figure 1.22 refers to Hierarchical FlexGrid Control but it actually shows Tooltiptext; Figure 1.23 mentions Data Environment Designer but the illustration is about the form of file copying. If you copy and paste the code listing of 1.1, it wouldn't run because it introduced "i" that did not declared. I wonder if the author and the editor even ever read the final proof once, because there are so many obvious errors if you are an experienced VB user. But if you are trying to learn VB, it wouldn't help because it's so confusing.

Editorial Review:

Sams Teach Yourself More Visual Basic 6 in 21 Days provides comprehensive, self taught coverage of the most sought after topics in Visual Basic Programming. This book uses the step-by-step approach of the best-selling Sams Teach Yourself series to continue more detailed coverage of the latest version of Visual Basic. Not only will this book cover a wide array of topics, but it will also go into each topic to a level that the reader will be able to apply to their own programs. In addition, this book will include various tips and tricks of Visual Basic programming that will help the more inexperience programmer. Topics Include: Enhanced controls, collections, Loops, and other things, Procedures, Functions, and Logic, MDI and SDI window types, Database Processing and Designing a Database Application, Data Bound Controls, Data Form Wizard, and OLE Drag and Drop, Internet Programming and ActriveX Documents, Building On-Line Help and Using Crystal Reports.

Introduction to Computer Programming (with CD rom) (Starting Out With Visual Basics.NET)

Kip Irvine, and Bruce Denton Tony Gaddis

Introduction to Computer Programming (with CD rom) (Starting Out With Visual Basics.NET) Kip Irvine, and Bruce Denton Tony Gaddis By: Pearson Custom Publishing
Amazon Marketplace: 27 new & used starting at $0.25

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Microsoft -> Development -> Visual Basic -> .Net
Subjects -> Computers & Internet -> Microsoft -> Development -> Visual Basic -> General AAS
Subjects -> Computers & Internet -> Programming -> Introductory & Beginning -> General

Editorial Review:

Paperback, 8 1/2 x 11 1/2, taken from the Starting Out with Visual Basic.NET, this is a comprehensive basic introduction to programming. Software Included.

Paul Sheriff Teaches Visual Basic 6 (Author Teaches)

Paul Sheriff

Paul Sheriff Teaches Visual Basic 6 (Author Teaches) Paul Sheriff Amazon Price: $24.25
List Price: $34.99
Usually ships in 24 hours
By: Que
Amazon Marketplace: 50 new & used starting at $0.01

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Microsoft -> Development -> Visual Basic -> General AAS
Subjects -> Computers & Internet -> Programming -> Introductory & Beginning -> General
Subjects -> Computers & Internet -> Programming -> Introductory & Beginning -> General AAS

Customer Reviews:
Total reviews: 34 Average rating: 4.5 of 5

Excellent VB Book 5 out of 5 stars.
6 of 6 people found this review helpful.

I tried several other VB books before. All of them taught me some things, but all of them lost me somewhere in the middle.
This one is different, because it teaches by explaining why and what for first. Even if it looses you in details, you can always keep going because the most important material is outlined for you first and stands out. I'm making a transition into Windows programming from procedural languages. For me the book teaches VB, as well as principles of Windows programming.

Editorial Review:

Paul Sheriff has taught Visual Basic long enough to know what beginning programmers want. This book is designed for programmers that have little or no Visual Basic or Windows programming experience. Students will learn the syntax of the Visual Basic language, event driven programming, and how to put together a complete Visual Basic application. The emphasis in this book is on good coding practices such as industry accepted naming standards, indentation and code reusability. If you are a developer who needs to learn how to put together a Visual Basic application the right way, this book is for you.

Microsoft Visual Basic .NET Deluxe Learning Edition--Version 2003 (Pro-Developer)

Microsoft Corporation

Microsoft  Visual Basic  .NET Deluxe Learning Edition--Version 2003 (Pro-Developer) Microsoft Corporation Amazon Price: $77.67
List Price: $119.99
Usually ships in 24 hours
By: LITTLE BROWN AND COMPANY - Model: 0-7356-1906-9
Amazon Marketplace: 28 new & used starting at $25.99

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Microsoft -> Development -> .NET
Subjects -> Computers & Internet -> Microsoft -> Development -> Visual Basic -> .Net
Subjects -> Computers & Internet -> Microsoft -> Development -> Visual Basic -> General AAS

Customer Reviews:
Total reviews: 18 Average rating: 3.5 of 5

Editorial Review:

Get on the fast track to professional application development with Visual Basic .NET 2003. This practical, hands-on tutorial expertly guides you through the fundamentals using step-by-step exercises, code samples, optimization tips, and real-world advice to accelerate your productivity. Work at your own pace, learning core programming skills by selecting just the chapters and lessons you need. Upgrade your Visual Basic 6 applications quickly with the help of Upgrade Notes sidebars, a special upgrading index, and insights into the enhanced Visual Basic .NET Upgrade Wizard. It s everything you need to start creating .NET-connected software now! Discover how to: Create a compelling user interface with Toolbox controls, menus, and dialog boxes Use methods in the .NET Framework 1.1 class libraries Utilize the new debugging tools and structured error handlers to build robust code Manage data in your programs using collections, arrays, and string processing techniques Automate Microsoft Office applications and manage processes Manage Windows(r) Forms and create graphics and animation effects Use inheritance and other new object-oriented programming capabilities Write custom code for printers and dialog boxes for printing Manage Microsoft Access databases and create custom database applications with Microsoft ADO. NET Display HTML documents using Microsoft Internet Explorer Use Web Forms to build Internet interfaces Deploy Visual Basic .NET applications Port Visual Basic 6 programs to Visual Basic .NET CD features: Code examples in Visual Basic .NET 2003 All the book s practice files Fully searchable eBook

Sams Teach Yourself Game Programming with Visual Basic in 21 Days (Teach Yourself Days)

Clayton Walnum

Sams Teach Yourself Game Programming with Visual Basic in 21 Days (Teach Yourself  Days) Clayton Walnum List Price: $39.99
By: Pearson Education
Amazon Marketplace: 18 new & used starting at $2.58

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Games & Strategy Guides -> General AAS
Subjects -> Computers & Internet -> Microsoft -> Development -> Visual Basic -> General AAS
Subjects -> Computers & Internet -> Programming -> Introductory & Beginning -> General

Customer Reviews:
Total reviews: 24 Average rating: 3.5 of 5

Good Overall Game Examples For Any Language 4 out of 5 stars.
3 of 3 people found this review helpful.

This book goes through the details of many types of games, from card games to rpgs. These examples are good no matter what language you wish to program in. So if you are looking for game ideas, then this might be a good place to look. It comes with code for each game/example, and visual basic is easy to follow along with. They go into detail and explain all the code that they show you, which gives you good insight into some of the framework and details you need to think about before programming any game. I did not give this 5 stars because, if you are a knowledgable vb (or any language) programmer, then you could probably put these games together on your own without this book. Visual Basic is not a great language for programming games, but the simplicity of the language makes it simple to learn the basics of design and framework

Editorial Review:

Sams Teach Yourself Game Programming with Visual Basic in 21 Days teaches the reader the art of game programming from the ground up. The reader is assumed to have basic programming knowledge that he wishes to apply to the creation of basic games. Upon completion of the book readers will have learned to build eight games including card games, puzzles, and strategy games, each focusing on a specific task and building the reader's knowledge and skill level. The final week is a culmination of the skills learned in the first two weeks where the reader builds a complete game incorporating sound, animation, etc.

Sams Teach Yourself Visual Basic .NET Web Programming in 21 Days (Sams Teach Yourself)

Peter Aitken, Phil Syme

Sams Teach Yourself Visual Basic .NET Web Programming in 21 Days (Sams Teach Yourself) Peter Aitken, Phil Syme Amazon Price: $44.99
List Price: $44.99
Usually ships in 24 hours
By: Sams
Amazon Marketplace: 42 new & used starting at $2.50

Buy at Amazon.com

Browse similar items by category:
Subjects -> Computers & Internet -> Home Computing -> Internet -> Internet & Education
Subjects -> Computers & Internet -> Computer Science -> General
Subjects -> Computers & Internet -> Computer Science -> General AAS

Customer Reviews:
Total reviews: 3 Average rating: 3.0 of 5

Excellent book 5 out of 5 stars.
6 of 6 people found this review helpful.

This book really has it all in a nutshell...excellent dataset and ADO .NET content, session vars etc etc you name it, it generally covers it. It doesnt go into everything as deep as you would like, so its not gong to be the only book you buy, but for starting off it's an excellent launching point into VB .NET that I would thoroughly recommend.
One note..this book doesnt really cover VB .NET syntax, ie for loops, OO concepts and the like. It does however conatin alot of information about creating web based VB .NET apps, just as the title implies.

Editorial Review:

*

Visual Basic.NET will integrate state of the art programming language features, including inheritance, polymorphism, and garbage collection. The book will explain these key concepts in a simple and practical way.

*

Web Forms and Web Controls usher in an elegant way to make dynamic web pages. The book will cover these topics with how-to code examples and projects.

*

One of the newest developments in Internet programming is the use of XML and the SOAP communication protocol. .NET Web Services harness these two technologies, and will be covered in later sections of the book.


Page 4 of 24 - Go to page: 1 2 3 4 5 6 7 8 9 15

Return to MagicBeanDip.com

This page was created in 1.3115 seconds.