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

    Changing windows styles

    Hi,
    My application is loading document template n default resources frm initinstance.
    But i want my application without any title bar , caption n menu bar.Can anyone please help me
    thanks



  2. #2
    Guest

    Re: Changing windows styles

    Use CWnd::ModifyStyle() to change the styles of the window at run time.


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