Nevron .NET Vision
Nevron.Interop.Win32 Namespace / NUser32 Class / FindWindow Method


In This Topic
    FindWindow Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function FindWindow( _
       ByVal className As System.String, _
       ByVal windowName As System.String _
    ) As System.IntPtr
    'Usage
     
    
    Dim className As System.String
    Dim windowName As System.String
    Dim value As System.IntPtr
     
    value = NUser32.FindWindow(className, windowName)
    public static System.IntPtr FindWindow( 
       System.string className,
       System.string windowName
    )

    Parameters

    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