Board index » delphi » ActiveX without registering
|
mtiede
Delphi Developer |
ActiveX without registering2006-11-22 11:41:31 PM delphi198 Is there a way I can use an ActiveX ocx file that I have imported without having to have it registered? The users of my program have a need to run my program and will not have the ability to install anything. I was using MSDE but switched to Firebird and successfully replaced the database stuff, but I have one last piece to resolve. My app will use TWebBrowser to display a file that requires an activex plugin. (happens to be iPix image). I could probably use the ActiveX directly and skip the browser bit if I could just make calls into it without having to have it registered. Anybody have any suggestions? Thanks. |
