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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need ActiveX to run an executable

Status
Not open for further replies.

FurtadoOrthoDiag

Technical User
Apr 6, 2006
1
US
I'm new to ActiveX programming, and I have been tasked with creating an ActiveX to run on a Web server to run an executable program in the background. I work with VB, with a little ASP.NET experience. I haven't worked with C++ in years though.

I have to take in three variables, and use those variables to run the executable when called. This activeX should run the program, then clear out of memory once the executable is done.

Any assistance is appreciated.

Thank you
 
If you work with VB, you can accomplish what you need to. Read up on ActiveX EXE's and DLL's. For info on how to build classes in VB, check faq708-5940.

HTH

Bob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top