CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    India, West Bengal
    Posts
    36

    remove close button from app window

    How do I remove the close (X) button from my Application window ? What is the API call to do this, and what are the steps please .

    Thanx in advance.



  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: remove close button from app window

    Take a look at http://codeguru.developer.com/vb/articles/1800.shtml

    - this code shows you how to remove / enable / disable all of the standard windows menu's (restore, resize, minimize etc).


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

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