Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winforms

Visual studio does not open the graphical editor for Winforms anymore

c# visual-studio winforms

String.IndexOf function giving incorrect position number for TextBox.Select

c# winforms richtextbox

How do I add System.Windows.Forms to my .NET 5.0 project?

Extract data from an HTML form using HTML Agility pack

Wildcards in a Query String C#

c# winforms query-string

Background Worker Updating from a different class (preferably via events)

How to connect a custom propertyGrid with a standard control in C#?

c# .net winforms propertygrid

DataGridView write all values from a column to list

c# winforms list datagridview

Keep size when AutoSize is turned off

.net winforms autosize sizing

Changing color of a DataGridView Column according to value

c# winforms datagridview

WebBrowser stops responding on a particular webpage, but IE doesn't

How to achieve multi line header in DataGridView using property grid?

c# winforms datagridview

How would I make a control that flashes/fades on a mouse click? (Windows)

wpf winforms controls fade

Binding to nested property only showing first item in list

c# winform Invoke throws NullReferenceException

Why some controls has both BackgroundImage and Image property?

.net winforms controls

How can I loop through all the open instances of a particular form?

c# winforms forms

Should I modify my nuget package with a WinForms control for use in a .NET Core 3 application?