|
Just enter any qq number in the text box, and then open the QQ dialog box and
I read a lot of similar software on the Internet, I think it should be done well with vb, but I do this
I wo n’t, oh, please advise
code show as below:
Private Sub Command1_Click ()
Dim num As Integer
p = Text1.Text
Shell ("explorer.exe tencent: // message /? Uin = p")
End Sub
Did you see that I want to use the variable p to store the QQ number entered in text1.text
Then combine with the base URL
But explorer.exe tencent: // message /? Uin = p cannot open
Please enlighten me, what to do. |
|