Imports System.Runtime.InteropServices Public Class Form1 <DllImport("winmm.dll")> _ Private Shared Function mciSendString(ByVal command As String, ByVal buffer As String, ByVal bufferSize As Integer, ByVal hwndCallback As IntPtr) As Integer End Function '녹음 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click mciSendString("open new Type..