Hi

I am writing an app for Windows 3.1 using VC++ 1.5 and I have a class which continuously polls the serial port (this class does not derive from any MFC class). While polling the serial port I want the GUI of my application to function normally. How can I make Windows service my gui while the polling goes on in the background???


Thanks for any help offered.


Zubin