Top "Windows-forms-designer" questions

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

windows form how to add an icon to the right or left of a text box

I am building a Windows form application and I have a text box for searching purposes. I would like to …

c# .net windows windows-forms-designer
Visual Studio 2017 - can't find Visual C++ Windows Forms

So, I'm in awkward situation - I wanted to create Windows Form App using Visual Studio, but I can't find …

c++ winforms visual-studio-2017 windows-forms-designer
How can I use a scanner in .NET?

I am planning in making an application (Archiving System specifically) wherein, my app can access printer/scanner for scanning of …

c# windows-forms-designer scanning archiving
Centering Windows Forms Controls inside TableLayoutPanel with Visual Studio Designer

I have control containers tightly bound to the edge of user controls, evenly spaced on both sides of said user …

c# .net winforms windows-forms-designer
How do I display an MJPEG stream in a Windows Form application?

I have a video stream which comes as an MJPEG over HTTP. Is there a way to display such stream …

c# windows-forms-designer mjpeg
Importing Windows Forms (C#), Visual Studio 2012

trying to add an existing Windows form into a VS2012 WinForm project, I go "Add/Existing item..." then import: MyForm.…

c# winforms import visual-studio-2012 windows-forms-designer
How to avoid error "Constructor on type 'MyType' not found" when inheriting a base class

I have a Visual Studio 2010 Windows Forms app which includes a Form base class that other classes will inherit. The …

c# visual-studio-2010 inheritance windows-forms-designer base-class
Disable designer in Visual Studio?

I'm using Visual C# Express to write Windows Form applications, and call me old school, but I don't like the …

visual-studio windows-forms-designer
Microsoft Rdlc Report Designer in Visual Studio 2017

I am Microsoft Rdlc Report Designer extension and NuGet ReportViewerControl.Winform package. Now it is possible to open *.rdlc file …

c# rdlc windows-forms-designer visual-studio-2017
Adding a user control using Windows Form designer

This is probably an incredibly obvious question, but I just can't figure it out. I have a Windows Form managed …

.net winforms windows-forms-designer