C # small alarm clock V3.0

Source: Internet
Author: User

Before that, I decided that the limit was too much, so I thought that if I could play music and video files in various formats, I found a lot of relevant information on the Internet.

As a result, I tried it myself and finally came up to share it with you.

First, we use com to Build Windows Media Player. We need to add it in the toolbox, and the following control is displayed:

Drag it directly to your form. If it is not displayed during running, set the visible attribute to false.

Next is the followingCodePlayed a key role

 1     ///     <Summary>  
2 /// Play audio files
3 /// </Summary>
4   Private Void Playsound ( String Path)
5 {
6 // Use Windows Media Player
7 // This. axwmp. openplayer (PATH); enable the player
8 This . Axwmp. url = Path; // Player playback is not displayed.
9 }

All source code can be requested from me!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.