| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 426 人关注过本帖
标题:求助求助关于inet的使用
只看楼主 加入收藏
cyd405648583
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2013-4-8
收藏
 问题点数:0 回复次数:1 
求助求助关于inet的使用
如果要用inet截取QQ空间的说说怎么弄
搜索更多相关主题的帖子: 空间 
2013-04-08 20:23
cyd405648583
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2013-4-8
收藏
得分:0 
Private Sub TYC_Timer()
Dim b() As Byte
Dim a, c

 b = Inet1.OpenURL("http://rsh.qzone.     QQ  &i_login_uin=0&mode=4&style=12&version=6&needDelOpr=true&transparence=true&hideExtend=false&showcount=15&MORE_FEEDS_CGI=http%3A%2F%2Frsh.qzone., icByteArray)
  '把上行中的QQ换成自己的QQ号
  htm = Utf8ToUnicode(b)
  a = "</a>" '"<span class=""c_tx3"">:</span>"
c = "</div>"
Text1.Text = Split(Split(htm, a)(1), c)(0)
If Text1.Text <> zl Then
If Text1.Text = Text2.Text Then
sendbuf(0) = &H7F
ComPort.Output = sendbuf
'Sleep 3000
'ComPort.Output = sendbuf '发送开启指令
k = k + 1

ElseIf Text1.Text = Text3.Text Then
sendbuf(0) = &HBF
ComPort.Output = sendbuf
'Sleep 3000
'ComPort.Output = sendbuf '发送关闭指令

k = k + 1

End If

zl = Text1.Text
End If
End Sub
text1.text出来是乱码。。
2013-04-09 17:14
快速回复:求助求助关于inet的使用
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.022412 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved