小巧玲珑的哈哈播放器
<P>哈哈播放器 源代码<BR>Option Explicit</P><P>Private Sub Dir1_Change()<BR>File1.Path = Dir1.Path<BR>End Sub</P>
<P>Private Sub Drive1_Change()<BR>Dir1.Path = Drive1.Drive<BR>End Sub</P>
<P>Private Sub File1_Click()<BR>Dim sfile As String<BR>If sfile = Right(Dir1.Path, 1) = "\" Then<BR>Else<BR>sfile = Dir1.Path + "\" + File1.FileName<BR>End If<BR>MMControl1.Command = "close"<BR>MMControl1.FileName = sfile<BR>MMControl1.Command = "open"<BR>MMControl1.Notify = True</P>
<P><BR>End Sub</P>
<P>Private Sub Form_Load()<BR>MMControl1.DeviceType = "MPEGVideo"<BR>End Sub<BR></P>[attach]5443[/attach]<BR>
11
说实话,有待改进!加油!我也是编程热爱者。
页:
[1]
