I'm trying to put a file path/name in the form's title. Can anyone tell me how to do this? Below is the code I have so far. I'm using me.frmTitle but I get an error.
Code:
If ofdOpenFile.ShowDialog = Windows.Forms.DialogResult.OK Then
Me.frmTitle.Text = ofdOpenFile.FileName
End If