| Thread | Last Post | Replies |
|
| Why Form Designer does not generate properties for controls (only fields)? | 30 Mar 2006 10:31 GMT | 2 |
Form Designer generates only fields for controls. Form1.Designer.cs: ... private Button closeButton;
|
| Inherited BaseForm with ToolStripContainer | 29 Mar 2006 22:50 GMT | 3 |
I am having problems with a BaseForm which contains a ToolStripContainer which all of my other Forms inherit from. In my inherited forms I don't have access at design time to drop ToolStrips or MenuStrips onto the base.ToolStripContainer Panels (except for the ContentPanel for ...
|
| Mimic Sliding windiws in Visual Studio | 27 Mar 2006 19:45 GMT | 4 |
Does anyone know how to implement the 'solution explorer' and 'properties' sliding panels you get in VS2005. One way seems to be to put buttons on a panel for the 'autohide' bar and set the image propety to vertically oriented text (e.g. created in Paint). The
|
| VS2005 ToolBox Behavior | 21 Mar 2006 03:12 GMT | 1 |
I have a couple of questions related to the VS2005 ToolBox. It appears that VS2005 automatically adds any controls or components found in the current solution, which is different that VS2003, in which you had to explicitly add them.
|
| Missing C# Code Snippets | 20 Mar 2006 16:13 GMT | 4 |
Trying to generate the necessary methods in order to implement an interface, I'm given the error that they are missing! Indeed in Code Snippet Manager there is nothing under c#, though VB has many. How can I add the necessary snippets ?
|
| One or more errors encountered while loading the designer. | 06 Mar 2006 01:44 GMT | 1 |
Then it says, "Object reference not set to an instance of an object. " and "at DevExpress.XtraGrid.Design.GridControlDesigner.Initialize(IComponent component)" In my error list, numerous variables that work fine in running code, but it
|