Is it possible to attach a programming interface to our custom made software?

prabha_friend

Prabhakaran Karuppaih
Local time
Today, 10:49
Joined
Mar 22, 2009
Messages
942
The Big Question!

Is it possible to attach a programming interface (Like VBA) to our custom made software?

No ways? Why? Not even by approaching Microsoft by making a deal and all?

Then How come AutoCAD added VBA in them?
 
some apps have an interface to allow vb to control them,like all microsoft apps.
Your app must have the API hooks to allow vb to do so.
 
But How to attach the VBA Editor itself? (VB IDE)
 
This is an extract from http://www.investopedia.com/terms/v/visual-basic-for-applications-vba.asp

In addition to Microsoft, numerous companies have used VBA to add the programming capabilities to their own applications. Visual Basic for Applications is also implemented in applications published by other companies including AutoCAD, ArcGIS, CATIA, CorelDraw and SolidWorks. VBA enables an application, such as Excel, to run a program internally and provide a customized version of Excel for a specific purpose, such as how long it takes to earn $1 million in an investment portfolio based on a specific interest rate and the number of years until retirement.

On July 1, 2007, Microsoft stopped offering VBA distribution licenses to new customers. Microsoft created Visual Studio that contained a separate scripting tool called Visual Studio for Applications (VSA) that supported Visual Basic .NET. One of VSA’s main features was that the interfaces were available through active scripting, allowing .NET-unaware applications to be scripted via .NET languages. However, VSA was retired in the 2.0 version of the .NET Framework, leaving no alternative for applications desiring active scripting support. Microsoft ended Visual Basic for Applications support for Microsoft Office 2008 for Mac computers. However, VBA support was restored in Microsoft Office for Mac 2011.

So the answer would appear to be make your app using Visual Studio
 

Users who are viewing this thread

Back
Top Bottom