03-18-2010 07:51 PM
03-22-2010 12:35 AM
Hi Edicia,
At risk of sounding unhelpful, I think you've added a bit too much abstraction to your request for anyone to be of much aid to you. Can you clarify your needs? Also, remember that many if not most of us are not experts in C#, but we will do our best to point you in the right direction.
03-22-2010 12:38 PM
Hi Stephen M.
Thanks for response. I have been trying to integrate many independent LabVIEW GUIs within C#.NET.
I made them EXEs, then C#.NET can launch them, there are problmes with this approach:
example: I am unable to control where a particular VIs will be physically located.
How can this be solved.
Moreover, I want that I should be able to dynamically add LabVIEW modules (EXE?/DLL) to the existing C#.NET exe.
This means C#.NET exe may not know when a new LabVIEW module will be pugged in?
Is there nay specific way with LabVIEW, how labview can support this interaction ?
(These labview modules will be using some common features (in terms of DLL) from the parent C#.NET environment.)
Looking forward to help.
03-23-2010 06:28 PM
03-25-2010 12:03 PM
Hi BCho.
Thank you for the link. I need to go thru info and look at examples if any. Specially I dno't know how to expose LabVIEW funuctions to be used in ActiveX easily. Need to study it.
My goal is that, once I have my C# EXE, I can plug in LabVIEW deliverables (output of labview programs in some formats..DLL?) on the fly.
That means I don't have to know how many LabVIEW deliverables I am going to plug to my C#.EXE.
I will never need to recompile the C# EXE to accomodate a new LabVIEW deliverable into itself.
Please let me know if you have more questions, any further recommendations.