Buy Used
Used - Good See details
$4.17 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
Building Better Interfaces with Microsoft Foundation Classes
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Building Better Interfaces with Microsoft Foundation Classes [Paperback]

Keith Bugg (Author)
3.7 out of 5 stars  See all reviews (3 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more


Book Description

0471331813 978-0471331810 April 13, 1999 1
A complete, nuts-and-bolts guide to building better interfaces.

From expert Keith Bugg, here is the first complete guide to building better user interfaces for Windows applications using MFC. Step-by-step, Bugg shows you how to implement all commonly used controls and dialog boxes, as well as those rarely covered in other books. He also shows you how to add multimedia, tips, and other enhancements for more professional applications. And he provides plenty of helpful examples and sample code for all topics covered. You get complete, hands-on coverage of:
* Common controls, including buttons, boxes, bars, spinners, TreeView, and sliders.
* Microsoft's New Common Controls.
* Common dialogs, including color, file, Find-Replace, and Cfont.
* Splitter windows and controls.
* Online help-includes coverage of the new HTML-based help standard.
* Using CFormView to insert controls directly into your application's view.
* Multimedia, including video clips, sound, animation, and more.
* Professional enhancements, such as "Tip of the Day" pop-ups, visual and color-coded cues, standards compliance, and improved consistency.

Visit the companion Web site at www.wiley.com/compbooks/bugg/ to find:
* All the examples and code from the book.
* Microsoft(r) HTML Help Toolkit.
* Microsoft(r) VidEdit Toolkit.
* Links to additional resources.

Editorial Reviews

From the Publisher

From expert Keith Bugg, here is the first complete guide to building better user interfaces for Windows applications using MFC. Step-by-step, Bugg shows you how to implement all commonly used controls and dialog boxes, as well as those rarely covered in other books. He also shows you how to add multimedia, tips, and other enhancements for more professional applications. And, he provides plenty of helpful examples and sample code for all topics covered.
You get complete, hands-on coverage of:
* Common controls, including buttons, boxes, bars, spinners, TreeView, and sliders
* Microsoft's New Common Controls
* Common dialogs, including color, file, Find-Replace, and CFont
* Splitter windows and controls
* Online help-includes coverage of the new HTML-based help standard
* Using CFormView to insert controls directly into your application's view
* Multimedia, including video clips, sound, animation, and more
* Professional enhancements, such as a "Tip of the Day" pop ups, visual and color-coded cues, standards compliance, and improved consistency

From the Back Cover

A complete, nuts-and-bolts guide to building better interfaces.

From expert Keith Bugg, here is the first complete guide to building better user interfaces for Windows applications using MFC. Step-by-step, Bugg shows you how to implement all commonly used controls and dialog boxes, as well as those rarely covered in other books. He also shows you how to add multimedia, tips, and other enhancements for more professional applications. And he provides plenty of helpful examples and sample code for all topics covered. You get complete, hands-on coverage of:
* Common controls, including buttons, boxes, bars, spinners, TreeView, and sliders.
* Microsoft's New Common Controls.
* Common dialogs, including color, file, Find-Replace, and Cfont.
* Splitter windows and controls.
* Online help-includes coverage of the new HTML-based help standard.
* Using CFormView to insert controls directly into your application's view.
* Multimedia, including video clips, sound, animation, and more.
* Professional enhancements, such as "Tip of the Day" pop-ups, visual and color-coded cues, standards compliance, and improved consistency.

Visit the companion Web site at www.wiley.com/compbooks/bugg/ to find:
* All the examples and code from the book.
* Microsoft(r) HTML Help Toolkit.
* Microsoft(r) VidEdit Toolkit.
* Links to additional resources.

Product Details

  • Paperback: 368 pages
  • Publisher: Wiley; 1 edition (April 13, 1999)
  • Language: English
  • ISBN-10: 0471331813
  • ISBN-13: 978-0471331810
  • Product Dimensions: 8.4 x 5.8 x 0.7 inches
  • Shipping Weight: 12.6 ounces
  • Average Customer Review: 3.7 out of 5 stars  See all reviews (3 customer reviews)
  • Amazon Best Sellers Rank: #4,274,967 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

3 Reviews
5 star:
 (1)
4 star:    (0)
3 star:
 (2)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
3.7 out of 5 stars (3 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

16 of 18 people found the following review helpful:
5.0 out of 5 stars A great resource for GUI/MFC programmers, April 26, 1999
By A Customer
This review is from: Building Better Interfaces with Microsoft Foundation Classes (Paperback)
I found this an excellent book for adding the final polish to my apps. I thought the author did a great job of sticking to the basic steps of manipulating the controls, screen, and other parts of the user interface. The book showed me how to add a lot of little touches to my programs that I'd seen, but never learned how to use. Things like tool tips, animated sequences, bitmapped buttons, etc. I also found the information on inserting the Date-Time control very useful and timely. Also, the info on the other new common controls was most helpful...

While not everyone is on the same level in terms of development experience, if you are getting up to speed with Visual C++ and want to give your apps that professional look, I heartily recommend this book.

--Jack

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


8 of 9 people found the following review helpful:
3.0 out of 5 stars Covers only the basics..., April 4, 2000
By 
SteKar "A passionate photographer" (mountain view, ca United States) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Building Better Interfaces with Microsoft Foundation Classes (Paperback)
The book is well structured and the topics are very interesting. However, some controls are too briefly explained (i.e. TrackBar, Header) and owner-drawing techniques are not fully used. For instance, I was expecting a section on creating a flat-look style for command buttons, how to draw your own menus with bitmaps,etc... I think the author should have exploited this terrific idea of MFC UI more efficiently and should have gone deeper. Mr. Bugg leaves you craving for more UI knowledge and techniques. After all, on the back cover it does say "..here is the first complete guide..."
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:
3.0 out of 5 stars Covers the basics, with some interesting tricks, January 7, 2002
By 
J. Turner (Minnesota United States) - See all my reviews
(REAL NAME)   
This review is from: Building Better Interfaces with Microsoft Foundation Classes (Paperback)
Having reached a plateau in my understanding of MFC, I needed a resource to step me through the process of building and implementing owner-drawn controls, self-drawn controls, and implementing advanced user interfaces with MFC. This book was one of the ones I reached for, hoping it would provide some insight on those subjects.

It didn't. Nothing extreme or truly advanced here, it certainly isn't the "complete guide."

This book only covers the basics, and glances over owner-drawn controls. Self-drawn controls are only mentioned indirectly. Subclassing is explained in relation to edit controls (with an example). Due to the lack of depth, you will read some sections of the book wanting more, and end up looking at the source code examples.

The bulk of Bugg's book is focused on presenting the same information you can get from other books, albeit with a slightly better explanation and a little more depth (it explains the various options, and provides examples), in one singular volume.

I do like the layout. A chapter is dedicated to each control or resource: buttons, edit controls, listboxes, checklist boxes, status bars, combo boxes, toolbars, and the new common controls are covered, and are reasonably well explained. Also, the common dialogs are also presented. If you want to refresh your memory on something, like the common file dialog, you just go to that chapter. This means you can avoid having to thumb through several chapters like other MFC books.

Bugg also includes some neat tricks. However, I would point out that the code on pages 324 - 325 is unnecessary to add a beveled separator to a dialog. All you have to do is draw a picture box on your dialog with a width of 1, and check off the "Sunken" and "Border" properties in the resource editor. No code is necessary.

I would say this book would be a worthwhile supplement to the mega-huge-all-in-one MFC books on the market which touches one every subject without really teaching you anything in particular. It would especially be useful for programmers in the beginner to intermediate range. It just isn't useful to me, aside from being a reference.

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

Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject