Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winforms

Multiple WPF applications in the same AppDomain

c# wpf winforms

How to customize toolstrip button highlight color on mouse over

How to create a User Control with rounded corners?

Chart Auto Scroll (Oscilloscope Effect)

c# winforms scroll mschart

How to make a DateTimePicker increment/decrement on mouse wheel

c# winforms

How to return first 50 characters of text in LINQ call

c# winforms linq-to-sql

storing and retrieving colors with database, C# windows forms application

C# Button Text Unicode characters

c# winforms unicode button

How can I get args of Form program?

how to delay shutdown and run a process in window service

How to detect when owner form is closed from an inner control?

c# .net winforms

ComboBox has its old value after Clear()

c# .net winforms combobox

How to get the DisplayMember value in the DrawItem event of a comboBox? C#

c# winforms

Using statement around dialog form to ensure garbage collection

TreeView search

How do I select a value in a DataGridViewComboBoxCell?

c# winforms datagridview

remove gridview selector column

c# winforms datagridview

TextBox.Text += "string"; vs TextBox.AppendText("string");

c# winforms stringbuilder

Opening a "known file type" into running instance of custom app - .NET

c# .net winforms

Opening a WPF Window in another Thread from a Windows Forms App

c# wpf winforms multithreading