hi,
How to replace the below vc++ code.

CWnd* pWnd = CWnd::FindWindow (0, _T("screenname"));

I know that FindWindow is an WIN API.But dont know how to use it.plz help.