I'm rather curious about sound effects in windows form, instead of showing messagebox alone, is voice prompt exist in visual studio 2008 -- maybe using an mp3 or wav file?
AngelicOne 4 Posting Whiz
Recommended Answers
Jump to PostCheck out the SpVoice object in the Speech API.
You could create a new message box class inheriting from the old one and adding a voice prompt to the Show() method using SpVoice.Speak().
Jump to PostTry SpVoice.GetVoices to see what voices are available and then set one of them to the
All 5 Replies
Geekitygeek 480 Nearly a Posting Virtuoso
AngelicOne 4 Posting Whiz
Geekitygeek 480 Nearly a Posting Virtuoso
AngelicOne 4 Posting Whiz
Geekitygeek 480 Nearly a Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.