Developing User Interfaces for Microsoft Windows
โ Scribed by Everett N McKay
- Book ID
- 127436141
- Publisher
- Microsoft Press
- Year
- 1999
- Tongue
- English
- Weight
- 4 MB
- Category
- Library
- ISBN
- 0735605866
No coin nor oath required. For personal study only.
โฆ Synopsis
For the seasoned developer, Developing User Interfaces for Microsoft Windows provides a common-sense guide for improving Windows user interfaces. After a survey of recent writings on user interface design, this title covers a wide range of topics in very short chapters with a minimum of software engineering jargon. (One standout area looks at reusing resources in Visual C++.) The text also presents a "model" Windows program - Visual C++ 5.0.In its exploration of designing software for beginning and advanced users, the book advises against creating software tailored for specialized roles (a preference that arguably shows the book's interest in "shrink-wrapped" software, since business applications routinely require distinct modules for different types of users). Software is categorized into applications and utilities, with visual design guidelines for each. (This book doesn't avoid controversy here by arguing against both user-driven design and prototyping within the project life cycle.) Further chapters look at what UI features should be readily visible to users, and which ones (like unnecessary error messages) should be removed.In one notable section, new ideas in UI design based on today's Web sites are presented. (HTML changes the rules for Windows desktop users too.) Readers also get a laundry list of features that work, such as direct manipulation, good configurability, previews, and tooltips. There's advice on help and documentation and an excellent section on creating more effective (and simpler) setup programs. In all, this book can be read profitably by any Windows developer using C++. It provides a solid checklist for thinking about user interface design on the Windows platform.
๐ SIMILAR VOLUMES
Master the features and capabilities of the new Windows Driver Foundation--with guidance straight from the experts. The new Windows Driver Foundation, based on the Windows Driver Kit, simplifies driver development with new models and tools familiar to developers who work with Microsoft Visual Studio
Software components are becoming increasingly popular design and implementation technologies that can be plugged and played to provide user-enhanceable software. However, developing software components with user interfaces that can be adapted to diverse reuse situations is challenging. Examples of s