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.
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.
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