[API] 調用 Win32 API DLL (一) - .NET 隨筆- 點部落
Win32 API Beep 所屬的 DLL 動態連結函式庫: using System; using System.Threading; using System.Runtime.InteropServices; namespace ExampleSolution {class Example221 {static void Main(string [] args) {for (int i = 1000; i < 1300; i += 10 ......