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

NEWBIE: ActiveX components in Delphi...

Status
Not open for further replies.

nhocquay

Technical User
Jun 25, 2001
2
US
hi,
i'm new to Delphi and i'm wondering if I use an ActiveX component in Delphi then do I need to include the ocx file with the compiled exe or is it automatically included?
 
You need to install the ocx on the other computer.
The activeX controls I use are generally used and installed by other programs. But there is a way do it via delphi S. van Els
SAvanEls@cq-link.sr
 
hmmm...
thanks for ur response. I though after you import the ActiveX control, it's automatically converted into Delphi component which in turn will get compiled with the program. Is there any way that one can do this because I want my program to be a single file. Thx!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top