open VS.net IDE inside c# form

I have a c# win form.on clicking a button i need to open a .cs file or solution in visual studio.net ide inside the form.

It should not be open as a seperate window. it should be inside the windows form.

pls help me,

Thanks
Vidhyaprakash(MCP)



Answer this question

open VS.net IDE inside c# form

  • Mike.R

    No I want user to user to edit the code according to his requirement.
  • Tech G-nome

    Why do you want to offer C# code editing within your app

    There are free C# source editors, perhaps they come with the source. SharpDevelop is one, I think.



  • Daveyc

    Actually speaking i want the user to create his own webservice at the run time so. vs.net ide would be better.

    cant we embed the VS.net ide inside C# form


  • GhosT15

    You're free to try. I don't believe it is a COM object, and I doubt that embedding it as a child window would go well, either. It would certainly make your app a resource pig, if it worked at all.

    Why are you trying to create an app that requires people to write a webservice in a child window



  • JasonWHowell

    That's just plain not going to happen. Why would you want to embedd the IDE in a form Are you just after syntax highlighting



  • open VS.net IDE inside c# form