
who can help me ? about form.show
Dragon,
Have you tried:
frmdata.Label1.Caption = me.Combo1.Text
Me.Hide
I think that, once you've hidden a form, the combobox. text = "".
HTH
Henry
Quote:
> I wanna to do this in VB6.0
> in formA:
> Private Sub command1_Click()
> Me.Hide
> frmdata.Label1.Caption = me.Combo1.Text
> frmdata.Show 1
> End Sub
> but it can't let frmdata.label1.caption = Me.combo1.text , what should I
do
> ?
> first I let :
> formA.show 1