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
Printable View
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
You can look at the Spy sample from MFC help and get ideas how Spy++ draw rect. around the windows.
Good luck.
Thanks,
I have done it.
Bye,
Onkar