What you ask is possible. I've done this before with some success but in the end I decided to go with a LabVIEW DLL. The DLL had function calls that performed actions on my LV executable. If you prefer activeX then here is a good example to help you get a kickstart. It contains everything you need to know:
<http://sine.ni.com/apps/we/niepd_web_display.DISPLAY_EPD4?p_guid=B45EACE3EFBB56A4E034080020E74861&p_node=DZ52051&p_submitted=N&p_ra nk=&p_answer=&p_source=External> Thank You Michael Aivaliotis <http://forums.lavausergroup.org> >snip> I would like to be able to create ActiveX properties and methods to actually control the execution of my server with another application (not necessarily written in LabVIEW). I would like to compile this server as an executable for distribution to other Windows machines. Running it on the target machine registers it. This pocess is somewhat trivial when using Microsoft or Borland compilers but not for LabVIEW. I've searched through the labview supplied examples and on NI.com but everything that came up used LabVIEW as the client and something else as the server. >snip>
