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

    How to change non-client area of window?

    Is it possible to change non-client area of [window] from outside of [window]
    control procedure?


  2. #2
    Join Date
    May 1999
    Location
    UK
    Posts
    65

    Re: How to change non-client area of window?

    It is, it all depends on how you want to go about it.

    GetDesktopWindow() will return the handle for the whole area, remember to lock the surface before writting to it.

    Or if your using DirectX, create a window and again lock the surface.

    Jason
    http://www.netcomuk.co.uk/~jbrooks


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