Hola, tengo un problemilla, con el vb6, os cuento... estoy haciendo un reproductor de video, y audio, y no consigo que hacer que lo reproduzca por culpa de un error, que me da, y se que lo escribo mal, pero no se que hay que poner, por favor ayudenme...

Private Sub filficheros_Click()
If Right(filficheros.Path, 1) = "\" Then
txtFichero.Text = filficheros.Path & filficheros.FileName
Else
txtFichero.Text = filficheros.Path & "\" & filficheros.FileName
End If
frmreproductor!OLE1.(¿y aqui, que pongo?)= Load (¿¿que pongo aqui??)(txtFichero.Text)
frmreproductor.Width = frmreproductor!OLE1.Width
frmreproductor.Height = frmreproductor!OLE1.Height
frmreproductor.Show
frmreproductor.ZOrder
End sub