IntelliSense

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,

was visual c#' 2005 express edition beta 2 written in c#. if yes, does
anyone know how to get the intellisense code into a textbox. i'm writing an
HTML IDE and i want to know how to do it

i hope someone knows!
 
was visual c#' 2005 express edition beta 2 written in c#. if yes, does
anyone know how to get the intellisense code into a textbox. i'm writing an
HTML IDE and i want to know how to do it

Visual Studio is written in a mix of native C++ and managed code. I
don't think IntelliSense is written in C#, but even if it was it's not
available as a service for use in other applications.



Mattias
 

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

Back
Top