In VB6 you could specify exactly which part of a .wav file you wanted to play. (There were From and To parameters.) You did not have to play it all.

The VB 2008 or VB2010 code

My.Computer.Audio.Play(FireString, AudioPlayMode.Background)

does not seem to allow this.

How can I specify which part I want to play?

(I did search the forum but could not find any relevant posts.)

Thank you,

Punchy.