<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Make CPPB6 IDE background opaque (hide desktop)' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Make CPPB6 IDE background opaque (hide desktop)' posted on the 'C++ Builder' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 25 May 2013 03:59:21 -0700</pubDate>
    <lastBuildDate>Sat, 25 May 2013 03:59:21 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Make CPPB6 IDE background opaque (hide desktop)</title>
      <link>http://www.programmersheaven.com/mb/bcbuilder/368933/368933/make-cppb6-ide-background-opaque-hide-desktop/</link>
      <description>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.&lt;br /&gt;
&lt;br /&gt;
Is there a way to fix this?  Is there some reason why I should just get used to it?&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Alex</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/bcbuilder/368933/368933/make-cppb6-ide-background-opaque-hide-desktop/</guid>
      <pubDate>Fri, 25 Jan 2008 15:59:01 -0700</pubDate>
      <category>C++ Builder</category>
    </item>
    <item>
      <title>Re: Make CPPB6 IDE background opaque (hide desktop)</title>
      <link>http://www.programmersheaven.com/mb/bcbuilder/368933/368935/re-make-cppb6-ide-background-opaque-hide-desktop/#368935</link>
      <description>: I'm totally new to Borland C++ Builder.  I'm using version 6.  I'm &lt;br /&gt;
: irritated because whatever apps are behind the IDE always show &lt;br /&gt;
: through.  Basically, the UI is like a Mac application, not a Windows &lt;br /&gt;
: application.  I want to maximize the window and not have to see &lt;br /&gt;
: anything that's behind it.&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
: Is there a way to fix this?  Is there some reason why I should just &lt;br /&gt;
: get used to it?&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
So you can aw at the technological beauty of it all ;)&lt;br /&gt;
Best Regards,&lt;br /&gt;
Richard&lt;br /&gt;
&lt;br /&gt;
The way I see it... Well, it's all pretty blurry</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/bcbuilder/368933/368935/re-make-cppb6-ide-background-opaque-hide-desktop/#368935</guid>
      <pubDate>Fri, 25 Jan 2008 16:33:01 -0700</pubDate>
      <category>C++ Builder</category>
    </item>
    <item>
      <title>Re: Make CPPB6 IDE background opaque (hide desktop)</title>
      <link>http://www.programmersheaven.com/mb/bcbuilder/368933/368973/re-make-cppb6-ide-background-opaque-hide-desktop/#368973</link>
      <description>: I'm totally new to Borland C++ Builder.  I'm using version 6.  I'm &lt;br /&gt;
: irritated because whatever apps are behind the IDE always show &lt;br /&gt;
: through.  Basically, the UI is like a Mac application, not a Windows &lt;br /&gt;
: application.  I want to maximize the window and not have to see &lt;br /&gt;
: anything that's behind it.&lt;br /&gt;
: &lt;br /&gt;
: Is there a way to fix this?  Is there some reason why I should just &lt;br /&gt;
: get used to it?&lt;br /&gt;
: &lt;br /&gt;
: Thanks,&lt;br /&gt;
: Alex&lt;br /&gt;
&lt;br /&gt;
If you don't want to see your window, do&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
  this-&amp;gt;Hide();
&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
  this-&amp;gt;Visible = false;
&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
For half-opaque windows, set AlphaBlend to true and the AlphaValue (or something alike) to 128.&lt;br /&gt;
&lt;br /&gt;
See ya,&lt;br /&gt;
&lt;br /&gt;
bilderbikkel</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/bcbuilder/368933/368973/re-make-cppb6-ide-background-opaque-hide-desktop/#368973</guid>
      <pubDate>Mon, 28 Jan 2008 00:45:52 -0700</pubDate>
      <category>C++ Builder</category>
    </item>
  </channel>
</rss>