GDI+ both wraps arcane API calls and extends them for much easier use. Programmers no longer have to make do with the familiar but simplistic VB 6.0 drawing model, nor do they have to dig down into the GDI API in order to get any real work done. In GDI+, Microsoft has come up with a complete, but still extensible, set of classes for all of the .NET programmers drawing needs. GDI+ requires different techniques than the Windows GDI API, as it is completely stateless. GDI+ Programming in C# and VB .NET starts out with an explanation of GDI+ and how it relates to GDI. The book then dives deep...
GDI+ both wraps arcane API calls and extends them for much easier use. Programmers no longer have to make do with the familiar but simplistic VB 6.0 d...
IN THE PAST FEW MONTHS, a deluge of .NET books has hit store shelves, each one eager to explain the new programming philosophy of the .NET world. In the excitement, many of these books have left out the tricks and insights needed to really master .NET programming. Part of the problem is that no single work can cover the entire .NET platform-a sprawling, ambitious framework that revolutionizes everything from Internet applications to data access technology. Many .NET books provide a good overview of essential concepts, but they can't deal with the subtleties needed for all types of...
IN THE PAST FEW MONTHS, a deluge of .NET books has hit store shelves, each one eager to explain the new programming philosophy of the .NET world. In t...
IF YOU ARE A NOVICE PROGRAMMER, this book iS designed for you. The text begins with an overview of the Visual Basic development environment, its important charac- teristics, and how the environment can be manipulated to suit your needs. Next, a discussion of forms and their uses ensues. This discussion is followed by cover- age of the Visual Basic controls, which are most essential to scientific program- ming. You then learn how to put controls to work by making use of the different control events. Once this introductory material has been covered, I show you the different data types that...
IF YOU ARE A NOVICE PROGRAMMER, this book iS designed for you. The text begins with an overview of the Visual Basic development environment, its impor...
Java developers have already adapted to a world in which everything is an object, resources are reclaimed by a garbage collector, and multiple inheritance is replaced by interfaces. This makes them well equipped to thrive in Microsofts new .NET environment using C#. Still, although there are many similarities between Java and C#, as always, the devil is in the details. .NET Development for Java Programmers shows just what those devilish details are. But it provides more than just language details: Developing enterprise applications requires mastering the libraries that allow you to build...
Java developers have already adapted to a world in which everything is an object, resources are reclaimed by a garbage collector, and multiple inherit...