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#?

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?

23 May at 18:42

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?

14 Feb at 21:2

Disable and hide a TabPage

Disable and hide a TabPage How I can make a `TabPage` in a `TabControl` visible/hidden and enabled/disabled?

20 Nov at 09:25

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...

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#?

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?

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?

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?

13 Jan at 23:44

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#?

24 Jul at 02:54

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.

22 Oct at 17:38

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?

18 Nov at 23:6

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

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?

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.

18 Aug at 15:9

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.

7 Mar at 07:51

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#?

13 Aug at 17:52

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?

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 ?

22 Nov at 12:7

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!

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?

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?

23 Sep at 09:56

How to get a screen capture of a .Net WinForms control programmatically?

How to get a screen capture of a .Net WinForms control programmatically? How do you programmatically obtain a picture of a .Net control?

25 Nov at 03:31

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?

7 Oct at 11:25

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#

26 Jun at 20:52