Private Sub btnLookupCust_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLookupCust.Click
With frmCustomerLookup
.ShowDialog()
txtLastName.Text = CurrCust.Lastname
txtFirstName.Text = CurrCust.Firstname
End With
End Sub
i want to convert it into c# language please help me as earily as possible

New Topic/Question
Reply




MultiQuote



|