Results 1 to 2 of 2

Thread: Sound and browser 2-in-1 question...

  1. #1

    Thread Starter
    Member
    Join Date
    May 1999
    Location
    San Jose, CA, USA
    Posts
    43

    Question

    Ok, I'd like to know how I can play MP3s and Wavs in vb with APIs. Could I have the ability to play a Wav while an mp3 is playing??

    Also, I'm trying to find the code for launching the user's default browser to a certain site, but have so far been unsuccessful. Anybody wanna help?
    -_=Progrium=_-
    Progrium Software

    Using: VB 6 Pro

  2. #2
    Frenzied Member
    Join Date
    Jan 2000
    Location
    Bellevue, WA, USA
    Posts
    1,357
    To launch the user's default browser and send it to a particular site (VBWorld in this case), try this:
    Code:
    Shell("Start.exe http://www.vb-world.net")
    ~seaweed

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width