Drawing on top level form with gdiplusX and native vfp
*this code show how to draw on top level form surface with the form hwnd. *the drawing can be made with the form hwnd as follow: with thisform If .ShowWindow= 2 .yhwnd = GetWindow(.HWnd, GW_CHILD) Else .yhwnd= Thisform.HWnd &&_vfp.hwnd Endif endwith *these...