below is a code i wrote to display values to another form called recordform. i wrote the code on regform.pls help me correct cos is not running
Dim arecordForm As New recordForm
Dim aregForm As New regForm
snameTextBox.Te xt = arecordForm.sna merLabel.Text
arecordForm.sna merLabel.Text = aregForm.snameS tring.ToString
arecordForm.Sho w()
Dim arecordForm As New recordForm
Dim aregForm As New regForm
snameTextBox.Te xt = arecordForm.sna merLabel.Text
arecordForm.sna merLabel.Text = aregForm.snameS tring.ToString
arecordForm.Sho w()