我VS2005上开始没这控件.
我就去找 下载 注册 添加控件,出来个class CMscomm1 : public CWnd.后来发现这类里面的函数全是 get put开头的函数名.比如void put_CommID(long newValue)short get_CommPort()而我搜索得到的资料里的函数几乎都是
void SetCTSHolding(BOOL bNewValue);
  BOOL GetCTSHolding();
  void SetDSRHolding(BOOL bNewValue);
  BOOL GetDSRHolding();
  void SetDTREnable(BOOL bNewValue);
  BOOL GetDTREnable();
  void SetHandshaking(long nNewValue);是什么原因呀? 我现在的函数都不知道怎么用..