M
marcmc
I want to get the string from my outputted message and
put it in a text box. Can I? Anybody know how?
If MessageBox.Show("Error: A database connection error
has occurred. Do you want to see further details ?") Then
dim myMessage as string
TextBox1.Text = myMessage
put it in a text box. Can I? Anybody know how?
If MessageBox.Show("Error: A database connection error
has occurred. Do you want to see further details ?") Then
dim myMessage as string
TextBox1.Text = myMessage