C++ Builder

Moderators: Lundin
Number of threads: 518
Number of posts: 1158

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Make CPPB6 IDE background opaque (hide desktop) Posted by Alex Quinn on 25 Jan 2008 at 3:59 PM
I'm totally new to Borland C++ Builder. I'm using version 6. I'm irritated because whatever apps are behind the IDE always show through. Basically, the UI is like a Mac application, not a Windows application. I want to maximize the window and not have to see anything that's behind it.

Is there a way to fix this? Is there some reason why I should just get used to it?

Thanks,
Alex
Report
Re: Make CPPB6 IDE background opaque (hide desktop) Posted by BitByBit_Thor on 25 Jan 2008 at 4:33 PM
: I'm totally new to Borland C++ Builder. I'm using version 6. I'm
: irritated because whatever apps are behind the IDE always show
: through. Basically, the UI is like a Mac application, not a Windows
: application. I want to maximize the window and not have to see
: anything that's behind it.
:

Don't know the IDE, but there's probably an 'Options' dialog somewhere. Look for opaqueness/transparency. If you really can't find it, you could check the official website for help on where to find the option. Or wait for someone where who does know the IDE first hand.

: Is there a way to fix this? Is there some reason why I should just
: get used to it?
:

So you can aw at the technological beauty of it all ;)
Best Regards,
Richard

The way I see it... Well, it's all pretty blurry
Report
Re: Make CPPB6 IDE background opaque (hide desktop) Posted by bilderbikkel on 28 Jan 2008 at 12:45 AM
: I'm totally new to Borland C++ Builder. I'm using version 6. I'm
: irritated because whatever apps are behind the IDE always show
: through. Basically, the UI is like a Mac application, not a Windows
: application. I want to maximize the window and not have to see
: anything that's behind it.
:
: Is there a way to fix this? Is there some reason why I should just
: get used to it?
:
: Thanks,
: Alex

If you don't want to see your window, do

  this->Hide();


or

  this->Visible = false;


For half-opaque windows, set AlphaBlend to true and the AlphaValue (or something alike) to 128.

See ya,

bilderbikkel



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.