Good day: I want to know, who can help me with this: How I can register a ActiveX Control (*.OCX) in Axapta?
Hi, I’m not sure whether you want to use just the .ocx within Axapta or you want to programatically register the .ocx from Axapta. for the first case, you can use regsvr32 command line argument to register your .ocx and then use the .ocx within Axapta (thru form design) If the Latter case, then I think you can maybe use some WinApi (COM objects) commands such as Shell or something through which you can programatically register the .ocx file. Good Luck