Results 1 to 5 of 5

Thread: adding wav files and other audio

  1. #1
    Guest
    Ive posted this question before but it was never fully answered.

    How do i include sound files (*.wav etc) in a vb program? how do i make a sound happen when say a button is pressed?

    any insight would be appreciated. thanks.

  2. #2
    Guest
    Put them in a Resource File (*.RES)

  3. #3
    Guest
    how do i do that and then how do i call them in the program?

  4. #4
    Guest
    Use the Resource Compiler. Once you have created your RES File, you can load the Resources into your App by using the LoadResString, LoadResPicture[/b] and LoadResData functions.

  5. #5
    Guest
    ok im starting to follow you. perhaps an exapmle now? please?

    thanks

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