hello , etc , i have form1 and form2 , form2 have a WindowsMediaPlayer1 and in form1 it have a button and its code is like :
Form2.Show
WindowsMediaPlayer1.URL = "c:\Users\lapi\Desktop\DOWNLOADED\365.wmv"
but its gave me error that thhis object its not in form1
is there a way to controll it at form1 ??