The Windows Forms Designer is a graphical editor for Windows Forms controls within Visual Studio.
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-designerI 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-2017I have these groupboxes: I want to run some code according to checked true state of a radio button like: …
c# windows-forms-designerFor 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-designerhow 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-designerI want to get a DataTable from DataGridView of the Grid values. In other words DataTable same as DataGridView Values
c# datagridview datatable windows-forms-designerThere 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-designerI have a combobox, and I would like to search through every element in it. How can I do this? (…
c# search combobox windows-forms-designerI'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-2013I have a new project. I drop a textbox control on it. I open up the properties window, and I …
c# .net windows-forms-designer