#include #include"c:\program files\Microsoft Visual Foxpro 8\Samples\api\pro_ext.h" int main() { WHANDLE wh; TEXT * title; title = "Form1"; wh = _WFindTitle(title); printf( "Found with fox handle '%d'",(int) wh); return 0; }