基本信息
源码名称:C#版 MP3播放器 仿造千千静听,但画面不好看,适合初学者
源码大小:0.76M
文件格式:.rar
开发语言:C#
更新时间:2023-12-17
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍
C#版 MP3播放器 仿造千千静听,但画面不好看,适合初学者
参考了CSDN多位朋友们的代码,最终做出来了,因为我也是初学者,所以我认为这个程序应该特别适合初学者

.
├── C#版 MP3播放器 仿造千千静听,但画面不好看,适合初学者_mp3_ymy.rar
└── mp3_ymy
    ├── mp3_ymy
    │   ├── Form1.Designer.cs
    │   ├── Form1.cs
    │   ├── Form1.resx
    │   ├── Form2.Designer.cs
    │   ├── Form2.cs
    │   ├── Form2.resx
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   ├── bin
    │   │   └── Debug
    │   │       ├── AxInterop.TTPCtrlLib.dll
    │   │       ├── AxInterop.WMPLib.dll
    │   │       ├── Interop.TTPCtrlLib.dll
    │   │       ├── Interop.WMPLib.dll
    │   │       ├── mp3_ymy (2).exe
    │   │       ├── mp3_ymy.exe
    │   │       ├── mp3_ymy.pdb
    │   │       ├── mp3_ymy.vshost.exe
    │   │       └── ttpctrl.dll
    │   ├── mp3_ymy.csproj
    │   └── obj
    │       └── Debug
    │           ├── AxInterop.TTPCtrlLib.dll
    │           ├── AxInterop.WMPLib.dll
    │           ├── Interop.TTPCtrlLib.dll
    │           ├── Interop.WMPLib.dll
    │           ├── TempPE
    │           ├── mp3_ymy.Form1.resources
    │           ├── mp3_ymy.Form2.resources
    │           ├── mp3_ymy.Properties.Resources.resources
    │           ├── mp3_ymy.csproj.FileListAbsolute.txt
    │           ├── mp3_ymy.csproj.GenerateResource.Cache
    │           ├── mp3_ymy.csproj.ResolveComReference.cache
    │           ├── mp3_ymy.exe
    │           ├── mp3_ymy.exe.manifest
    │           └── mp3_ymy.pdb
    ├── mp3_ymy.sln
    └── mp3_ymy.suo

8 directories, 38 files