If user enters a file path "C:\ProgramFiles\Blahblah\Blah.exe" in the textbox and presses enter it also changes the filepath in the code. How can I do that?
Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
Process.Start("C:\Users\Tj\Downloads\Catchem Releases\Catchem\Catchem.exe")
End Sub
Can the same thing also be done for Button label/name?