Andre said:
Ben said:
Giovanni Dicanio wrote:
"Kenneth Porter" <
[email protected]> ha scritto nel
messaggio [...]
C# doesn't have. Visual Studio has, in the Forms Designer, a RAD
I think the WinForms designer is part of the .NET framework and can be
hosted in other applications too.
The .NET framework includes support for including design-time support for
user controls, but not the design environment itself. I think the design
environment can be hosted, but you'd be using the Visual Studio
extensibility SDK and licensing Visual Studio runtime components, not just
the .NET framework.
The C++ one is quite bad but I don't have that impression regarding
the C# (managed languages) one.
I've had the C# designer (VS2005) crash numerous times. The fact that the
crash dialog for Visual Studio isn't actually modal (a serendipitous bug I
suspect) is the only thing that's saved by solution from total uselessness
on multiple occasions (i.e. I was able to close the faulting designer
window and save the solution before letting the crash window exit Visual
Studio, otherwise merely opening the solution produced a crash)