Is there away that you can create you own sound for a game through vb???
Is there like a play function that QB had???
------------------
neb84
Printable View
Is there away that you can create you own sound for a game through vb???
Is there like a play function that QB had???
------------------
neb84
no there's not. Frankly, it makes me mad because I'm trying to do the same thing. Apparently the MSDN library has an article on making sound like QBasic can, but I couldn't figure it out until I heard that it only works on VB 3.0. As far as I can tell, you're up a creek without a paddle. I though maybe you could write a QB program that calls a number from a data file and plays that frequency, then returns to VB. The VB part writes the number to the data file and runs the QB program. I tried it for a while, but I didn't try hard enough and didn't get it to work. If you are desparate enough, try it, and if you find anything that works, email me.
------------------