Results 1 to 2 of 2

Thread: VBScript with intelisense or VBA in my app?

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2007
    Posts
    63

    Question 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.

  2. #2
    PowerPoster i00's Avatar
    Join Date
    Mar 2002
    Location
    1/2 way accross the galaxy.. and then some
    Posts
    2,390

    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
    Attached Images Attached Images     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width