Posts
 
Reputation
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
~271 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for BogdanCov

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) …

Member Avatar for Hanif_1
0
271

The End.