host VS.NET in my application

S

szabelin

How do I host VS.NET Windows in my Application? I figured
that out for "Form" editor, any suggestions on how to host
other type windows?

Thanks!
 
H

Herfried K. Wagner

Hello,

szabelin said:
How do I host VS.NET Windows in my Application? I figured
that out for "Form" editor, any suggestions on how to host
other type windows?

???

Regards,
Herfried K. Wagner
 
S

szabelin

Hello Herfried,

I am going to be more specific. Visual Studio IDE provides
editor for different file formats (*.cpp, *.cs, *.xslt,
etc) including Form editor designer (where you drag and
drop controls onto). I so far was able to figure out how
to host Form (class) editor in my application; but I need
to host windows for other file types (*.xslt in my case).

I know it's possible to do this given the extensibility of
VS IDE, and I am looking for code samples and/or articles.

Thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top