Good day! I have one question about making a sound not just a beep in VB6 but a wave sound like OS does. Thank you and more power.
|
Light Poster
|
|
| 6Nov2007,09:53 | #1 |
|
Hello everyone!
Good day! I have one question about making a sound not just a beep in VB6 but a wave sound like OS does. Thank you and more power.
|
|
Team Leader
|
![]() |
| 6Nov2007,17:57 | #2 |
|
Multimedia Controls
There is more than one way we can use these different forms of media. One way is to use ActiveX controls to control them. There is one main control in VB which does this, called the (you guessed it!) Multimedia Control. Here is a list of all the multimedia controls, and what they can do: Code:
+----------------------+-----------------------------------------------+-----------------------------------+ | Name |Belongs to |Description | +----------------------+-----------------------------------------------+-----------------------------------+ |Multimedia Control Microsoft Multimedia Control Plays CD's and audio files | +----------------------+-----------------------------------------------+-----------------------------------+ |Image Control Standard Toolbox Displays a specified image | +----------------------+-----------------------------------------------+-----------------------------------+ |Picture Box Standard Toolbox Allows you to resize an image etc. | | More advanced than Image Control | +----------------------+-----------------------------------------------+-----------------------------------+ |Animation Control Microsoft Common Controls-2 Version 5.0/6.0 Plays animations (*.avi) | +----------------------+-----------------------------------------------+-----------------------------------+ |