小白1324 发表于 2020-11-13 08:20

C#简单O泡果奶

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Media;
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace _66.随便乱玩
{
    public partial class Form1 : Form
    {
      
      public Form1()
      {
            InitializeComponent();
      }

      private void Form1_Load(object sender, EventArgs e)
      {
            SoundPlayer sp = new SoundPlayer();
            sp.SoundLocation = @"C:\Users\Administrator\Desktop\我爱学习\o泡果奶 1.wav";//路径这里放你自己(o泡)本地的路径,音频格式要wav格式
            sp.Play();
            int i = 0;
            MessageBox.Show("三年二班的李子明同学,你妈妈给你送o泡果奶来了!");
            MessageBox.Show("别点太快,不是死循环,点完就没歌听了");
            while (true)
            {
                i++;
                if (i == 0)
                {
                  MessageBox.Show("给我O泡");
                }
                else if (i == 1)
                {
                  MessageBox.Show("给我O泡");
                }
                else if (i == 2)
                {
                  MessageBox.Show("o泡果奶哦哦哦");
                }
                else if (i == 3)
                {
                  MessageBox.Show("我要o泡");
                }
                else if (i == 4)
                {
                  MessageBox.Show("我要o泡");
                }
                else if (i == 5)
                {
                  MessageBox.Show("o泡果奶要要要");
                }
                else if (i == 6)
                {
                  MessageBox.Show("喝o泡果奶");
                }
                else if (i == 7)
                {
                  MessageBox.Show("把清凉抱抱");
                }
                else if (i == 8)
                {
                  MessageBox.Show("喝o泡果奶");
                }
                else if (i == 9)
                {
                  MessageBox.Show("把好喝抱抱");
                }
                else if (i == 10)
                {
                  MessageBox.Show("给我o泡");
                }
                else if (i == 11)
                {
                  MessageBox.Show("给我o泡");
                }
                else if (i == 12)
                {
                  MessageBox.Show("我要o泡");
                }
                else if (i == 13)
                {
                  MessageBox.Show("o泡果奶我还要~~旺旺~");
                }
                else
                {
                  MessageBox.Show("感谢收听由李子明同学赠送的O泡果奶一首");
                  break;
                }


            }
            sp.Stop();

            }
      }
    }

buaiwanyouxi 发表于 2020-11-13 14:27

完美运行!
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Media;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace 测试
{
    public partial class Form1 : Form
    {
      public Form1()
      {
            InitializeComponent();
      }

      private void Form1_Load(object sender, EventArgs e)
      {
            SoundPlayer sp = new SoundPlayer();
            sp.SoundLocation = @"D:\Software\网易云音乐第三方端\o泡果奶 1.wav";//路径这里放你自己(o泡)本地的路径,音频格式要wav格式
            sp.Play();
            int i = 0;
            MessageBox.Show("三年二班的李子明同学,你妈妈给你送o泡果奶来了!");
            MessageBox.Show("别点太快,不是死循环,点完就没歌听了");
            while (true)
            {
                i++;
                if (i == 0)
                {
                  MessageBox.Show("给我O泡");
                }
                else if (i == 1)
                {
                  MessageBox.Show("给我O泡");
                }
                else if (i == 2)
                {
                  MessageBox.Show("o泡果奶哦哦哦");
                }
                else if (i == 3)
                {
                  MessageBox.Show("我要o泡");
                }
                else if (i == 4)
                {
                  MessageBox.Show("我要o泡");
                }
                else if (i == 5)
                {
                  MessageBox.Show("o泡果奶要要要");
                }
                else if (i == 6)
                {
                  MessageBox.Show("喝o泡果奶");
                }
                else if (i == 7)
                {
                  MessageBox.Show("把清凉抱抱");
                }
                else if (i == 8)
                {
                  MessageBox.Show("喝o泡果奶");
                }
                else if (i == 9)
                {
                  MessageBox.Show("把好喝抱抱");
                }
                else if (i == 10)
                {
                  MessageBox.Show("给我o泡");
                }
                else if (i == 11)
                {
                  MessageBox.Show("给我o泡");
                }
                else if (i == 12)
                {
                  MessageBox.Show("我要o泡");
                }
                else if (i == 13)
                {
                  MessageBox.Show("o泡果奶我还要~~旺旺~");
                }
                else
                {
                  MessageBox.Show("感谢收听由李子明同学赠送的O泡果奶一首");
                  break;
                }

            }
            sp.Stop();
      }
    }
   
}

lty0922 发表于 2020-11-13 11:27

优秀啊..................................

chinaxhb 发表于 2020-11-13 11:32

SoundPlayer 的类都没有加入在源码里面让人怎么运行呀。:)顶一个分享的人吧。

liu8359 发表于 2020-11-13 14:13

wav文件让我们自己唱完录音?

buaiwanyouxi 发表于 2020-11-13 14:26

chinaxhb 发表于 2020-11-13 11:32
SoundPlayer 的类都没有加入在源码里面让人怎么运行呀。:)顶一个分享的人吧。

using System.Media;

小白1324 发表于 2020-11-14 12:20

liu8359 发表于 2020-11-13 14:13
wav文件让我们自己唱完录音?

网上一大堆

pincers 发表于 2020-11-14 20:18

给我o泡                        

hbchaoyu 发表于 2020-11-14 22:25

路过,看起来比较简单。

zczcx 发表于 2020-11-15 12:05

是那个会播放声音那个吗{:1_886:}
页: [1] 2
查看完整版本: C#简单O泡果奶