Hello,
I'm new to vb6. I tried coding the FirstApp sample application that comes with vb6. It displays the form OK, but when i double click the MSFlexGrid1 box as youre suppoed to, it gives me a runtime error '424' Object required and ahngs up on the following:
Private Sub MSFlexGrid1_DblClick()
List1.AddItem MSFlexGrid.Text
End Sub
I reviewed my coding and properties twice.
Any help would be apprecaited.
Thanks
I'm new to vb6. I tried coding the FirstApp sample application that comes with vb6. It displays the form OK, but when i double click the MSFlexGrid1 box as youre suppoed to, it gives me a runtime error '424' Object required and ahngs up on the following:
Private Sub MSFlexGrid1_DblClick()
List1.AddItem MSFlexGrid.Text
End Sub
I reviewed my coding and properties twice.
Any help would be apprecaited.
Thanks