displaying values on a different form

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • menyki
    New Member
    • Feb 2007
    • 33

    displaying values on a different form

    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()
Working...