timer1 (Enabled)
label1.text=timeofday
timer2 (Interval=1000) If Label2.Text = Label1.Text Then Timer3.Stop() AxWindowsMediaPlayer1.Ctlcontrols.play() End If
timer3 (Enabled)
AxWindowsMediaPlayer1.Ctlcontrols.pause()
start
timer2.start
stop
timer2.stop
TextBox1
Label2.Text = TextBox1.Text
label2 (text =)
... button
OpenFileDialog1.ShowDialog() AxWindowsMediaPlayer1.URL = OpenFileDialog1.FileName
Link to this comment:
All Comments (0)