windows-forms-designer
Windows Forms Designer - automatically adds namespace in front of class
I have problem with Visual Studio Designer. When I display design of a form, designer automatically adds namespace in front of class, which is used as datasource.[详细]
2023-04-02 14:25 分类:问答Using STA for WebBrowser Control
I am trying to add a WebBrowser to an application to be able to display a webpage, but keep getting a problem with the threading type.[详细]
2023-04-01 13:57 分类:问答vs2010 windows application design-time error
we have a problem with a custom user control in a windows application project. we use visual studio 2010 (c#).[详细]
2023-03-31 10:52 分类:问答Implementing windows form c++ tab selected event
I\'ve been relying on the auto generator of the microsoft visual studio 2010 to generate event handlers such as the click events for radio buttons and picture boxes.However, the editor does not genera[详细]
2023-03-31 02:30 分类:问答Property explorer: bound data source
Good day, I am creating a custom control based on the standard windows control TreeView. I\'m implementing data binding开发者_JAVA百科 - which is working nicely - but I\'m looking for a way to select[详细]
2023-03-30 19:56 分类:问答How to use libcurl functions inside a Windows Forms Application in Visual C++ 2010?
Here is the situation... I am using Visual C++ 2010 Express. I am trying to create a windows forms application that can load the source code of any given URL into a RichTextBox.I wish to accomplish[详细]
2023-03-29 18:58 分类:问答WinForms designer breaks on VS2005 when using Windows 7
We have an old project that is designed using VS2005 and WinForms. Everything works perfectly on Windows XP, but when I open the designer on Windows 7, everything breaks down.[详细]
2023-03-28 11:19 分类:问答WinForms Designer Exception
A WinForms form that includes a UserControl throws an exception when I attempt to display it in design mode, but runs properly when the program is ran or debugged.[详细]
2023-03-28 06:50 分类:问答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 classes there is a subclass of System.Windows.Forms.Panel for which I wrote its own desi[详细]
2023-03-25 20:59 分类:问答How to prevent Design View from using default constructor?
Situation: I am making a Collapsible Panel. In my business situation, I am required to have the panel support the following:[详细]
2023-03-25 16:20 分类:问答