function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
askinneraskinner 

Adding an ActiveX Control to SalesForce

I am adding an ActiveX Control to Salesforce and I have at least three files that need to interact with the control, but the Salesforce control only accepts one file, does anyone have any solutions:

1. The Cab File with the actual control and other program files for client installation

2. A driver file for the hardware installation.

3. And a License file for the ActiveX Control.

 

DevAngelDevAngel

Hi askinner,

I'm not a cab building activex expert, but can't those dependencies be included in the cab?  If not, you could store them in a document folder and download them from salesforce.com on first install (maybe).

NS_ForceNS_Force
Hi,
 
I am new to SalesForce.Can anyone tell how to use ActiveX in SalesForce?
 
Thanks in Advance... 
Chirag MehtaChirag Mehta

@askinner

 

Can you please pin down steps on how to create salesforce control (the one which accepts atleast one file)