Intellisence

  • Thread starter Thread starter Rob Panosh
  • Start date Start date
R

Rob Panosh

Hello,

Does anybody know of a control that I can put on a form that would allow
intellisence at runtime? Sorta like the "Command Window" when debugging
your source code. I would like to use this control so users can type in
source code, referencing my assemblies, at runtime with intellisence then I
could compile and run.

Thanks,
Rob Panosh
 
Rob,

* "Rob Panosh said:
Does anybody know of a control that I can put on a form that would allow
intellisence at runtime? Sorta like the "Command Window" when debugging
your source code. I would like to use this control so users can type in
source code, referencing my assemblies, at runtime with intellisence then I
could compile and run.

Have a look at the implementation of SharpDevelop (C#):

<http://www.icsharpcode.net/OpenSource/SD/Default.aspx>
 
Back
Top