static extern IntPtr WindowFromDC(IntPtr hDC);
public Function WindowFromDC(hDC As IntPtr) As IntPtr
Public Declare Function WindowFromDC Lib "user32" (ByVal hDC As Long) As Long