Computer Programming

Google

General

Programming
APIs and Operating Environments
Extensible Languages
Graphics and Multimedia
Languages and Tools
Software Design
Web Programming

Languages

ADA
ASP
Assembler
Basic
C#
C and C++
CGI
COBOL
Delphi
Eiffel
Forth
Fortran
HTML
Java
Javascript
LISP
Logo
Modula 2
Pascal
Perl
PHP
PL/I
Postscript
Prolog
Python
QBasic
REXX
Smalltalk
Visual Basic
XML

Databases

Access
Clipper
DBase
Filemaker
IBM DB2
Informix
Ingres
JDeveloper
MySQL
Oracle
Paradox
Powerbuilder
SQL

Software

Database
Development Utilities
Graphics
Linux
Programming
Programming Languages
Training & Tutorials
Web Development

HobbyDo


Search Now:

VISUAL BASIC BOOKS

Posted in Visual Basic (Thursday, July 24, 2008)

Written by John Sharp and Jon Jagger. By McGraw-Hill Companies. The regular list price is $70.95. Sells new for $53.92.
Read more...

Purchase Information
No comments about Microsoft Visual C# .Net.



Posted in Visual Basic (Thursday, July 24, 2008)

Written by Allen G. Taylor and Virginia Andersen. By Anaya Multimedia. The regular list price is $60.95. Sells new for $92.88.
Read more...

Purchase Information
No comments about Access 2003: Programacion Con VBA / Power Programming With VBA (Programacion / Programming).



Posted in Visual Basic (Thursday, July 24, 2008)

Written by John Socha. By Sybex Inc.,U.S.. There are some available for $0.69.
Read more...

Purchase Information
No comments about Learn Programming and Visual Basic.



Posted in Visual Basic (Thursday, July 24, 2008)

Written by Jonathan C. Barron. By Course Technology Ptr (Sd). The regular list price is $23.95. Sells new for $33.99. There are some available for $4.64.
Read more...

Purchase Information
No comments about West's Essentials of Microsoft Visual Basic.



Posted in Visual Basic (Thursday, July 24, 2008)

Written by D.S Sherawat & Sanjay Sharma. By S.K. Kataria & Sons (Distributed By Heritage Impex Worldwide). Sells new for $18.00.
Read more...

Purchase Information
No comments about Visual Programming (Using Visual Basic).



Posted in Visual Basic (Thursday, July 24, 2008)

Written by Jeffrey A Stipes. By McGraw-Hill. There are some available for $0.40.
Read more...

Purchase Information
No comments about A quick look at Visual Basic.



Posted in Visual Basic (Thursday, July 24, 2008)

Written by Greg Perry. By Sams Publishing. There are some available for $2.25.
Read more...

Purchase Information
No comments about Moving from Qbasic to C.



Posted in Visual Basic (Thursday, July 24, 2008)

Written by Julitta Korol. By Wordware Publishing. There are some available for $177.43.
Read more...

Purchase Information
3 comments about Learn Microsoft Excel 2000 VBA Programming.
  1. I found this book to be easy to understand with plenty inside information on programming Excel. There are lots of tutorials which use most of the features of programming in Excel. The CD-ROM with all the tutorial exercises is useful for the longer exercises. It is slightly marred by a few typos.


  2. A very good book for self teaching on Excel VBA, flawed by mistakes in the text. At least in spotting the errors,I improved my understanding of the subject. Ho hum.


  3. My review is based on Chapter 8, Manipulating files and folders with VBA.

    I'd say the author's approach to writing this chapter is equivalent to identifying a few of the VBA commands related to files, and copying the on-line help. These commands are the older ones like CurDir, Name, Dir, MkDir and RmDir. She does not describe the FSO (File System Object) Library that is the centerpiece of Kofler's treatment of this subject.

    There is no imagination here, no sense of real problems that occur in solving a real problem. The on-line help is as useful as the book, and also as useless. There are even fewer examples of code than the on-line help provides. And in trying to cobble together a complete project, there is no additional help here. The problems you cannot solve with the on-line help are not solved by Julitta.

    A further annoyance is the Wordware Publishing binding, which will not open flat, so you have to pin it between your legs and the desk to kee!p it open at the page you are consulting while you type in the examples.

    Bottom Line: Wait for a better book, or put up with the out-of-date Elizabeth Boonin. If you can understand a more advanced approach, go for Kofler's "Definitive Guide to Excel VBA", which really treats the newer features of Excel VBA.


Read more...


Posted in Visual Basic (Thursday, July 24, 2008)

Written by Michael J. Young. By Peachpit Press. The regular list price is $17.99. Sells new for $1.99. There are some available for $0.01.
Read more...

Purchase Information
No comments about Outlook 2000 for Windows (Visual QuickStart Guide).



Posted in Visual Basic (Thursday, July 24, 2008)

Written by Chris Payne. By Sams. The regular list price is $46.99. Sells new for $2.98. There are some available for $1.80.
Read more...

