<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Transparent frame</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : Transparent frame]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 04:37:42 +0000</pubDate>
  <lastBuildDate>Mon, 05 Nov 2012 11:32:36 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=11379</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Transparent frame : Simple solution - Works with VB6...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=69161&amp;title=transparent-frame#69161</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=7708">garyb</a><br /><strong>Subject:</strong> 11379<br /><strong>Posted:</strong> 05 November 2012 at 11:32am<br /><br /><img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" alt="Smile" title="Smile" />Simple solution&nbsp; -&nbsp; Works with VB6 / Win7<br>You can create graphics using Paint.&nbsp; Just make the transparent section in the color<br>you chose to be transparent.&nbsp; In this example I am using color (&amp;H000001&amp;) <br>Any pixels of this color (almost black) will be transparent.<br>&nbsp;(note: you can use any color to be transparent)<br>&nbsp;&nbsp; <br>&nbsp;&nbsp; ' Copy this code to your VB6 form<br>&nbsp;&nbsp; ' ================================<br>&nbsp;&nbsp; Declare Function GetWindowLong&amp; Lib "user32" Alias "GetWindowLongA" ( _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ByVal hwnd&amp;, ByVal nIndex&amp;)<br>&nbsp;&nbsp; Declare Function SetWindowLong&amp; Lib "user32" Alias "SetWindowLongA" ( _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ByVal hwnd&amp;, ByVal nIndex&amp;, ByVal dwNewLong&amp;)<br>&nbsp;&nbsp; Declare Function SetLayeredWindowAttributes&amp; Lib "user32" ( _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ByVal hwnd&amp;, ByVal crKey&amp;, ByVal bAlpha As Byte, ByVal dwFlags&amp;)<br>&nbsp;&nbsp; Public Const GwlStyle&amp; = (-16)<br>&nbsp;&nbsp; Public Const GwlExStyle&amp; = (-20)<br>&nbsp;&nbsp; Public Const WsExLayered&amp; = &amp;H80000<br>&nbsp;&nbsp; Public Const LwaColorKey&amp; = &amp;H1<br>&nbsp;&nbsp; Public Const LwaAlphaA&amp; = &amp;H2<br>&nbsp; <br>&nbsp;&nbsp; ' ================================ &nbsp; <br>&nbsp; Sub Form_Load()<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SetWindowLong Me.hwnd, GWL_EXSTYLE, GetWindowLong(Me.hwnd, GWL_EXSTYLE) Or WS_EX_LAYERED<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SetLayeredWindowAttributes Me.hwnd,&nbsp; &amp;H000001&amp;, 0&amp;, LWA_COLORKEY <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Me.BackColor = &amp;H000001&amp;&nbsp; ' Make background transparent<br>&nbsp; End Sub<br>&nbsp;&nbsp; ' ================================<br><br>]]>
   </description>
   <pubDate>Mon, 05 Nov 2012 11:32:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=69161&amp;title=transparent-frame#69161</guid>
  </item> 
  <item>
   <title><![CDATA[Transparent frame :    oleg wrote:Hi, We added...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=39667&amp;title=transparent-frame#39667</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4400">nenkalo</a><br /><strong>Subject:</strong> 11379<br /><strong>Posted:</strong> 09 August 2008 at 3:19pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br /><p>Hi,</p><div>We added Picture Property for TabPage to allow set custom background:</div><div>&nbsp;</div><div><img src="https://forum.codejock.com/uploads/20080731_020935_scr.png" border="0"></div></td></tr></table><br><br>tabpage has picture property now ? <img src="http://forum.codejock.com/smileys/smiley5.gif" border="0" align="absmiddle"><br>if its possible plz upload this example`s source <br>]]>
   </description>
   <pubDate>Sat, 09 Aug 2008 15:19:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=39667&amp;title=transparent-frame#39667</guid>
  </item> 
  <item>
   <title><![CDATA[Transparent frame : Yeah, that would make it a lot...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=39352&amp;title=transparent-frame#39352</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 11379<br /><strong>Posted:</strong> 03 August 2008 at 12:18am<br /><br />Yeah, that would make it a lot easier, but it would be less they could charge us for. :p]]>
   </description>
   <pubDate>Sun, 03 Aug 2008 00:18:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=39352&amp;title=transparent-frame#39352</guid>
  </item> 
  <item>
   <title><![CDATA[Transparent frame : Maybe.I was thinking there&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=39350&amp;title=transparent-frame#39350</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 11379<br /><strong>Posted:</strong> 02 August 2008 at 10:04pm<br /><br />Maybe.<br><br>I was thinking there's some overlap here with the resizer control and the need for a more advanced control container/picturebox.<br><br>Wouldn't it make sense to have a single container control with optional scrollbars/resizing/borders (a la resizer) plus theming/background picture/jerry-rigged transparency (a la tabcontrolpage) and call it XtremeContainer?<br><br>]]>
   </description>
   <pubDate>Sat, 02 Aug 2008 22:04:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=39350&amp;title=transparent-frame#39350</guid>
  </item> 
  <item>
   <title><![CDATA[Transparent frame : This is great I must say, Been...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=39340&amp;title=transparent-frame#39340</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4108">shipwreck</a><br /><strong>Subject:</strong> 11379<br /><strong>Posted:</strong> 02 August 2008 at 4:50am<br /><br />This is great I must say, Been waiting for this for a while, But.. Isn't this a bit of what-youd-say "Nigger rigging"? (No offence to anyone!) :)]]>
   </description>
   <pubDate>Sat, 02 Aug 2008 04:50:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=39340&amp;title=transparent-frame#39340</guid>
  </item> 
  <item>
   <title><![CDATA[Transparent frame : ... and the CHAMPION is: Codejock. CJ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=39234&amp;title=transparent-frame#39234</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2110">Source</a><br /><strong>Subject:</strong> 11379<br /><strong>Posted:</strong> 31 July 2008 at 4:55am<br /><br /><P>... and the CHAMPION is:</P><P>Codejock.</P><P>CJ Controls rocks.</P>]]>
   </description>
   <pubDate>Thu, 31 Jul 2008 04:55:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=39234&amp;title=transparent-frame#39234</guid>
  </item> 
  <item>
   <title><![CDATA[Transparent frame : Hi, We added Picture Property...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=39213&amp;title=transparent-frame#39213</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11379<br /><strong>Posted:</strong> 31 July 2008 at 2:09am<br /><br /><P>Hi,</P><DIV>We added Picture Property for TabPage to allow set custom background:</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20080731_020935_scr.png" border="0"></DIV>]]>
   </description>
   <pubDate>Thu, 31 Jul 2008 02:09:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=39213&amp;title=transparent-frame#39213</guid>
  </item> 
  <item>
   <title><![CDATA[Transparent frame : Any news?  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=39201&amp;title=transparent-frame#39201</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 11379<br /><strong>Posted:</strong> 30 July 2008 at 10:58pm<br /><br />Any news?]]>
   </description>
   <pubDate>Wed, 30 Jul 2008 22:58:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=39201&amp;title=transparent-frame#39201</guid>
  </item> 
  <item>
   <title><![CDATA[Transparent frame : If you want to use theCJ controls...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=38478&amp;title=transparent-frame#38478</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1200">Stilki</a><br /><strong>Subject:</strong> 11379<br /><strong>Posted:</strong> 17 July 2008 at 1:14am<br /><br />If you want to use the&nbsp;CJ controls <strong>Transparent</strong> property, use the CJ control <strong>TabControlPage</strong> as the container for the control(s). <DIV>This works.</DIV>]]>
   </description>
   <pubDate>Thu, 17 Jul 2008 01:14:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=38478&amp;title=transparent-frame#38478</guid>
  </item> 
  <item>
   <title><![CDATA[Transparent frame :    oleg wrote:Hi, Can you attach...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=38477&amp;title=transparent-frame#38477</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 11379<br /><strong>Posted:</strong> 16 July 2008 at 11:15pm<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br /><div>Hi,</div><div>Can you attach sample that shows how to make Innovasys groupbox transparent for gradient background -&nbsp;we will add same. Now I can't make it transparent :-(</div></td></tr></table><br><br>Attached.<br><a href="uploads/20080716_231514_Test.zip" target="_blank">uploads/20080716_231514_Test.zip</a><br><br>Control is truly transparent at runtime (not design time). See image below.<br><br><img src="uploads/20080716_231411_scr.png" height="392" width="347" border="0"><br>]]>
   </description>
   <pubDate>Wed, 16 Jul 2008 23:15:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11379&amp;PID=38477&amp;title=transparent-frame#38477</guid>
  </item> 
 </channel>
</rss>