04-25-2006 04:39 PM
04-26-2006 01:31 PM
Hi Dave,
Are you even using Measurement Studio in Visual Basic 6.0 or are you just using Visual Basic to launch LabVIEW executables? If you are just having trouble launching LabVIEW executables that launch datasocket, I would suggest posting your questiosn in the LabVIEW forums.
If you are using DataSocket with Measurement Studio, refer to the shipping examples that comes with Measurement Studio located at C:\Program Files\National Instruments\MeasurementStudio\VB\Samples\DataSocket.
Hope this helps!
Best Regards,
04-26-2006 03:25 PM
04-26-2006 03:30 PM
Hi Dave,
If you want to use DataSocket with Measurement Studio, refer to the shipping examples I mentioned below. Also refer to the DataSocket developer zone section for more information. Also, there is a tutorial called Building an Interactive Web Page with DataSocket that might give you some insight.
Hope this helps!
Best Regards,
04-26-2006 04:06 PM
04-26-2006 04:22 PM
Hi Dan,
The example "DS Server Control" located in the mentioned shipping examples directory does this exactly. This example demonstrates using automation to control the DataSocket Server. You can launch the server, hide it, show it, and close it. This should be exactly what you are looking for.
Hope this helps!
Best Regards,
04-27-2006 08:53 AM
Jonathan,
Thanks. For some reason not all of the examples installed. I found that example. It does have exactly the one detail I missed.
(using the "Set xxx = new yyyy.zzzz" vs. "Set xxx = CreateObject("yyyy.zzzz")" )
Thanks
Dave