| 发表于:2007-06-03 13:45:581楼 得分:0 |
怎么没有人顶啊 我做了一个怎么接收不到数据呢 private sub comm1_oncomm() '数据传输 on error resume next select case comm1.commevent case comevreceive dim str as byte str = comm1.input txt_receive.text = txt_receive.text & strconv(str, vbunicode) comm1.output = txt_send.text 帮我看看是哪里的问题啊 提示 类型不匹配 究竟input进来 的是什么属性啊 | | |
|