Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
Programming Microsoft Windows With C
 
 

Programming Microsoft Windows With C [Paperback]

Microsoft Press , Charles Petzold
4.1 out of 5 stars  See all reviews (66 customer reviews)
Price: CDN$ 68.94 & this item ships for FREE with Super Saver Shipping. Details
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Temporarily out of stock.
Order now and we'll deliver when available. We'll e-mail you with an estimated delivery date as soon as we have more information. Your account will only be charged when we ship the item.
Ships from and sold by Amazon.ca. Gift-wrap available.

Formats

Amazon Price New from Used from
Paperback CDN $68.94  

Product Details


Product Description

From Amazon

Aimed at aspiring C# programmers of all levels, legendary Windows expert Charles Petzold's Programming Windows in C# provides an extremely in-depth and intelligent tutorial to the APIs underpinning Microsoft's .NET Framework.

For a generation of programmers Petzold's Programming Windows, The Definitive Guide to the Win32 API book provided a virtual bible of how to get started with Windows development. This massive, handsomely bound hardcover edition attempts the same breadth of coverage for Microsoft's new C# language and the new .NET. With several examples clearly inspired by the earlier C title, this book demonstrates the author's keen eye for showing off and explaining the capabilities of low-level APIs to good effect.

The book first outlines basic "Hello World" examples for both a console and Windows Forms. Next, there's coverage of basic support classes (such as points and rectangles) before turning toward using these structures in extensive sections on graphics programming. Petzold's traditional strengths as a computer author are in ample evidence here, with many short examples presented that exercise the capabilities of the new .NET APIs.

Veteran readers will recognise the basic shape of the early Win32 title in the organisation of this (completely rewritten) C# version in the flow of topics from graphics, keyboard, mouse and timers and the like. (One production note here is that the order of later chapters does jump around somewhat, circling back to graphics topics several times instead of presenting related APIs in order.)

The sections on graphics transforms and how to manipulate images are worthy of note. There's excellent coverage of the possibilities of working with text and fonts output in. NET. Nifty working samples for several types of clocks and shape-drawing demos will let you explore graphical APIs in detail.

Several chapters cover basic Windows forms, control programming with buttons, labels and edit controls, then splitters, ListView and TreeView controls. This volume closes out with references to files and streams, math and string APIs. For any developer who wants to create state-of-the-art, "traditional" client-side software, this book is sure be required reading for its in-depth look at graphics and other leading-edge .NET features. It proves once again that learning low-level APIs in detail is still a good way to learn Windows programming. --Richard Dragan --This text refers to an alternate Paperback edition.

Book Description

An authoritative guide to creating Windows-based applications for the .NET platform, 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 Microsoft Visual C#--the advanced, object-oriented language for the Microsoft .NET platform--to create dynamic user interfaces and graphical outputs for distributed or stand-alone applications. Numerous application examples--with reusable code on the companion CD-ROM--help developers increase their productivity

Inside This Book (Learn More)
Browse and search another edition of this book.
First Sentence
In that succinct and (perhaps consequently) much-beloved classic tutorial The C Programming Language, authors Brian Kernighan and Dennis Ritchie begin by presenting what has come to be known as the hello-world program: #include <stdio.h> main() { printf("hello. world\n"):} While such a program hardly exploits the power of today's computers, it's certainly useful on the practical level because it gives the eager student programmer the opportunity to make sure that the compiler and all its associated files are correctly installed. Read the first page
Explore More
Concordance
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

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
 

 

Customer Reviews

66 Reviews
5 star:
 (40)
4 star:
 (8)
3 star:
 (5)
2 star:
 (8)
1 star:
 (5)
 
 
 
 
 
Average Customer Review
4.1 out of 5 stars (66 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most helpful customer reviews

3 of 3 people found the following review helpful
3.0 out of 5 stars This May Not Be What You Are Looking For., Jan 16 2004
As a professional programmer, this book was not what I was looking for. In reading the title, the absence of the word visual should have set off a light bulb. The author insists on doing everything manually, and does not tell the reader how to do things in the Visual Studio environment. In a professional environment where costs and deadlines are a major factor in development, there is no time for the gung-ho programming ideology of do it all your self. Also, the book spends allot of time on those basic low level programming topics that are not practical in a real business application development environment. Unless you are doing some really low level development, which requires you to draw your own graphics on the screen etc, many of the topics in this book are of little use. If you are doing such low level programming, which I don't believe C# is the ideal language for; you will need a more advanced and less advanced book to go along with this one. The book does not cover basic syntax in much depth. The book shows allot of code, but does not explain it from a beginner level in detail. However, the book is not a complete waste. It is awesome for introducing the rules and regulations of the C# language, the classes of the Windows Forms class library which replaces the MFC used in C++, and intermediate level basic code writing. Just don't buy the book thinking it is going to get you ready to dive into Visual C#; because it will not, and I don't believe the author intended it to. If you buy the book knowing what you're getting, you will be very happy. Don't let the inclusion of the word Windows in the title mislead you.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1.0 out of 5 stars WOW!, Jun 9 2004
By 
Dan (London, Ontario Canada) - See all my reviews
I'm not sure why I've seen so many good reviews for this book.......I see it as 1200+ pages of wasted paper. Microsoft recommends this book as study material for their exam? Rest assured..... this book doesn't cover anything but drawing pretty little circles, lines, text, and who could forget the cute little spiral, lol! This book contains a lot of useless information regarding the many, let me emphasize that MANYMANYMANY ways of drawing shapes.
Unless you plan on writing applications that produce arrays of wonderful shapes on your screen, this book is not for you! Take the time to head down to your local book store and review the content before wasting your money.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars Programming with Windows Forms, May 23 2004
By 
Don Woodhouse (Wilmington, DE United States) - See all my reviews
If you carefully examine the list of "Topics Covered" given by Amazon, you will not be disappointed at how Petzold does it. No one covers what Petzold chooses to write about more thoroughly and clearly than Petzold. The book definitely assumes familiarity with a C-family language. What is absent is information that his previous "Programming Windows" books gave about the underlying Windows environment, and about interprocess communication. I suppose this is because you can simply link to other code without much work in the new framework. But he does not cover the structure of .NET; the word "Assembly" is not even in his reliable comprehensive index, nor is "Component" or "IComponent." Disposal of resources is only mentioned with regard to graphics objects. The book covers Windows Forms programming, very well, and that's all it is meant for. By all means get this book, but get other books for other purposes.
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
Want to see more reviews on this item?
 Go to Amazon.com to see all 74 reviews  4.0 out of 5 stars 
 
 
Most recent customer reviews











Only search this product's reviews



Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges