Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in winforms

Haunted by C# ownerdraw treeview

c# winforms treeview

Image draw speed

WPF MessageBox looks unstyled, while WindowsForms MessageBox looks good

c# wpf winforms messagebox

Get DatagridviewComboBoxCell's SelectedIndex

How to select all items in a ListBox really fast?

c# winforms listbox

Expose Columns property of a DataGridView in UserControl and make it editable via Designer

Design pattern to consume WebAPI from MVP Winform Client

How do I set focus to a Usercontrol

c# winforms user-controls

Listview Multiple Selection

c# winforms

Windows Form inheritance

How to change the format of specified lines in a RichTextBox

c# winforms controls string

C#: How to bind the text of a winforms button to a resource

Set datagrid view background to transparent

How to detect Ctrl - Forward Slash in WinForm app

WinForms RichTextBox : how to reformat asynchronously, without firing TextChanged event

How can I tell if a file on an FTP is identical to a local file with out actually downloading the file?

How to get the Form.DesktopBounds from before the window was minimized or maximized

c# .net winforms

can't consistently bring form to front

c# winforms forms

Why do LINQ to Entities does not recognize certain Methods?

.NET Backgroundworker - Is there no way to let exceptions pass back normally to main thread?