Audio Capture ActiveX Control

SetWaveWndOwner 

 

Set the owner of WaveForm window.

Public Function SetWaveWndOwner(
     ByVal nOwnerWnd As Long
    )

 

Parameter
nOwnerWnd
 The Specifies a window handle to the parent window.

No Return Value

Example

   

Visual Basic Syntax
AudioCapture1.ShowWaveForm=True
AudioCapture1.SetWaveWndCaption "My WaveForm Window"
AudioCapture1.SetWaveWndOwner me.hWnd
AudioCapture1.SetWaveWndPopup false
AudioCapture1.SetWaveWndStyle 1
AudioCapture1.SetWaveWndPos 418, 0, 400,300
AudioCapture1.WMVProfile=0
AudioCapture1.OutputType =1
AudioCapture1.AudioFileName = "c:\test.wma"
AudioCapture1.Start