|
-
December 16th, 1999, 11:49 AM
#1
How to Use micSendString?
I use this :
dim R as integer
R=micSendString("OPEN c:\abc.mid TYPE sequencer alias abc", 0&, 0, 0) or
R=micSendString("OPEN c:\abc.wav TYPE waveaudio alias abc", 0&, 0, 0) then right,but I use like this then wrong:
dim strCmd as string
strcmd="OPEN " & filename & " TYPE " & micType * " alias abc "
R=micSendString(strCmd, 0&, 0, 0 ) is no mid or Cd or Wav Play,why?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|