Hi,
I am trying to put an upper case version of the text in a text box in my first from, into a string in a second form using this code.
UCase is underlined in blue and says "Overload resolution failed because no accessible 'UCase' accepts this number of arguments."Code:Dim strWord As String = frmHome.TextBox1.Text(UCase)
I am not sure how to fix this?
Thanks


Reply With Quote
