0

Do you know if it's possible to use the Visual Studio editor in .NET outside the Visual Studio isolated shell, for example in a Windows Forms application?

Thanks.

Daniel Peñalba
  • 30,507
  • 32
  • 137
  • 219

2 Answers2

2

Try the Visual Studio Isolated Shell from the Visual Studio SDK.

http://msdn.microsoft.com/en-us/library/bb685691.aspx

AkselK
  • 2,563
  • 21
  • 39
1

Short answer is, no. You will have to use a custom control that you make or that you get from a 3rd party. Here is a link to a good discussion on the topic: Free/open source code editor UI control for .Net

Community
  • 1
  • 1
jmrnet
  • 548
  • 3
  • 11