Rating: Summary: A fair command reference rife with errors. Review: I purchased same with the idea of making it a handy, portable syntax reference. Unfortunately, it is fair for that purpose, but the errors simply make it a poor investment. I attempted to contact the author, but was met with rude, rude replies. Unless you are in need of kindling, save your money.
Rating: Summary: A fair command reference rife with errors. Review: I purchased same with the idea of making it a handy, portable syntax reference. Unfortunately, it is fair for that purpose, but the errors simply make it a poor investment. I attempted to contact the author, but was met with rude, rude replies. Unless you are in need of kindling, save your money.
Rating: Summary: Lacking In Practical Examples Review: I purshcased this book looking for a desk reference for Visual Basic 6 and found that this book was realy not sufficent in providing anything more than a brief description of VB 6 functions. It does cover a ASP's adaquatly for a refrence, but I've found Visual Basic 6 Little Black Book, by Steven Holzner to be a more complete reference guide.
Rating: Summary: Previous works Review: I sincerely hope this book is better than Mr. Rahmel's previous works. I had bought Mr. Rahmels' "Sams Teach Yourself Database Programming with Visual Basic 6 in 24 Hours". There were numerous technical errors (code snippets that simply didn't work) and no way to find out how to correctly code the problems. When I attempted to contact Mr. Rahmel I was met with little cooperation in correcting the problems. The publisher did offer to refund the money for the book however. Be forewarned!
Rating: Summary: Previous works Review: I sincerely hope this book is better than Mr. Rahmel's previous works. I had bought Mr. Rahmels' "Sams Teach Yourself Database Programming with Visual Basic 6 in 24 Hours". There were numerous technical errors (code snippets that simply didn't work) and no way to find out how to correctly code the problems. When I attempted to contact Mr. Rahmel I was met with little cooperation in correcting the problems. The publisher did offer to refund the money for the book however. Be forewarned!
Rating: Summary: Previous works Review: I sincerely hope this book is better than Mr. Rahmel's previous works. I had bought Mr. Rahmels' "Sams Teach Yourself Database Programming with Visual Basic 6 in 24 Hours". There were numerous technical errors (code snippets that simply didn't work) and no way to find out how to correctly code the problems. When I attempted to contact Mr. Rahmel I was met with little cooperation in correcting the problems. The publisher did offer to refund the money for the book however. Be forewarned!
Rating: Summary: An Essential Book. Review: I think this book irreplacable on my reference shelf. I use it everyday for work. If you do any Visual Basic work, I recommend that you get this book. It's only $15 and it has already paid for itself several times over. I use this book every day, and highly recommend it to anyone. A previous reviewer complained about a bad binding (true) and simple index. Since the all the language and method entries are alphabetic, I never really looked at the index. I also always use the 'See Also' listings at the end of each term to find related commands.
Rating: Summary: A Good Quick Reference Review: I've owned this book for over a year (and have 8 or 9 other VB books on the shelf,) and it's literally the first one I grab when I've got a question regarding VB syntax or useage. While it doesn't cover the advanced functionality much (Winsocket / API access, etc.) or at all, it covers the basics very well, indeed. I've got a copy at home, a copy at work, and have ordered two more copies for co-workers. Although I've found a few errors, It's easy enough to pencil in the corrections.
Rating: Summary: excellent reference Review: If you are already comfortable with programming in Visual Basic and just need a quick reference, this is the one book you need. I use it frequently to find the functions and object models I need. It gives me all the information I need without making me wade through 800 pages of instructions.
Rating: Summary: Worth the money? Review: The real question with a book like this is - is it worth the money?The book markets itself as a 'quick reference' book, so you would hope it would provide value over and above what you can find in the help files. Unfortunately, I did not find this to be the case. There was little info that the help files wouldn't tell you. Some of the information seemed out-of-date or lacking. As examples: IIF - The book claims you need to distribute an extra DLL to use this function (which is not the case with VB 6). It also fails to mention the classic pitfalls of IIF (slowness, and the fact that the valueIfTrue and valueIfFalse parameters are evaluated regardless of the value of expression). IsEmpty - This function is described as 'Determines if variable is empty' - not very helpful. Then, the examples suggested do not even include a line where IsEmpty evaluates to True. The writer would *appear* to believe IsEmpty("") is True, which is a grievous error. IsError - Like IsEmpty, the description is again not very helpful. Plus, again, the example (IsError(13)) evaluates to False. There is no indicaton of what the expression would need to be for IsError to evaluate to True. IsMissing - No mention is made that as of VB 6, this should only be used of optional parameters of type Variant. With so many errors in the space of 20 pages (of a total of 450), I really can't justify expenditure on this book. Read Books Online instead.
|