Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing Parameters to ActiveX Exe

Status
Not open for further replies.

ufobaby

MIS
Sep 25, 2001
238
US
hi all,

i have an activeX exe (SQL Editor) .. there could be any application using this exe. Every application will have its own database and stuff.
these parameters needs to be passed to the exe by the calling application.

how can this be done. how will the application call the exe.

__________
[cheers]
Niraj...
"The unexpected success is not just an opportunity for innovation. It demands innovation."
[noevil]
 
Just like it would an ActiveX dll: add a reference to the library, intstantiate an object of the COM server and use the interface to pass variables etc.

Greetings,
Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top