摘要:
' 'write file Dim nHandle As Integer, fName As String fName = "d:\1.txt" nHandle = FreeFile Open fName For Output As #nHandle Print #nHandle, "0" Prin 阅读全文
摘要:
这个方案不是太好,但是可以应付: 另外可以参考Microsoft.Xna.Framework.Audio 下的 SoundEffect ,SoundEffectInstance效果更好 using System; using System.Collections.Generic; using Sys 阅读全文