C# has a built-in way to create text-filled message boxes, a way that doesn't require using VB.NET. Find out for yourself.
Latest Custom Articles
Scrollable Image Viewer
Create an image display control with image scrolling facilities.
QuickConnect.NET
The Connect.NET is a C# component, that provides easy access to the TCP based network connections(Client/server).
.Notifier: Outlook-Like Notifier
Learn to use an Outlook-like system tray notification that uses C#.
ColorComboBox
Learn to create a ColorComboBox color picker that uses ToolStripDropDown.
Extending the ComboBox with C#
Learn how to create a Fonts Combo, an Image Combo, Align all the Combobox parts, and display colours in a Combobox
Latest CodeGuru Developer Columns
Understanding the C++ Utility Components in the C++ Standard Library
Learn more about a few commonly used components and explore their utility and usages.

Top Programming Languages to Use for .NET Development
Take a look at some of the most popular languages to use within the .NET paradigm.

Using Common Visual Basic Maths Conversion Functions—Imperial to Metric
When you need to convert imperial to metric and vice versa, here are some formulas to keep on hand.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.