CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    6

    Drawing a rectangle over Window border

    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


  2. #2
    Join Date
    Apr 1999
    Location
    CA, USA
    Posts
    78

    Re: Drawing a rectangle over Window border

    You can look at the Spy sample from MFC help and get ideas how Spy++ draw rect. around the windows.
    Good luck.


  3. #3
    Join Date
    Apr 1999
    Posts
    6

    Re: Drawing a rectangle over Window border

    Thanks,
    I have done it.

    Bye,
    Onkar



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured