Customer Reviews


10 Reviews
5 star:
 (6)
4 star:
 (3)
3 star:
 (1)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


5 of 5 people found the following review helpful:
4.0 out of 5 stars Excellent Windows Programming Instruction
The author, Dino Esposito, does excellent work in an instructional manner dealing with the customization of the Windows shell. There is an abundance of information located between the covers that will augment the comprehension the reader has about the Windows operating system as a whole. Many of the things that are in this book are available in other locations, such as...
Published on December 3, 2000 by Matthew Clower

versus
5 of 6 people found the following review helpful:
3.0 out of 5 stars Source code doesn't compile
I wish Wrox Press would learn to edit books. They choose appealing subjects, but the books themselves just don't cut it. This is nothing against the authors, it is the editor(s), if any, that are causing the problems.

The book content is fairly good. Much of the info is taken from articles that appeared in MSJ, or from Nancy Klut's book on shell programming, but it...

Published on May 3, 1999


Most Helpful First | Newest First

5 of 5 people found the following review helpful:
4.0 out of 5 stars Excellent Windows Programming Instruction, December 3, 2000
This review is from: Visual C++ Windows Shell Programming (Paperback)
The author, Dino Esposito, does excellent work in an instructional manner dealing with the customization of the Windows shell. There is an abundance of information located between the covers that will augment the comprehension the reader has about the Windows operating system as a whole. Many of the things that are in this book are available in other locations, such as MSDN and other articles available for free; however having a concentrated reference is very convenient.

Chapter 1-2: These chapters include a basic introduction to the way the Windows shell functions, and the various portions of the shell. It also introduces the Windows Application Programming Interface (API).

Chapter 3-6: Esposito explains how to work with files, including special folders, using the shell API functions SHFileOperation() and SHFileGetInfo(). Manipulating files, gathering information, and browsing for folders, it is all included. Certain Windows tasks such as working with shortcuts are explained programmatically.

Chapter 7-8: Chapter 7 introduces the concept of `invading' the shell using hooks and COM objects: using shell events or events within other processes to trigger your own events. Chapter 8 explains how to spawn processes programmatically.

Chapter 9-10: The first topic discussed deals with Windows icons, and then `invading' the Windows taskbar. This example can be used to take over any other process. Areas of the shell that are supposedly not very well known are covered; the recycling bin, formatting drives, etc.

