hey ppl, i know this is aa really daft Q, but i only started using vb.net this yr and im not that gud at it!
basically i wana know how to go from one form to another using a button, wud it just be sumthin as simple as:
Private Sub btnSearch_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSearch.Click
btnSearch = frmSearch
endSub