Hi Tony,
So the reason you can't find the CWDAQ.OCX ActiveX controls in VB 6.0 in Vista is because that is a Tradtional DAQ (legacy) control meant to work with the Traditional DAQ Driver. The Tradtional DAQ drivers aren't officially supported in Windows Vista (<a href="
http://digital.ni.com/public.nsf/allkb/8EC9E81C3DE4E619862573930083BD7A?OpenDocument" target="_blank">KnowledgeBase 4FDH4MZN: Traditional NI-DAQ (Legacy) for Windows Vista OS</a>) and so the CWDAQ.OCX controls don't get installed.
However, the good news is that the PCI 6110 is a newer card that uses our newer driver, NI-DAQmx. DAQmx is supported in Vista and you can communicate to your card from VB 6.0 using DAQmx in Vista.
There are several examples that show you how to communicate using DAQmx in VB 6.0.These can be found in:<Users>\Public\Documents\National Instruments\NI-DAQ\ExamplesThis is also mentioned in the following Knowledgebase article:<a href="
http://digital.ni.com/public.nsf/allkb/39F4B9264B94308C8625729D0067F9AF?OpenDocument" target="_blank">KnowledgeBase 47CCSQ5B: NI-DAQmx, NI-VISA and NI-488.2 .NET Example Locations</a>
Also, the DAQmx functions are documented in the following locations:Start»Programs»National Instruments»NI-DAQ»NI-DAQmx C API Visual Basic 6.0 HelpStart»Programs»National Instruments»NI-DAQ»NI-DAQmx C Reference Help
Hope this helps!!Message Edited by Jervin_J on 06-05-2008 02:58 PM