Code:
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Dim name As String = TextBox4.Text
Try
WriteString("S4Client", &H*******, name, 4)
Catch ex As Exception
End Try
End Sub
i tried to script with vb.net and didnt understand, why this didnt work
could someone help me a^^?
:3