IN VC++
ClientToScreen(&CPoint);
ClientToScreen(&CRect);
but
in bc++
ClientToScreen(&CPoint);
is it true?

while using
ClientToScreen(&CPoint);
it goes out of window.How to use it?