I'm not directly involved in the .NET features of LV, so if someone else
has more details, please correct me. The .NET integration in LV7 is
client side -- meaning that LV can use .NET assemblies.
LV has richer integration with ActiveX. You might want to browse for
the LV Automation interface which exposes many editor features such as
loading up a VI and running it. Using this, you can programmatically
get the server up and going with no human intervention. I assume
Automation interfaces are still pretty easy to use from .NET.
As for the Web remote panel feature, it is accomplished with an ActiveX
control when used within IE. The control won't show up as instanciable,
but looking at the URL that the web page uses, you may be able to
directly use
the control and avoid the web page wrapper.
And just to be complete, NI also makes a product called Measurement
Studio which plugs into Visual Studio. You will get more information
about it from the web site or from other developer forums, but they
offer .NET libraries and controls, and you could always do your client
that way and get the LV server to send the data via TCP, through the
automation interface, or by pushing the data through a .NET assembly
into your client interface.
Greg McKaskle