I am using componentworks for visual c++, and
implementing an application program for acquring signal
from pressure transducers. This program typically acquires about 32000 data with 4000Hz sampling rate.
so it takes about 8 seconds to receive ACQUIREDData message.
But during this acquisition the program looks to be halted(with no update on display), and I want to show an user that the acquisition is undergoing using some user interfaces like a progress bar. How can I implement this feature? After starting the Analog Input, it seems that I must wait until the ACQUIREDData message is returned.