Get notified when the modem gets connected

  • Thread starter Thread starter Khurram
  • Start date Start date
K

Khurram

Is there some way in dotNet to get notified when my modem gets
connected? Do I have to set up a hook using win32 api or can this be
handled by the framework? If thru win32, what api function should I
use?

Thanks.
 
Use the system.IO.SerialPort class.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Numbskull

Hard work is a medication for which
there is no placebo.
 
Back
Top