PDA

View Full Version : FindWindow



sonuani
21st March 2008, 08:55
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.

wysota
21st March 2008, 10:37
What is the result you are aiming for?