Make the active x WindowsMediaPlayer0 Play My files!!1

  • Thread starter jonesfranckandi
  • Start date
J

jonesfranckandi

Hi everyone,

In a form I have an active x WindowsMediaPlayer0 that I wish to play.
I have a text call txtFile and the button next to it so that the user
can select a file type. Now I have a playMovie Button. But what I want
is that when the user click the PlayMovie button it launches the
active x and plays the file. I know it can be done but unfortunately I
don't know how to do it. Your help would be the most welcome.
Please somebody out there help me please!!

thanks in advance!!!!!!!!
 
S

Stefan Hoffmann

hi,

Now I have a playMovie Button.
Why don't you use .FollowHyperlink "yourMovie"?

Use the object browser in the VBA IDE to explore the methods and
properties of your ActivX control.

mfG
--> stefan <--
 
Top