Click to See Complete Forum and Search --> : VBA like capability for application


seshagiriRao
January 20th, 2005, 12:35 PM
hi,

I would like to build VBA (Microsoft Office - Visual Basic for Applications) like capability for my application. Can any one give some pointers on how to proceed.

My current application is an unmanaged c++ code base in VC 7.0.

thanks in advance.

Seshagiri

Mutilated1
January 20th, 2005, 04:24 PM
Ahhh you need the Windows Scripting Host. Plug that in and all the hard part is done. It works really nicely for that and its a lot of fun too. I'm sure you can find some examples if you poke around in the articles.