VBScript with intelisense or VBA in my app?
Hello everyone,
What I am wanting to do is create an application that has the ability to create a VBScript that the user can create in a my form that would have the intelisense included. Is this posible? you know something like adding VBA to my app in a way. Is this at all possible?
Thanks for your assistance.
Mythos.
4 Attachment(s)
Re: VBScript with intelisense or VBA in my app?
i am making something like that ... for a scriptable plug in architecture
is 90% + complete
unfortunately i can not give away too much as it was a lot of work... and i plan to release the binary soon ... you could wait till release or do something like that yourself... has taken me about 4 months tho :(
if u want to execute scripts you will need to look into the System.CodeDom.Compiler
and for everything relating to code interpretation, that i have done in the 4 screen shots in attached (intelli-sence, the overload tooltips, object browser and document location drop down) i have used an open source c# library called: ICSharpCode.SharpDevelop.Dom
if you want any other help look in2 these and post back
Hope this gives you a good start
Kris