| Thread | Last Post | Replies |
|
| The IDE Closes as soon as the Projects are loaded. | 26 Apr 2007 13:40 GMT | 1 |
This is a strange problem which is not giving any chance to trouble shoot. The solution closes and I get a alert: Microsft visual studio needs to close as it encountered an error. I am getting this this every time i try to open the solution for
|
| Serializer can't set a property to null | 25 Apr 2007 00:11 GMT | 3 |
Let's say that in my own custom control (derived from Control), I have a property Value of type object. My goal is to store in this property a DateTime or null. In order to store and edit a DateTime, I assign to it the DateTimeConverter and DateTimeEditor attributes. All is fine at
|
| How to skip execution during Design Time? | 10 Apr 2007 18:48 GMT | 9 |
I am writing a Windows Forms application using .NET 1.1, VS 2003 and C#. There is a section of code in one of my form's constructors that needs to be skipped over if the constructor is being called at design time. Is there a way to conditionally execute this code only at runtime ...
|
| Embedded controls are "alive" during design time | 07 Apr 2007 15:22 GMT | 2 |
I have a problem that I believe is related to KB839202, but I am more looking for some sort of work-around, as it appears this is something Microsoft simply cannot (or will not) fix. I am building a custom user control that embeds several SWF TextBox
|
| Form Load - Designer Exception | 06 Apr 2007 10:29 GMT | 8 |
I'am developing a Windows Form application (.NET 2.0, VisualStudio 2005 SP1, Infragistics 2006 suite). I open my solution (several project and forms, forms are inherit from base templates) and all works, after i compile my solution, if i try to open any
|
| Urgent Problem in adding Events tab to propertygrid | 02 Apr 2007 23:17 GMT | 3 |
I am making a form designer. It is same like VS.net IDE. I am facing difficulty in adding Eventstab to propertygrid control. In some forums it is mentioned that just assign some Site to sIte property of propertygrid and then just do
|