<?xml version="1.0" encoding="windows-1251"?>
<rss version="2.0">
<channel>
<title>C# Programming tips</title>
<description>C# Programming tips by Vinod Isaac</description>
<link>http://c-hash.blogs.jcsearch.com</link>
<language>en-US</language>
<pubDate>Sat, 20 Jun 2020 14:13:43 CST</pubDate>
<lastBuildDate>Sat, 20 Jun 2020 14:13:43 CST</lastBuildDate>
<generator>JasmineCorp Blogs v1.0</generator>
<ttl>60</ttl>
<item>
<title>C# Making Picture Box Transparent</title>
<link>http://c-hash.blogs.jcsearch.com/31458</link>
<description>How to make Picture Box in C# transparent is very simple.&lt;BR&gt;&lt;BR&gt;pictureBox1.BackColor = Color.Transparent;&lt;BR&gt;pictureBox1.BringToFront();&lt;BR&gt;&lt;BR&gt;If you still don't see it transparent then probably it is picking up the color from the background form or another control.&lt;BR&gt;&lt;BR&gt;If it is form then you may have to make it also transparent.&lt;BR&gt;If it is picture box over another picture box then you will have to set this control child of that control.&lt;BR&gt;&lt;BR&gt;Example&lt;BR&gt;pictureBox1.Parent = pictureBox2;&lt;BR&gt;</description>
<comments>http://c-hash.blogs.jcsearch.com/31458#comments</comments>
<pubDate>Sat, 20 Jun 2020 14:13:43 CST</pubDate>
</item>
<item>
<title>C# Making Picture Box Transparent</title>
<link>http://c-hash.blogs.jcsearch.com/31457</link>
<description>How to make Picture Box in C# transparent is very simple.&lt;BR&gt;&lt;BR&gt;pictureBox1.BackColor = Color.Transparent;&lt;BR&gt;pictureBox1.BringToFront();&lt;BR&gt;&lt;BR&gt;If you still don't see it transparent then probably it is picking up the color from the background form or another control.&lt;BR&gt;&lt;BR&gt;If it is form then you may have to make it also transparent.&lt;BR&gt;If it is picture box over another picture box then you will have to set this control child of that control.&lt;BR&gt;&lt;BR&gt;Example&lt;BR&gt;pictureBox1.Parent = pictureBox2;&lt;BR&gt;</description>
<comments>http://c-hash.blogs.jcsearch.com/31457#comments</comments>
<pubDate>Sat, 20 Jun 2020 14:13:35 CST</pubDate>
</item>
</channel>
</rss>
