home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.programmer.tools
- Path: sparky!uunet!brunix!brunix!sp
- From: sp@cs.brown.edu (Seth Padowitz)
- Subject: Re: VB and sound
- Message-ID: <1992Jul29.174421.27543@cs.brown.edu>
- Sender: news@cs.brown.edu
- Organization: Brown University Department of Computer Science
- References: <1992Jul21.223156.21625@cs.brown.edu> <36720005@hpgrla.gr.hp.com>
- Date: Wed, 29 Jul 1992 17:44:21 GMT
- Lines: 10
-
- Just thought I'd point out that the samples given for using
- mciSendString were incorrect.
- The samples should have used mciExecute(), since it only takes a
- single string parameter. mciSendString takes 4 parameters.
-
- Also, note that mciExecute returns TRUE/FALSE (1/0) for
- success/failure, whereas mciSendString returns an error code,
- which is 0 for success.
-
- Seth
-