Click to See Complete Forum and Search --> : Drawing a rectangle over Window border


Onkar Singh
April 14th, 1999, 11:47 PM
Hi,
I want to draw a rectangle around a window even for windows not having client area such as edit controls. I have got CWnd of the window.

Thanks,

Onkar

Lynx
April 15th, 1999, 12:07 AM
You can look at the Spy sample from MFC help and get ideas how Spy++ draw rect. around the windows.
Good luck.

Onkar Singh
April 15th, 1999, 04:10 AM
Thanks,
I have done it.

Bye,
Onkar