Results 1 to 6 of 6

Thread: Beep

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    344

    Unhappy

    Why can't I just make my program beep with the normal beep command? I did a search on the forum for help but most places lead me to a win95io.dll or some control like that...........If the beep command doesn't actually let your PC Speaker beep then what is that commands use for?
    -RaY
    VB .Net 2010 (Ultimate)

  2. #2
    Guest
    The Beep is is a WAV file, which is the default system sound.

    Code:
    Private Sub Command1_Click()
    
        Beep
    
    End Sub

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    344

    Weird

    I get no sound at all? Oh well, the cpu's im created this program for doesnt have sound cards so doesnt matter, thanks anyways!
    -RaY
    VB .Net 2010 (Ultimate)

  4. #4
    Guest
    Since it's a WAV file, you need a Sound Card and you also must make sure that your Speakers are on.

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    May 2000
    Posts
    344

    Smile lol

    Damn, mega give me some credit I at least know my file extensions...... Just little slow on the programming side but im learning!
    -RaY
    VB .Net 2010 (Ultimate)

  6. #6
    Lively Member Spie's Avatar
    Join Date
    Jul 2000
    Location
    On a very small coconut somewhere near Mars
    Posts
    126
    lol

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