e99 Online Shopping Mall
Help | |
Home - Basic V - Visual Basic Programming (Books) |
  | Back | 61-80 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
61. Visual Basic Shell Programming by J. P. Hamilton, Ron Petrusha | |
Paperback: 373
Pages
(1900-07)
list price: US$29.95 -- used & new: US$7.10 (price subject to change: see help) Asin: B00007FY99 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description First and foremost, this efficiently packaged text is a reference to all of the COM objects and APIs that are needed to program with the Windows shell successfully. Each section is organized by topic, with an explanation of what kind of functionality you can add, and then all of the COM objects, methods, and constants that you'll need to use in VB, along with sample code. For many of the examples, a custom file extension (.rad) illustrates how to integrate this file into the desktop, and extend what it can do within the Windows desktop. Reading this book is also an education in the features that the Windows shell actually offers. For example, you'll learn how to add dynamic, context-sensitive menus to desktop icons, and drag-and-drop processing and custom property sheets that pop up on the desktop. Later sections turn to the Internet, with browser extensions, which can customize the look and feel of Internet Explorer (and File Explorer). One sample presents the code for a Web site crawler, which automatically downloads a group of files. Throughout, the book is careful to point out those features that are easy to do in VB and those that require advanced programming techniques. (Generally speaking, there's a lot of VB expertise on display here.) The author provides a custom COM type library for exposing all of the shell functionality to VB programmers. Of course, you can use this file to develop your own VB shell applications. Overall, this book helps explain a rather difficult topic in Windows programming, and makes accessible for the very first time this exciting area of functionality to experienced VB programmers. Read Visual Basic Shell Programming to create applications that both are more professional looking and take full advantage of every available feature in today's Windows desktop. --Richard Dragan Topics covered: Customer Reviews (8)
Lot's of info, many mistakes
Overall good, but some sample codes crash in Win2K ... However, what disappoints me is that I found the sample codes from As far as I know, the author has not yet figured a solution
Good Introduction to Shell Programming in VB Many people think VB and windows shell programming don't mix very well. Honestly, I was one of them. But after reading this great introduction, I figured I was wrong. Well, mostly wrong. There are two issues that make shell programming hard in VB: (1) As in most "advanced VB programming tasks", the first realization must be you _can't_ do it in pure VB. You need to import Win32 APIs and then fake you are writing your program in C. But that's a very old and well-solved problem, and in fact this book assumes you know how to do it: it shows the import statements without explaining how to get them. But that's fine, for I think most advanced VB programmers have already picked up this old trick. (2) The windows shell is built heavily on COM, so must be the shell extensions. But this book is not about writing COM servers in VB... Apparently the author did not expect the readers to know COM before, so he offered a short chapter on COM basics that I find too short to be sufficient for the purpose of this book. For example, later on he started using jargons like "in-process COM servers" and "apartment threaded" (these are COM jargons) without explaining what they are. I tried to look up these terms in the index to quote the page number. They are absent---yet another proof of insufficient coverage of COM. I admit that shell extensions are in-process COM servers and so in most cases the readers are not expected to do anything else anyway, but this kind of treatment much weakens a reader's understanding of what he/she is doing. And there are other problems that plague this almost excellent book: (1) There is no separate treatment of what should the programmer do when a new shell extension comes out. As an example, icon overlay is not covered in this book. I think this is really the major reason I have to take half a star off: this book is more like "how I wrote those shell extensions" rather than "how you can write your own ones". For example, it does show many examples of how to turn a given IDL into more VB friendly, but not how can the programmer obtain the IDL of an interface that's not covered in the book. (OLE View won't answer all such prayers. Go check the platform SDK or, _cough_, wait for the second edition of the book to have a new chapter on that extension. :P) (2) There is no coverage of debugging shell extensions. It's not as easy as one may expect, especially as VB will automatically re-register your COM servers when you execute your code while Explorer loads some registry entries only once... Overall, this is a more than decent introduction to shell programming using VB. If you want to do some typical shell programming like having your own property sheet or namespace extensions, then this book is really good for the job and is worth every single penny. I would rather say it's 4.5 star, but I have to round down for the minor problems I mentioned.
Awsome Book !! Excellent reference material and a worthly investment.
Not neccessary but fun to read |
62. Teach Yourself Excel Programming With Visual Basic for Applications in 21 Days by Matthew Harris | |
Paperback: 962
Pages
(1996-07)
list price: US$35.00 Isbn: 0672307820 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
Great for the VB-ginner |
63. Visual Basic .NET Programming by Harold Davis | |
Paperback: 544
Pages
(2002-04-12)
list price: US$39.99 -- used & new: US$4.40 (price subject to change: see help) Asin: 0782140386 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (15)
Excellenct resource for beginning programmer
A Special Treat The first time I got one of Harold Davis' books, I was impressed: "Finally, a book for programmers that is really accessible!"I was tired of voluminous books of "how to"s that did not provide a good conceptual structure.(Some of us need that to help the memory, and sense of mastery.) He writes in an easy-to understand style in which the basic concepts are included along with the clear and straightforward "how to"s.It is clearly a book suitable for beginners and for experienced, moderately advanced, programmers at the same time.(Something I formerly did not believe was possible.)As one reads and occassionally rereads the material, it becomes evident that the content is really quite dense.One can read simply, follow the instructions - that are clear and easy to follow - and, if a deeper understanding is desired, then go back and re-read the material, more slowly.It is all there. In this latest book, he has brought this style to a very fine level.I was intending to "retire" with Visual Studio 6.After, reading the first few chapters of this book, I am eager to take his "journey" into VB .net.
November 24 review below has it ALL WRONG!
Waste of time, waste of money 1. The book tries to be too many things to too many people, and fails miserably on all accounts. If you're new to programming, "nondeterministic finalizers" are introduced on page 6. If you're an experienced object-oriented programmer, OOP isn't introduced until Chapter 15. If you're a VB6 programmer, I couldn't find a clear attempt by the author to demonstrate the differences between 6 and .NET. 2. In my understanding, the most important update to VB.NET is its uptake of object-oriented programming principles. The back cover of the book says that the author also wrote "Visual Basic 6 Visual Quickstart." I have not read that book, but would not be surprised if its contents were similar to this new book. The author has basically ignored all of the important updates to VB.NET, and has provided a tutorial for VB6. If you're a new programmer, this book will teach you the wrong things right from the start. If you're an experienced programmer, you'll be frustrated by the mickey-mouse approach which doesn't make use of your prior knowledge. 3. Chapters 16-20 (the last 5 in the book), which "introduce" ADO.NET and working with XML, among other things, are pretty obvious page-fillers. If you're looking for pages 90% filled with screenshots, this is your place to find them. Appendices A - E are also page-fillers. Appendix A tells you how to use the VB Help System. If you need help using help, what are you doing programming? 4. The author expressly states that his favorite update in VB.NET is the ability to use windows of any shape. That about sums this book up. Let me restate - this book misses just about every target audience I can think of.
Finally, an easy approach to VB NET! |
64. Visual Basic. Net Programming and DVD: 60 Day Trial Package by Philip A. Koneman | |
Paperback:
Pages
(2003-02-26)
list price: US$76.20 -- used & new: US$11.54 (price subject to change: see help) Asin: 0131027964 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (3)
Not quite the best choice for a VB.NET text
Good Idea, Bad Execution
Good book if you are starting with VB |
65. Programming in Visual Basic. NET: Update Edition for VB. NET 2003 w/ 5-CD VB. Net 2003 Software Set by Julia Case Bradley, Anita Millspaugh | |
Paperback:
Pages
(2004-05-12)
-- used & new: US$59.63 (price subject to change: see help) Asin: 0072256710 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (11)
If not for the book, at least for the CDs.
Expensive text with a vague introduction to VB.NET
Great Buy
EXCELLENT
Quality entrey level VB book |
66. Programming Distributed Applications with Com and Microsoft Visual Basic 6.0 (Programming/Visual Basic) by Ted Pattison | |
Paperback: 500
Pages
(1998-10-01)
list price: US$44.99 -- used & new: US$0.28 (price subject to change: see help) Asin: 1572319615 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (61)
Excellent book Eventhough i tried to read "inside COM" i found it hard for me because i am not a C++ programmer. I don't suggest "inside com" for a VB programmer.
An Informative Explanation of COM for the VB Programmer The author explains COM programming in a very clear way.I foundthe book very easy to read and I rarely feel that way about computer books. I don't think this book is for total VB novices that have never created aCOM component in VB.This book does not have many examples either.If youare looking for a strictly "how to" book, this is not for you. But, if Visual Basic is you're bread and butter this book is a must read. A little familiarity with C++ would also be helpful to get the most out ofthis book.
Excellent book on COM technology, a must for all COM develop I don't know why Ted Pattison named this book "ProgrammingDistributed Apps with COM and Microsoft VB 6", of course the authorprovided few sample code in VB but don't count on that to start developingCOM components. Get the "Fitch & Mather" sample code from Microsoftsite and study it, that would help be sure of that. Even if you are a COMprogrammer you will still find a lot of tips to optimize your code. I'veread this book many times and each time I find few things that helps me.IT'S A MUST for all COM programmers. I would also recommend: "CreatingLightweight Components with ATL". With these two books and some coding youwill master COM and ATL. "Inside COM+ Base Services" should be your nextbook if you want to continue, it will take you to the next stage ofevolution of the COM programming model. Enjoy it
comprehensive and easy to understand
A Classic |
67. Advanced Programming Using Visual Basic .NET w/ 5-CD VB .NET software by Julia Case Bradley, Anita C Millspaugh | |
Paperback: 672
Pages
(2003-08-04)
-- used & new: US$6.00 (price subject to change: see help) Asin: 0072938285 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (12)
Not too good
Good book!
Not useful as a textbook
1 star is generous
Very Average Text Book |
68. Sams Teach Yourself Database Programming with Visual Basic 6 in 24 Hours by Dan Rahmel | |
Paperback: 408
Pages
(1998-12-01)
list price: US$19.99 -- used & new: US$2.43 (price subject to change: see help) Asin: 0672314096 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (28)
I can't believe this
Great kick-off point for beginners The book is easy to read, written in plain English, has many pictures and diagrams, a lot of code examples and even has a small reference section - delivered in a small enough book (350+ pages) that you don't feel overwhelmed before you open the cover. It touches on a lot of concepts, some a little too brief for my tastes, but gives the reader a wide enough exposure to allow you to move on in your desired direction once you have finished. By the end of the book you will know if you like database programming (without having spent a fortune for the book) and be able to implement many of the learned skills right away as you go on to intermediate and advanced levels via other training materials.
If You Have Half A Brain, Don't Buy This Book If you have no idea about programing I suggest starting by learning JavaScript.
You get what you pay for.... This is a "discount" book so I guess you get what you pay for when compared with other books. Like any learning tool, this is just one of them. I've always liked the readable layout format of Sams books. Too bad they don't edit them as well.
Good for a 24 hour coverage |
69. Introduction to Programming Using Visual Basic 6 by Gary Bronson | |
Paperback: 670
Pages
(1999-01)
list price: US$58.67 -- used & new: US$18.00 (price subject to change: see help) Asin: 1576760316 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (1)
Clear language, well organized, careful |
70. An Introduction to Programming Using Visual Basic 2005 by David I. Schneider | |
Paperback:
Pages
(2006-08)
list price: US$186.00 -- used & new: US$25.00 (price subject to change: see help) Asin: 0132241765 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (5)
Missing Manual for VB.NET !
visual basics
this book is the worse book i ever read.
The Bestof the Bunch - by far!
GARBAGE!!! |
71. The Art of Programming With Visual Basic by Mark Warhol | |
Paperback: 256
Pages
(1995-10-19)
list price: US$24.95 -- used & new: US$34.33 (price subject to change: see help) Asin: 0471128538 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (7)
The Art of Programming With Visual Basic
Dated for VB but timeless advice in general
The best programming book I have ever read
A must for every programmer - promotes responsible code The copy of this book that I have is for VB 3 and I don't know if it has been updated, but it really doesn't matter, because the main points apply to all versions.
Quite possibly the best book on how to program ever written. |
72. Visual Foxpro Programming Basics by Tom Stearns, Leonard Stearns | |
Paperback: 418
Pages
(1995-12)
list price: US$27.95 -- used & new: US$295.99 (price subject to change: see help) Asin: 0078820928 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
Excellent It takes you through a worked example.. THE WAY ONE WANTSTO BE TAKEN THROUGH A WORKED EXAMPLE... DO NOT BUY the "VFPDummies" book.. it is ABSOLUTELY worthless incomparison... "USING FOX PRO" (Antonovich) is much morecomplex... much more complete BUT you need to work up to it... not one foranyone to attack without a dose of AlkaSeltzer This book VF ProgammingBasics is v v good.. I congratulate the authors ... Read more |
73. Object-Oriented Application Development Using Microsoft Visual Basic .NET (Programming) by E. Reed Doke, John W. Satzinger, Susan Rebstock Williams, David Douglas | |
Paperback: 824
Pages
(2003-03-14)
list price: US$122.95 -- used & new: US$8.94 (price subject to change: see help) Asin: 0619159340 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (2)
Silly book
Don't Buy |
74. Learning Programming Using Visual Basic .NET with Student CD by Williams E. Burrows, Joseph D. Langford | |
Paperback:
Pages
(2002-08-12)
list price: US$78.50 -- used & new: US$37.00 (price subject to change: see help) Asin: 0072834129 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (1)
I recommended that it be used for a VB.NET course |
75. Learning Programming Using Visual Basic .Net by Williams E. Burrows | |
Paperback: 704
Pages
(2002-08)
list price: US$104.38 -- used & new: US$20.10 (price subject to change: see help) Asin: 007285619X Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
76. Wiley Pathways Introduction to Programming using Visual Basic by Evangelos Petroutsos, Patrick G. McKeown, Rod Stephens, Jim Keogh, Thearon Willis, Bryan Newsome, Bill Sempf, Rachelle Reese | |
Paperback: 560
Pages
(2007-03-16)
list price: US$69.95 -- used & new: US$4.05 (price subject to change: see help) Asin: 0470101881 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
77. Engineering, Mathematics, and Science Supplement, Introduction to Programming Using Visual Basic 6.0 by David I. Schneider | |
Paperback:
Pages
(2000-03-31)
Isbn: 0130166235 Canada | United Kingdom | Germany | France | Japan | |
78. ADO.NET Programming in Visual Basic .NET (2nd Edition) by Steven Holzner, Bob Howell | |
Paperback: 432
Pages
(2003-01-09)
list price: US$54.99 -- used & new: US$6.93 (price subject to change: see help) Asin: 0131018817 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (4)
Love Holzner but despise this book....
Fair to Mild
Great book
Well Written Book |
79. ALS Microsoft Visual Basic .NET Programming Essentials Package (Microsoft Official Academic Course Series) by Microsoft Official Academic Course | |
Paperback: 632
Pages
(2006-10-20)
-- used & new: US$58.00 (price subject to change: see help) Asin: 0470067683 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
80. Advanced Visual Basic.NET: Programming Web and Desktop Applications in ADO.NET and ASP.NET by David Gefen, Chittibabu Govindarajulu | |
Paperback: 600
Pages
(2003-09-13)
list price: US$127.00 -- used & new: US$24.54 (price subject to change: see help) Asin: 0130893676 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (4)
Book is Great
object oriented programming
object oriented programming
object oriented programming |
  | Back | 61-80 of 100 | Next 20 |