Tao.Platform.Windows SDK Documentation

User.FindWindow Method 

[Visual Basic]
Public Shared Function FindWindow( _
   ByVal lpClassName As String, _
   ByVal lpWindowName As String _
) As IntPtr
[C#]
public static IntPtr FindWindow(
   string lpClassName,
   string lpWindowName
);

See Also

User Class | Tao.Platform.Windows Namespace