Hello, I have this..
And what i am doing here is removing a peice of text from my multiline textbox (textbox7), But its not working..?
Can you help?
It comes up with an error saying..
VB.NET:
TextBox7.Text = TextBox7.Text.Remove("<game name=" & TextBox9.Text & ComboBox1.Text & TextBox9.Text & ">")
And what i am doing here is removing a peice of text from my multiline textbox (textbox7), But its not working..?
Can you help?
It comes up with an error saying..
VB.NET:
Conversion from string "<game name="6-Pak (USA)">" to type 'Integer' is not valid.