Blog Post


Biyernes, Marso 6, 2015

Visual Basic 6.0 : Transfer text to another Form

Sample Codes Here:

Private Sub cmdAdd_Click()

lblD.Caption = txtD.Text

End Sub

Private Sub cmdTrans_Click()

frmSample2.Show

frmSample2.lblTransD = lblD.Caption

End Sub
Watch video below 


0 (mga) komento:

Mag-post ng isang Komento