Hello!
I have put a standard Windows MediaPlayer (version 9) on a form.
On the same form I have a button that I want to use to make the player play the current file
The command should be:
Me.MediaPlayer1.Controls.Play
Problem is that all I get is an error, saying that The method wasn't found =(
Do I need to make a module for the controls or something, or should I be able to have just this one line of code on my form?
Im attaching an example db to show my problem
I hope someone can answer this one........tnx
noccy
I have put a standard Windows MediaPlayer (version 9) on a form.
On the same form I have a button that I want to use to make the player play the current file
The command should be:
Me.MediaPlayer1.Controls.Play
Problem is that all I get is an error, saying that The method wasn't found =(
Do I need to make a module for the controls or something, or should I be able to have just this one line of code on my form?
Im attaching an example db to show my problem
I hope someone can answer this one........tnx
noccy