Vb中的复制文本框里内容的问题
Private Sub cmdcopy_Click()Textxs.SelStart = 0
Textxs.SelLength = Len(Textxs)
Clipboard.SetText Textxs.SelText
End Sub
我用这个代码可以全选但死也复制不起来文本框里的内容啊
为什么啊??
2008-10-03 11:49

2008-10-03 12:22
2008-10-03 12:25

2008-10-03 12:37
2008-10-03 12:39
2008-10-03 12:39

2008-10-03 12:39

2008-10-03 12:49
2008-10-03 12:51
2008-10-03 13:24