06-04-20, 11:35 PM
ضع شرط لتفادي ان يكون صندوق النص فارغ
If textbox1.text=nothing then
MessageBox.Show("المحتوى فارغ")
else
(Clipboard.SetText(TextBox1.Text
endif
If textbox1.text=nothing then
MessageBox.Show("المحتوى فارغ")
else
(Clipboard.SetText(TextBox1.Text
endif
Don't Be The Perfect one
be the right one

