tagged [winforms]
Bold text in MessageBox
Bold text in MessageBox How can I show the text in bold in the dialog displayed by `MessageBox.Show`, using C#?
- Modified
- 2 Apr at 17:31
How to disable TabIndex?
How to disable TabIndex? Is there a way to disable TabIndex for controls in a Form (C# winForms) that never need focus?
How to make a TextBox accept only alphabetic characters?
How to make a TextBox accept only alphabetic characters? How can I make a `TextBox` only accept alphabetic characters with spaces?
Disable and hide a TabPage
Disable and hide a TabPage How I can make a `TabPage` in a `TabControl` visible/hidden and enabled/disabled?
- Modified
- 20 Nov at 09:25
User Control vs. Windows Form
User Control vs. Windows Form What is the difference between a user control and a windows form in Visual Studio - C#?
- Modified
- 19 Feb at 20:29
Selecting a row in DataGridView programmatically
Selecting a row in DataGridView programmatically How can I select a particular range of rows in a `DataGridView` programmatically at runtime?
- Modified
- 29 May at 01:50
how to run a winform from console application?
how to run a winform from console application? How do I create, execute and control a winform from within a console application?
- Modified
- 10 Nov at 12:42
How to get the number of items in a combobox?
How to get the number of items in a combobox? How can I get the number of items listed in a combobox?
Place WinForm On Bottom-Right
Place WinForm On Bottom-Right How can I place a form at the bottom-right of the screen when it loads using C#?
looking for a month/year selector control for .net winform
looking for a month/year selector control for .net winform I am looking for a month selector control for a .net 2 winform.
Binding to commands in WinForms
Binding to commands in WinForms How can a button be bound to a command in a view model like in WPF with MVVM?
center MessageBox in parent form
center MessageBox in parent form Is there a easy way to center MessageBox in parent form in .net 2.0
- Modified
- 13 Nov at 23:15
How to call the non Default constructor with assembly.CreateInstance
How to call the non Default constructor with assembly.CreateInstance I need to call the Non default constructor when using assembly.CreateInstance. how?
- Modified
- 28 Jun at 00:45
How to disable sort in DataGridView?
How to disable sort in DataGridView? How can I disable sort in `DataGridView`? I need to disable the header `DataGridView` sorting.
- Modified
- 18 Aug at 15:9
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine while data export to MS ACCESS
The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine while data export to MS ACCESS I am beginner in using Microsft.ACE.OLEDB 12.0. I create a Winforms application VS 2010. A...
- Modified
- 15 Aug at 10:48
How do I get the header height of a Listview
How do I get the header height of a Listview Can somebody tell me how to get the header height of a ListView.
How to disable the parent form when a child form is active?
How to disable the parent form when a child form is active? How to disable a parent form when child form is active using c#?
How do I change the datagridview selected row background color?
How do I change the datagridview selected row background color? How do I change the datagridview selected row background color in C# windows applications?
- Modified
- 5 Jul at 09:34
Non-autoblocking MessageBoxes in c#
Non-autoblocking MessageBoxes in c# Anyone know a messageBox in .NET that doesn't block the thread that created it untill it's closed ?
Make a form's background transparent
Make a form's background transparent How I make a background transparent on my form? Is it possible in C#? Thanks in advance!
- Modified
- 10 Jul at 18:37
Select Folder Path with savefileDialog
Select Folder Path with savefileDialog Is there a way to using a dialog window to get the folder path without name file?
- Modified
- 7 Sep at 07:53
Windows Forms - Enter keypress activates submit button?
Windows Forms - Enter keypress activates submit button? How can I capture enter keypresses anywhere on my form and force it to fire the submit button event?
Detect change of resolution c# WinForms
Detect change of resolution c# WinForms is there an easy way to hook to an event that is triggered on change of global screen resolution?
How to set column header text for specific column in Datagridview C#
How to set column header text for specific column in Datagridview C# How to set column header text for specific column in Datagridview C#
- Modified
- 26 Jun at 20:52