Karaoke Mixer ActiveX Control

PBSetWaveWndCaption  

 

Set the background color of Playback WaveForm window.

Public Function PBSetWaveWndCaption(
     ByVal strCaption As String
    )

 

Parameter
strCaption
 The string of window caption.

No Return Value

Example

   

Visual Basic Syntax
KaraokeMixer1 .ShowPlaybackWaveForm =true
KaraokeMixer1 .PBSetWaveWndCaption "My WaveForm Window"
KaraokeMixer1 .PBSetWaveWndOwner me.hWnd
KaraokeMixer1 .PBSetWaveWndPopup false
KaraokeMixer1 .PBSetWaveWndStyle 1
KaraokeMixer1 .PBSetWaveWndPos 418, 0, 400,300
KaraokeMixer1 .PBLoadAudioFile "c:\music.mp3"
KaraokeMixer1 .PBPlay