Chapter 11-13: The Windows shell, `explorer.exe' is investigated. The author describes to the reader how explorer works, both the default actions taken and how to invoke certain behavior using the command line. Benefits and differences between using rundll() and rundll32.exe are covered; complete with examples of how to use them. Esposito spends a lot of time on scripting, first offering examples of scriptable shell objects then covering how to use the Windows Scripting Host, (WSH).

Chapter 14-16: Further levels of shell integration are presented as a conclusion to the book. Creating your own document types as well as many other features, like drag-and-drop support, give applications a native appearance in the shell. By creating new namespaces, the Windows operating system becomes even more customizable.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 5 people found the following review helpful:
4.0 out of 5 stars Visual C++ Windows Shell Programming, April 4, 2000
By 
This review is from: Visual C++ Windows Shell Programming (Paperback)
I am a semi-advanced self taught C++ programmer. I use Borland's C++ Builder programming IDE. I found this book to be extremely valuable. It has provided me with more information on the pride and pitfalls of Windows 98/NT's shell implementation and API than I would've imagined. This is not a beginner's book. It won't hold your hand to get you through it's content. You will need a firm grasp of the Windows messaging system. Knowledge of and experience with the Win32 API is also important. While I am weak on COM technology (does it really provide things that can't be done in simpler ways, or are we just stuck with it?) I found that I could understand what was going on by (loosely) relating the COM objects and namespace extensions to C++ classes. This book does contain some typos and mistakes. You will have to know enough to spot them or else spend time on the author's erratta web page (haven't been there yet myself). This leads me to believe that the source code download isn't comprised of exactly the same code that's in the book. All in all, I truly wish I'd have found this book sooner. It could've saved me a great deal of time searching through many different resources for the answers to some of my recently overcome programming frustrations. I'm only halfway through the book and am already writing more robust applications. Who knew that my system tray based application would've been left (past tense) memory resident but unreachable whenever the Windows Shell was restarted! If you're serious about living with Windows...if you need to register an application or file type...if you want to use SHBrowseForFolder() better...if you can't figure out why the damned thing won't work and it's 3:00 am...BUY THIS BOOK.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars Excellent Book, Easy Reading, Good NSE information, February 21, 2000
This review is from: Visual C++ Windows Shell Programming (Paperback)
Recently I was tasked to develop a name space extension. Not knowing that much about the topic, I scoured the web for relevant information. Unfortunately this is an area that, in my opinion, is rather poorly documented. All I could find was a couple of articles written several years ago. Fortunately for me, I found Mr. Esposito's book, and found it very enlightening, and easy to read. It's the only book that I found that has a complete chapter dedicated to this rather niche topic. Obviously the book also spends a great deal of time covering the larger scope of shell programming. All in all, I would highly recommend this book for anyone interested in learning more about shell programming, and personally, I consider it mandatory reading for anyone who is planning on developing a name space extension. Selfishly, I only wish the entire book was dedicated to name space extension, oh well, I'll have to wait for that book...
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5 of 6 people found the following review helpful:
3.0 out of 5 stars Source code doesn't compile, May 3, 1999
By A Customer
This review is from: Visual C++ Windows Shell Programming (Paperback)
I wish Wrox Press would learn to edit books. They choose appealing subjects, but the books themselves just don't cut it. This is nothing against the authors, it is the editor(s), if any, that are causing the problems.

The book content is fairly good. Much of the info is taken from articles that appeared in MSJ, or from Nancy Klut's book on shell programming, but it does add some useful new information.

Unfortunately, the source code (which is not included with the book, but is a free download) does not compile. I tried two of the projects (Shell hooks and Context menu) and neither would compile under a vanilla VC 6 installation. I know it is not my compiler, because the errors are in syntax. I suspect, despite the forward's statements otherwise, that the code was built with VC 5 and never recompiled under 6.

In any event, you may want to buy this book if you don't have access to Nancy Klut's (or MSDN, where it is included) and don't want to dig through the back issues of MSJ.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 2 people found the following review helpful:
5.0 out of 5 stars Very usefull & source does compile, May 23, 1999
By A Customer
This review is from: Visual C++ Windows Shell Programming (Paperback)
I have found this book to be very usefull as a guide to shell programming. The information in msdn is a good reference, but there are often many ways to accomplish the same thing. This book presents the various ways to approach a task and also warns you of pitfalls including misleading documentation and implemenation bugs.

Also, the source does compile in vc6 if you select the appropriate build setting (non unicode). The problem is related to unicode versions of macros being used in standard c functions such as fopen. Selecting the non-unicode build setting fixes this.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Excellent Book explaining the innards of The Windows Shell, March 11, 1999
By A Customer
This review is from: Visual C++ Windows Shell Programming (Paperback)
This is an excellent book on Windows 9x/NT Shell programming techniques which makes really good reading. The author takes us through each chapter, explaining minutia, undocumented features, pitfalls, pointing out bugs and workarounds all along the way. The book goes about explaining the innards of The Win32 Shell and Namespace Extensions and provides a lot of tips and tricks that can be accomplished using ATL/COM and the Windows Shell API. The author has done an excellent job of explaining the innards of the Windows Shell and how to put in Shell Hooks to get the most out of our Win32 applications. What is also good is the 'Further Reading' columns at the end of each chapter -- pointing the reader to related Knowledge Base Articles on MSDN, in addition to related articles on the subject from MSJ and MIND where possible.All the code has been written out using Visual C++ 6.0.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars I think it is a very valueable book., March 12, 1999
By A Customer
This review is from: Visual C++ Windows Shell Programming (Paperback)
When I picked up the book first time in my friend's site,I was amazed by what it describes.You know, I am a colledge student in BIT,and I major in computer science.I find out this book is very useful in my learning course.Thank you.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars I think it is a very valueable book., March 12, 1999
By A Customer
This review is from: Visual C++ Windows Shell Programming (Paperback)
When I picked up the book first time in my friend's site,I was amazed by what it describes.You know, I am a colledge student in BIT,and I major in computer science.I find out this book is very useful in my learning course.Thank you.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars Well written and packed with information, February 16, 1999
By A Customer
This review is from: Visual C++ Windows Shell Programming (Paperback)
It is hard NOT to give this book 5 stars. This book has answered more questions for me in one day than most books do in their lifetime. Mr. Esposito not only brings all the pieces of the Windows Shell documentation into one place, he corrects a number of errors in that documentation. He plainly sets out a number of ways of doing each task and explains why you might prefer one method over another in different situations. He also includes a "further reading" list at the end of each section with pointers to the MS Knowledge Base, MSDN articles and other books. A special note to the growing base of Borland C++ Builder programmers: Don't be scared off by the mention of the evil one in the title (Visual C++). The code examples are readily used in Builder and don't depend on the use of VC++. You will want to know COM to fully appreciate this book. We seem to have been given a glimpse into Mr. Esposito's lab notebook except that (unlike those of us who swore we were going to recopy or type up our notes before each semester began but never did) he has editted, added examples and drawn figures in his notebook.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


5.0 out of 5 stars Time saving grab-bag of tricks. Worth every penny, February 12, 1999
By A Customer
This review is from: Visual C++ Windows Shell Programming (Paperback)
The "Sinister Italian" book has been an enormous time-saver for me. It's not a book you want to read to be sure, it's more of a book you want to scan once--so you know what kind of stuff is there--and then whenever you need something of the kind, you just go there and steal code. Shell-related stuff is very difficult to find on one place, the changes from MS come in droves, and most importantly, none of it is something you'd want to really study--it's hardly anyone's job description to know shell interfacing by heart. There's a lot on MSDN, but it's all over the place and mostly ungrammatical. This book solves all these problems--readable explanations, tons of sample code. I'm very happy I got it. Wrox rules.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Visual C++ Windows Shell Programming
Visual C++ Windows Shell Programming by Dino Esposito (Paperback - Dec. 1998)
Used & New from: $0.41
Add to wishlist See buying options