CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2001
    Posts
    1

    Scripting in VC++ app

    I am working on an app that needs to accept scripts written in VBS or VBA in order to batch certain function, what is the best way to approach this.

    Thanks in advance
    [email protected]


  2. #2
    Join Date
    Aug 1999
    Location
    Canada
    Posts
    2,076

    Re: Scripting in VC++ app

    Take a look to this article and related links.

    http://support.microsoft.com/support.../q221/9/92.asp

    I use in my app code based on this example wirhout any problems. It supports VB and Java scripts.

    Good luck


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

Featured