Click here to Skip to main content
16,018,249 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to play a video file from local system using VB.Net
Posted

1 solution

XML
Hi,

First you have add the reference of windows media player in your project
And add the windows media player control on your from and set the

<pre>AxWindowsMediaPlayer1.URL ="Your video Path which is you have paly"</pre>


I hope
This is help full for you..
 
Share this answer
 

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