Click here to Skip to main content
15,881,089 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
I embedded windows media player on form. I want to play one audio file when form load so I wrote the following code in my form load event.

C#
axwindowsmediaplayer1.url=@"D://crime.wav";


This code works well but my cursor, that is seek didn't get moved.

Any one please help me.
Posted
Updated 16-Mar-11 5:36am
v3
Comments
Henry Minute 16-Mar-11 11:39am    
I do not understand why you expect your 'cursor' to have moved. The code you have shown does nothing with the cursor.

Could you edit your question to, either include the code for the cursor, or explain more precisely what you mean?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900