This article shows how to use the built in ownerdraw functionality of a standard Windows Forms ComboBox control to display a WYSIWYG font list.
Entries tagged with 'winforms' Articles and information on C# and .NET development topics
Fourth and final in a multi part series on creating an image viewer that can be scrolled and zoomed in C#. After part three added panning, we now add zoom support via the mouse wheel and clicking with the left or right buttons, along with some additional display properties.
Third in a multi part series on creating an image viewer that can be scrolled and zoomed in C#. After part two added scrolling support, we now extend this to support panning and keyboard scrolling.
Second in a multi part series on creating an image viewer that can be scrolled and zoomed in C#. After part one created the initial component with auto resize, we now add scrolling support.
First in a multi part series on creating an image viewer that can be scrolled and zoomed in C#.
How to add a horizontal scrollbar to a ComboBox in C# using the WS_HSCROLL style and CB_SETHORIZONTALEXTENT message.
The default RadioButton component doesn't offer a double click event. This article describes how to override the default implementation and enable double clicking.
Article describing how to create a custom implementation of a standard Windows Forms Label to give it the ability to wrap and still autosize.
This article shows how to create a custom GroupBox component, and adjust the client area used for positioning controls hosted in the GroupBox.