Top "Winforms" questions

WinForms is the informal name given to Windows Forms, a GUI class library in the Microsoft .NET Framework and Mono.

How do I group Windows Form radio buttons?

How can I group the radio buttons in Windows Form application (a lot like ASP.NET's radiobuttonlist!)? So I can …

c# .net winforms radio-button
Send values from one form to another form

I want to pass values between two Forms (c#). How can I do it? I have two forms: Form1 and …

c# winforms modal-dialog
How to delete a selected DataGridViewRow and update a connected database table?

I have a DataGridView control on a Windows Forms application (written with C#). What I need is: when a user …

c# winforms datagridview tableadapter
How to use WinForms progress bar?

I want to show progress of calculations, which are performing in external library. For example if I have some calculate …

c# winforms progress-bar
Invalid URI: The format of the URI could not be determined

I keep getting this error. Invalid URI: The format of the URI could not be determined. the code I have …

c# .net winforms uri
How to add new line into txt file

I'd like to add new line with text to my date.txt file, but instead of adding it into existing …

c# winforms stream text-files
Which passwordchar shows a black dot (•) in a winforms textbox?

Short question here: In .Net 4.0 Winforms, how do I use the PasswordChar property of a Textbox to show a common …

c# .net winforms textbox
How to show Error & Warning Message Box in .NET/ How to Customize MessageBox

Using C# .NET (Winforms). I want to know how can I show the message boxes with a Ding!! sound & …

c# .net winforms
How do I show a console output/window in a forms application?

To get stuck in straight away, a very basic example: using System; using System.Windows.Forms; class test { static void …

c# winforms compilation console-application
How to get only the date value from a Windows Forms DateTimePicker control?

I'm building an application with C# code. How do I get only the date value from a DateTimePicker control?

c# winforms date datetimepicker