In-Depth

Books: Master WinForms Programming

With the ease of deployment for .NET applications, WinForms are once again a viable solution for large deployment environments. If you're considering WinForm programming, Windows Forms Programming in Visual Basic .NET is a must-have.

It used to be that Windows Forms development for user interfaces was the VB programmer's bread and butter. In the MSDN article "Death of the Browser?," Billy Hollis opines that browser-based interfaces lack the rich feature set available in Windows Forms that most Visual Basic developers have been working in for years. With the ease of deployment for .NET applications, WinForms are once again a viable solution for large deployment environments. If you're considering WinForms programming, Chris Sells and Justin Gehtland have you covered in their book, Windows Forms Programming in Visual Basic .NET.

This must-have reference is not a rehash of the help files. The authors' knowledgeable discourse on matters of WinForms programming is clear, detailed, and enjoyable to read. The sample code sections are short and provide a straightforward explanation of the topic. I wish more computer books were written this well.

The first part of the book covers forms, controls, events, dialogs, drawing, and printing. These topics are covered at a level that will appeal to novice and experienced programmers alike. More advanced sections follow on resources, settings, control design, data controls, databinding, and code security. The sections on multithreaded user interfaces and Web deployment will be of interest to many developers.

This is not an entry-level developer book, because it requires some knowledge of .NET programming. The book's source code is available for download.


Windows Forms Programming in Visual Basic .NET
by Chris Sells and Justin Gehtland
Addison-Wesley
ISBN:
0321125193
Price: $49.99
Quick Facts: The ultimate guide to developing WinForms in VB.NET. It covers form basics, controls, control design, multithreading, resources, and printing.
Pros: In-depth coverage of WinForms programming; well-written with clear examples.
Cons: Requires working knowledge of the .NET Framework and VB.NET.

About the Author

Hal Hayes is the president of ACRITECH Corp., which specializes in enterprise application development. He is also the founder of the Capital Area Visual Basic User Group in Washington, D.C. (now www.caparea.net). Hal is also a member of the staff of the International .NET Association. You can reach him at [email protected].

comments powered by Disqus

Featured

  • VS Code v1.99 Is All About Copilot Chat AI, Including Agent Mode

    Agent Mode provides an autonomous editing experience where Copilot plans and executes tasks to fulfill requests. It determines relevant files, applies code changes, suggests terminal commands, and iterates to resolve issues, all while keeping users in control to review and confirm actions.

  • Windows Community Toolkit v8.2 Adds Native AOT Support

    Microsoft shipped Windows Community Toolkit v8.2, an incremental update to the open-source collection of helper functions and other resources designed to simplify the development of Windows applications. The main new feature is support for native ahead-of-time (AOT) compilation.

  • New 'Visual Studio Hub' 1-Stop-Shop for GitHub Copilot Resources, More

    Unsurprisingly, GitHub Copilot resources are front-and-center in Microsoft's new Visual Studio Hub, a one-stop-shop for all things concerning your favorite IDE.

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

Subscribe on YouTube