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.

2 Answers 2

2

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

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

Sign up to request clarification or add additional context in comments.

Comments

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.