摘要:
using System;using System.ComponentModel;using System.Windows.Forms;using System.Threading;namespace AutoResetEventTest{ public partial class Form1 : Form { private ManualResetEvent manualResetEvent; ... 阅读全文
摘要:
C# 播放器空件 的常用方法//****************************************************************************//MediaPlay 9 右击工具箱->选择项(I)... -> 显示"选择工具箱项" -> COM组件 -> Windows Media Player wmp.dll 添加axWindow... 阅读全文