Purchase Information
3 comments about Sams Teach Yourself .NET Windows Forms in 21 Days (Sams Teach Yourself).
  1. I often purchase based upon the reviews and am grateful people take the time to write them.

    I'm writing this review to warn you NOT to buy this book. For me, it has been a waste of time and money.

    There are two main problems:

    1) The author for some reason I do not understand chose to NOT use Visual Studio .Net tools or the Form Designer to do the examples. Duh! Apparently, by only downloading the .Net runtime you can compile programs from the command line and run them. All the samples assume your going to do that. Perhaps his editor told him to do this to 'reach a larger market'. But first off, if you don't have the development tools you probably aren't serious about development and won't be buying many books. Second, learning windows forms IMHO is all about using the VS.Net Form Designer and if you don't have that there is little point. The fact is when you get a real job, they're going provide you with and want you to know how to use the VS.Net tools. I consider this a MAJOR flaw for this book. If you buy this book, you'll spend all your time cutting and pasting his sample code into a real project and setting up the compilation etc. Yup, he doesn't even include project files since there's no assumption you are using the de-facto tools! What a pain. You'll also spend hours and hours trying to figure out how to use the Forms Designer to do what he did manually. 21 days, right. More like 21 weeks.

    2) The other problem with this book, though this is more a personal preference, is the author obviously focused on VB.Net and only seems to have added C# at the end of the process. Many examples are only given in VB and most of the text explains VB first and then makes a few comments about C#. As a professional C++ developer, I want to use C# and am disappointed about the VB focus. If you're learning VB, then great, you'll probably like this. If you're doing C#, then switching back and forth from the VB based text to your C# code can be annoying and time consuming.

    If your a VB developer and don't have the tools, then maybe this book would be for you, but I think it silly to write a book called 'Teach Yourself .Net Windows Forms' and not use the obvious de-facto tools.

    As for the content, it seems ok, but I'm having such trouble converting the projects and shifting from VB to C# that I honestly haven't gotten very far into the book (first 5 or 6 chapters) and have finally come to the conclusion I will have to find another book.

    I have from time to time used this book as a reference because I have no other (yet), and have found it somewhat useful for that, but as a tutorial on learning forms forget it.

    To be fair, there are a number of other books out there that don't provide samples with project files and don't assume the tools everyone will use (VS.NET), and I hate that too, but for a .net FORMS book, I think this a fatal flaw.



  2. I'd like to offer a different perspective on this book than the previous reviewer. I think it's a pretty well written book and I still use it today as a reference in my job training MCSD candidates. One of the good things about the book is it's comprehensive coverage of so many topics (which is one reason I use it as a reference source). Also, Chris's writing style is enjoyable and he communicates well - his ASP.NET book is extremely popular and this book shares a lot of the same qualities.

    Yes, it would have been better if it had covered using VS.NET instead of just using text files and the command line compilers but like many .NET books this book was written while VS.NET was still in beta. If you publish a book full of pictures and instructions dealing with the beta version of a tool and then the released version is significantly different, you have big problems. So most publishers produced books on the command line tools. Besides, to really understand something like .NET it's good to know how to code it by hand. Ideally you'd read two books, one like this that codes by hand and one that shows you how to use the power of the IDE.

    As to having to download anything extra to compile and run the programs in the book, if you have VS.NET installed then you have the command line compilers. Duh!

    If you like the "teach yourself in 21 day" style of learning topics by working with lots of example programs and if you want to know how to code .NET by hand (so you can understand the code the IDE is generating) this is a good book for you.



  3. I'm currently working my way through Day 3 of this book. On the good side, I am producing working Windows Forms using the .NET Framework SDK and this book. I'm generally able to follow the text and the exercises. My forms are on the simple side, of course, and follow the book examples, but I feel I am progressing well.

    On the bad side, the book has numerous typos to this point (Day 3). The downloaded code does not have some image files such as .ico and .bmp files crucial to one of the Day 3 exercises. Also some code written in vb.net in the book is provided as C# in the downloaded code. Some downloaded code seem missing entirely. A bad omen for the remaining days. I visited the author's web site and emailed him a question. So far he has not answered. I used the publisher's web site "Contact Us" page to let them know the downloaded code is missing some files, and got a response that must have been sent by an email robot -- it didn't at all speak to my concern. There is no published errata on either the publisher's or author's web sites.

    I admit that I am getting some Windows Forms juice out of this particular fruit. I don't know how intelligible coming chapters will be. But the very poor product support means that if you buy this book and have a question or concern you are out of luck. Good technical writers are proud of their books and respond to reader questions. Some are also extremely active in mailing list forums. Good publishers like O'Reilly respond to readers with replies that speak to the questions being posed.

    I have a tough time reccomending this book. You might do better elsewhere. Maybe that Windows Forms title offered by the Manning publishing house will be a help? I don't know.



Read more...


Page 100 of 161
10  20  30  40  50  60  70  80  90  91  92  93  94  95  96  97  98  99  100  101  102  103  104  105  106  107  108  109  110  120  130  140  150  160  
Microsoft Visual C# .Net
Access 2003: Programacion Con VBA / Power Programming With VBA (Programacion / Programming)
Learn Programming and Visual Basic
West's Essentials of Microsoft Visual Basic
Visual Programming (Using Visual Basic)
A quick look at Visual Basic
Moving from Qbasic to C
Learn Microsoft Excel 2000 VBA Programming
Outlook 2000 for Windows (Visual QuickStart Guide)
Sams Teach Yourself .NET Windows Forms in 21 Days (Sams Teach Yourself)

Copyright © 2005
*Amazon.com prices and availability subject to change.
Last updated: Thu Jul 24 16:20:19 EDT 2008