Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

How to make Listbox's texts center aligned in desktop application using c#.net

c# winforms listbox alignment

Adding a help window to an application - C#

c# .net winforms

Side By Side ClickOnce Installations

How do I abort multiple threads?

Modal common dialog not showing until pressing the alt key

c# winforms modal-dialog

Get the list of opened windows C#

c# winforms

How do I redirect a console program's output to a text box in a thread safe way?

how to select all rows in DataGridView?

c# winforms

WebBrowser "steals" KeyDown events from my form