int FindWnd(string title = null, string className = null)

Searches for a top-level window by title and class name. Trust Level Required: High

Parameters

Name Description
title The window title.
className The window class name.

Return

The window handle, or 0.