30.07.2013 Views

Visual Basic.NET How to Program (PDF)

Visual Basic.NET How to Program (PDF)

Visual Basic.NET How to Program (PDF)

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

730 Graphics and Multimedia Chapter 16<br />

33<br />

34 Me.Size = New Size(player.Size.Width + 20, _<br />

35 player.Size.Height + 60)<br />

36 End Sub ' openItem_Click<br />

37<br />

38 ' exit application<br />

39 Private Sub exitItem_Click(ByVal sender As System.Object, _<br />

40 ByVal e As System.EventArgs) Handles exitItem.Click<br />

41<br />

42 Application.Exit()<br />

43 End Sub ' exitItem_Click<br />

44<br />

45 ' show the About box for Windows Media Player<br />

46 Private Sub aboutMessageItem_Click(ByVal sender As _<br />

47 System.Object, ByVal e As System.EventArgs) _<br />

48 Handles aboutMessageItem.Click<br />

49<br />

50 player.AboutBox()<br />

51 End Sub ' aboutMessageItem_Click<br />

52<br />

53 End Class ' FrmMediaPlayer<br />

Fig. 16.27 Windows Media Player demonstration (part 2 of 2).

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!