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.
Printable View
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.
Put them in a Resource File (*.RES)
how do i do that and then how do i call them in the program?
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.
ok im starting to follow you. perhaps an exapmle now? please?
thanks