17-08-23, 11:43 PM
Try
MsgBox(Environment.Version.ToString())
Clipboard.SetText(Environment.Version.ToString())
Catch exp As Exception
'MsgBox(exp.Message)
End Try
MsgBox(Environment.Version.ToString())
Clipboard.SetText(Environment.Version.ToString())
Catch exp As Exception
'MsgBox(exp.Message)
End Try
