[求助]这句是什么意思啊?
-----------------------------------------------------------------Private Sub command1_click()
if text1.text="" then
msgbox"QQ号不能为空",64,"出错啦"
else
shell"cmd /c start tencent://message/?uin=" & text1.text,0
end if
end sub
-----------------------------------------------------------------
这是在QQ整人专家那个贴那里转来的,其中shell"cmd /c start tencent://message/?uin=" & text1.text,0是什么意思啊?这是不是用到了Tencent协议啊?