Top "Windows-forms-designer" questions

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

Automatic regenerate designer files

Recently I've been making some improvements to a lot of the controls we use, for example give properties default values …

c# visual-studio user-interface windows-forms-designer automated-refactoring
Where does Visual Studio look for assemblies?

I've got a framework which consists of many base classes that can be derived to develop many apps. Among these …

c# visual-studio-2010 windows-forms-designer
Why does C# designer-generated code (like Form1.designer.cs) play havoc with Subversion?

My workshop has recently switched to Subversion from SourceSafe, freeing us from automatic locks. This led to concurrent editing of …

c# visual-studio svn version-control windows-forms-designer
How to make a borderless form draggable on a custom title bar?

I have created a border-less form using c# but could make the custom title bar movable so I search the …

c# windows-forms-designer borderless
What is the relevance of *.resx file in Windows Forms/controls?

Possible Duplicate: purpose of form1.designer.cs and form1.resx I Understand about *.designer file grouped with a windows form/…

c# windows-forms-designer
cv::Mat detect PixelFormat

I'm trying to use pictureBox->Image (Windows Forms) to display a cv::Mat image (openCV). I want to do …

c++ opencv windows-forms-designer pixelformat