資源簡介
C#版本錄音軟件
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
using?System.Runtime.InteropServices;
namespace?錄音
{
????public?partial?class?Form1?:?Form
????{
????????[DllImport(“winmm.dll“?EntryPoint?=?“mciSendString“?CharSet?=?CharSet.Auto)]
????????public?static?extern?int?mciSendString(
?????????string?lpstrCommand
?????????string?lpstrReturnString
?????????int?uReturnLength
?????????int?hwndCallback
????????);
????????Point?mouseOff;//鼠標移動位置變量
????????bool?leftFlag;//標簽是否為左鍵
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
??????????
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-10-10?22:23??錄音\
?????文件?????????860??2017-10-10?18:37??錄音.sln
?????文件???????20992??2017-10-10?22:23??錄音.suo
?????文件???????67646??2017-10-10?22:23??錄音\animal_bug_insect_128px_5022_easyicon.net.ico
?????目錄???????????0??2017-10-10?18:36??錄音\bin\
?????目錄???????????0??2017-10-10?22:23??錄音\bin\Debug\
?????文件??????148480??2017-10-10?22:23??錄音\bin\Debug\錄音.exe
?????文件???????24064??2017-10-10?22:23??錄音\bin\Debug\錄音.pdb
?????文件???????11600??2017-10-10?22:20??錄音\bin\Debug\錄音.vshost.exe
?????文件?????????490??2013-06-18?20:28??錄音\bin\Debug\錄音.vshost.exe.manifest
?????文件????????3116??2017-10-10?22:23??錄音\Form1.cs
?????文件????????4971??2017-10-10?22:23??錄音\Form1.Designer.cs
?????文件??????109661??2017-10-10?22:23??錄音\Form1.resx
?????目錄???????????0??2017-10-10?18:36??錄音\obj\
?????目錄???????????0??2017-10-10?18:36??錄音\obj\x86\
?????目錄???????????0??2017-10-10?22:23??錄音\obj\x86\Debug\
?????文件????????2867??2017-10-10?18:37??錄音\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache
?????文件????????6511??2017-10-10?22:23??錄音\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache
?????目錄???????????0??2017-10-10?18:36??錄音\obj\x86\Debug\TempPE\
?????文件?????????715??2017-10-10?22:23??錄音\obj\x86\Debug\錄音.csproj.FileListAbsolute.txt
?????文件?????????975??2017-10-10?22:23??錄音\obj\x86\Debug\錄音.csproj.GenerateResource.Cache
?????文件??????148480??2017-10-10?22:23??錄音\obj\x86\Debug\錄音.exe
?????文件???????69974??2017-10-10?22:23??錄音\obj\x86\Debug\錄音.Form1.resources
?????文件???????24064??2017-10-10?22:23??錄音\obj\x86\Debug\錄音.pdb
?????文件?????????180??2017-10-10?22:23??錄音\obj\x86\Debug\錄音.Properties.Resources.resources
?????文件?????????487??2017-10-10?18:36??錄音\Program.cs
?????目錄???????????0??2017-10-10?18:36??錄音\Properties\
?????文件????????1344??2017-10-10?18:36??錄音\Properties\AssemblyInfo.cs
?????文件????????2864??2017-10-10?18:36??錄音\Properties\Resources.Designer.cs
?????文件????????5612??2017-10-10?18:36??錄音\Properties\Resources.resx
?????文件????????1093??2017-10-10?18:36??錄音\Properties\Settings.Designer.cs
............此處省略2個文件信息
- 上一篇:C# 調用 攝像頭 拍照
- 下一篇:C# Socket文件傳輸源碼
評論
共有 條評論