Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
Re: Play a video
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using Microsoft.DirectX.AudioVideoPlayback; // this dll is needed. download it and add in references namespace BasicScience public partial class frmFirst : WeifenLuo.WinFormsUI.DockContent { private Video video; public frmFirst() { InitializeComponent(); } private void frmFirst_Load(object sender, EventArgs e) …
The End.
Hanif_1