Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winforms

How to convert int or bool to checkState

c# .net winforms

setting Form.Text in WinForms Form does not update the title

c# winforms

Saving content of a treeview to a file and load it later

When is Control.Visible = true turns out to be false?

c# winforms

How to update Window form UI after setting CurrentUICulture?

c# .net winforms localization

When reading a Cursor from a resources file an ArgumentException is thrown

c# .net winforms

C# : Show dialog on UI thread from another thread

How to make a circle shape label in Window Form?

c# .net winforms

Split a string into sub strings by fixed width

c# winforms

Adding Windows 8 touch support to existing WinForms application

Toggle Switch Control in Windows Forms

What control is this? ("Open" Button with Drop Down)

.net winforms .net-2.0

How do I tell if a Drag Drop has ended in Winforms?

.net winforms

Datagridview causing IndexOutOfRangeException when clicked upon

c# winforms datagridview

C# 2.0 generics: How to create an Action object with zero parameters

hook on default "Paste" event of WinForms TextBox control

c# winforms

Is there an event raised in C# when a window is restored?

c# winforms events forms

Refresh listview so that it shows the selectedindex?

c# winforms listview scroll

DataGridView CellSelect and FullRowSelect

c# winforms datagridview

INotifyPropertyChanged causes cross-thread error

c# winforms multithreading