𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Programming Microsoft Windows with C#

✍ Scribed by Charles Petzold


Publisher
Microsoft Press
Year
2001
Tongue
English
Leaves
1075
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


C# and .NET were made for each other. So, it seems, were Windows and Charles Petzold. Petzold's Programming Windows, first published in 1988 and now in its fifth edition, has been the most authoritative guide to Windows development for one generation of programmers after another. Now, it's joined by a new classic: his new Programming Microsoft Windows with C#.Web apps get the hype nowadays; Petzold focuses elsewhere: on the powerful .NET Windows Forms tools that enable state-of-the-art Windows development. Whether you're building traditional standalone "client" apps or front-ends for distributed systems, he guides you through the "Windows" side of .NET with unprecedented depth and insight.This isn't "Harry Potter" coding: No wizards allowed. Petzold doesn't even use the Windows Forms Designer: It can take you only so far, he says, and if you don't understand how to manually code your controls, you'll be up a creek without a paddle. Prepare to get your hands dirty.Petzold begins with the basics of Windows Forms, the essential data types required to program graphical applications, and the basics of text output. Then, he moves on to the two large collections of .NET framework classes - user and graphics - that encompass the "visual" aspects of Windows development. While these can be traced all the way back to Windows 1.0, they've been refined again - and, of course, C# and .NET change how you get at them.On the "graphics" side of the house, the book's systematic coverage includes lines, curves, fills, pages, transforms, text, fonts, images, bitmaps, BΠΉzier curves, paths, regions, clipping, brushes, pens, fonts, printing, and vector graphic metafiles. On the UI side, he starts with mouse and keyboard programming (showing how to provide the oft-neglected keyboard equivalents, and raising a few thorny issues that seem to require recourse to the old Win32 API). Next, he covers all the GUI elements of a modern Windows application: buttons, labels, scrolling, dialog boxes, edit, list, and spin boxes, toolbars, status bars, tree views, list views, clipboards, and more.One more note: Whether you're writing Windows or web apps, you'll often find yourself dealing with file I/O, floating-point mathematics, and string manipulation. Each are significantly changed in the C#/.NET environment. Failing to find reliable guides to them, Petzold has written his own and included them as appendices.As Windows programming continues to evolve, one thing fortunately remains constant: Charles Petzold's still there to explain it to us - brilliantly.


πŸ“œ SIMILAR VOLUMES


Programming Microsoft Windows with C#
✍ Charles Petzold πŸ“‚ Library πŸ“… 2002 πŸ› Microsoft Press 🌐 English

β€œLook it up in Petzold” remains the last word on Windows development. In this .NET-ready Windows programming guide, the best-selling author shows you how to get the most out of Windows Formsβ€”the next-generation Windows programming class library. You’ll discover how to use C# to create dynamic user i

Programming Microsoft Windows with C#
✍ Charles Petzold πŸ“‚ Library πŸ“… 2002 πŸ› Microsoft Press 🌐 English

<P>This core reference provides the expert guidance that professional developers need to build applications with Windows Forms-the next-generation Microsoft Windows programming class library. Best-selling author on programming for the Windows operating system Charles Petzold shows readers how to use

Programming Microsoft Windows with C#
✍ Charles Petzold πŸ“‚ Library πŸ“… 2001 πŸ› Microsoft Press 🌐 English

Mr Petzold covers a lot of ground here. The most fun thing is that you can use the very same concepts in VB.NET or J# with no loss in the material. Sometimes I found the book a little bit long winded in its explanations, but in the end you always know that Petzold will deliver. The book seems orient