Dim sound As New Sound(My.Resources.Vista_Start_tz)
sound.Play()
错误 1 重载决策失败,原因是没有可访问的“New”可以用这些参数调用:
'Public Sub New(stream As System.IO.Stream)': 类型“Byte 的 1 维数组”的值无法转换为“System.IO.Stream”。
'Public Sub New(fileName As String)': 类型“Byte 的 1 维数组”的值无法转换为“String”。 D:\My Documents\Visual Studio 2005\Projects\计算器\计算器\Form1.Designer.vb 65 13 计算器