CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    Changing frame window attributes

    This ought to be easy, but I'd like to be able to change a view's parent frame window attributes, such as the border width, and eliminate the title bar but I've had no luck.



  2. #2
    Join Date
    Aug 1999
    Location
    Denmark
    Posts
    36

    Re: Changing frame window attributes

    If you're using MFC just overide PreCreateWindow and set the styles there.





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