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

    How to make--URGENT

    Hi All
    I need to make title bar invisible. I don't want it to be appear at all. I tried to get information, But I failed. Please guide me to make this miracle happen.
    bhanu


  2. #2
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: How to make--URGENT

    If you are talking about the Titlebar of a From, Set the Form Caption to nothing then set Form controlBox property to false.

    John G

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