Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winforms

Best practice when you need two user controls (winforms) to communicate

Debugging Data Binding in Winforms C#?

ListView Item Added Event

c# winforms

Multi "column" DataGridView C#

.net winforms datagridview

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

WinForms - DataGridViewCell not being set to read only

c# .net winforms

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

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