Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winforms

How to show or hide properties dynamically in the PropertyGrid?

c# .net winforms propertygrid

How to check if a font supports a specific style

c# .net winforms fonts

NotifyIcon ContextMenu and too many click events

c# .net winforms wcf

Humble View/MVP with WinForms and a collection of UserControls

How to correctly dispose a Form, without risk of an Invoke being called from another thread on a disposed object?

Continuing execution in WPF app after an exception in a hosted Winforms control

C# WindowsForms UserControl's Controls Designer Support

How to get the exact regions that need to be draw in OnPaint() event?

c# winforms gdi+ paint

display full text in a label in c#

ElementHost + FlowDocument = GC not working, memory keeps increasing

Moving toolstrip just a little too far left will create a new row if another toolstrip is on the same toolstrip panel

c# winforms toolstrip

How I can control the Zoom ability of a chart in winform C#?

c# winforms zooming

C# Combobox move item to bottom of the list

c# winforms combobox

Prevent multiple instances in server same username

c# winforms

WinForms - DataGridViewCell not being set to read only

c# .net winforms

Fire comboBox SelectedIndexChanged only from user click

c# winforms events combobox

Is it safe just to set CheckForIllegalCrossThreadCalls to false to avoid cross threading errors during debugging?

Direct access to TableLayoutPanel Cells

c# winforms

Why does my ColumnHeadersDefaultCellStyle keep being reset in Visual Studio designer?