Nevron.Interop.Win32 Namespace / NUser32 Class / FindWindowEx Method


FindWindowEx Method
Syntax
'Declaration
 
Public Shared Function FindWindowEx( _
   ByVal hwndParent As System.IntPtr, _
   ByVal hwndChildAfter As System.IntPtr, _
   ByVal className As System.String, _
   ByVal windowName As System.String _
) As System.IntPtr
 
'Usage
 
Dim hwndParent As System.IntPtr
Dim hwndChildAfter As System.IntPtr
Dim className As System.String
Dim windowName As System.String
Dim value As System.IntPtr
 
value = NUser32.FindWindowEx(hwndParent, hwndChildAfter, className, windowName)

Parameters

hwndParent
hwndChildAfter
className
windowName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also