Top "Windows-forms-designer" questions

The Windows Forms Designer is a graphical editor for Windows Forms controls within Visual Studio.

How To Convert A Number To an ASCII Character?

I want to create an application where user would input a number and the program will throw back a character …

c# windows function ascii windows-forms-designer
Reportviewer tool missing in visual studio 2017 RC

I just started to write reporting software in new version of visual studio named visual studio 2017 RC but just noticed …

c# wpf windows-forms-designer visual-studio-2017
How do I get which radio button is checked from a groupbox?

I have these groupboxes: I want to run some code according to checked true state of a radio button like: …

c# windows-forms-designer
Transitioning from Windows Forms to WPF

For a long time now, I have been stuck with Windows Forms development (started with VB6, and has continued through …

c# wpf windows winforms windows-forms-designer
how to add the checkbox to the datagridview from coding

how to add the checkbox to the datagridview from coding in windows form. i have a datatable with one column …

c# .net datagridview datatable windows-forms-designer
How to make a DataTable from DataGridView without any Datasource?

I want to get a DataTable from DataGridView of the Grid values. In other words DataTable same as DataGridView Values

c# datagridview datatable windows-forms-designer
The method or operation is not implemented

There is two forms. Form2 is derived from Form1. But I have an issue with Form2 in design mode as …

c# .net winforms inheritance windows-forms-designer
How to search through all items of a combobox in C#?

I have a combobox, and I would like to search through every element in it. How can I do this? (…

c# search combobox windows-forms-designer
Zooming in the visual studio form designer

I'm using the Visual Studio 2013 form designer to edit a form. The size of the form in the designer window …

visual-studio windows-forms-designer visual-studio-2013
Why can't I alter the height of a TextBox control in the windows forms design view?

I have a new project. I drop a textbox control on it. I open up the properties window, and I …

c# .net windows-forms-designer