<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>alphamobilecontrols Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/alphamobilecontrols/Wiki/View.aspx?title=Home</link><description>alphamobilecontrols Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://alphamobilecontrols.codeplex.com/wikipage?version=8</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;
AlphaMobileControls is a .NET Compact Framework 2.0 API offering WinForm Controls for Windows Mobile 5 or 6 able to handle images with alpha channel and alpha blending.&lt;br /&gt;
&lt;h1&gt;Screenshots&lt;/h1&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=alphamobilecontrols&amp;DownloadId=25402" alt="Screenshot01.png" title="Screenshot01.png" /&gt;       &lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=alphamobilecontrols&amp;DownloadId=25403" alt="Screenshot02.png" title="Screenshot02.png" /&gt;&lt;br /&gt;
&lt;h1&gt;Project Details&lt;/h1&gt;
I wanted to have some simple but nice controls to work on Windows Mobile devices using the .NET Compact Framework and I founded this article:&lt;br /&gt;&lt;a href="http://blog.opennetcf.org/ayakhnin/PermaLink,guid,0b5a9c02-0a44-4d5e-85f9-949cab4ad8f3.aspx" class="externalLink"&gt;http://blog.opennetcf.org/ayakhnin/PermaLink,guid,0b5a9c02-0a44-4d5e-85f9-949cab4ad8f3.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The source code is provided but it was really specific to the need of the application and it was not possible to do the UI layout using the Visual Studio Form Designer. So I decided to create some controls to handle images with Alpha Channel and Alpha Blending, it is what I did, and decided to share it to everybody, and name it AlphaMobileControls.&lt;br /&gt;&lt;br /&gt;Only a few simple controls are currently available, they are &amp;quot;AlphaControl&amp;quot;:
&lt;ul&gt;&lt;li&gt;AlphaLabel&lt;/li&gt;
&lt;li&gt;AlphaPictureBox&lt;/li&gt;
&lt;li&gt;AlphaImageButton&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;They must be contained in a particular container, either an AlphaPanel or an AlphaForm.&lt;br /&gt;&lt;br /&gt;The Alpha Channel in images in managed by the Imaging API andthe Alpha Blending is managed by the AlphaBlend() SDK function. Here is a great article about theses 2 nice features available since Widows Mobile 5: &lt;a href="http://blogs.msdn.com/chrislorton/archive/2006/04/07/570649.aspx" class="externalLink"&gt;http://blogs.msdn.com/chrislorton/archive/2006/04/07/570649.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A nice article has been published on CodeProject by Atanu Mandal: &lt;a href="http://www.codeproject.com/KB/windows/Windows_Mobile_UI.aspx" class="externalLink"&gt;http://www.codeproject.com/KB/windows/Windows_Mobile_UI.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Enjoy :o)&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Statyk7</author><pubDate>Sat, 02 Oct 2010 00:36:18 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20101002123618A</guid></item><item><title>Updated Wiki: Home</title><link>http://alphamobilecontrols.codeplex.com/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Project Description&lt;/h1&gt;
AlphaMobileControls is a .NET Compact Framework 2.0 API offering WinForm Controls for Windows Mobile 5 or 6 able to handle images with alpha channel and alpha blending.&lt;br /&gt;
&lt;h1&gt;Screenshots&lt;/h1&gt;
&lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=alphamobilecontrols&amp;DownloadId=25402" alt="Screenshot01.png" title="Screenshot01.png" /&gt;       &lt;img src="http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=alphamobilecontrols&amp;DownloadId=25403" alt="Screenshot02.png" title="Screenshot02.png" /&gt;&lt;br /&gt;
&lt;h1&gt;Project Details&lt;/h1&gt;
I wanted to have some simple but nice controls to work on Windows Mobile devices using the .NET Compact Framework and I founded this article:&lt;br /&gt;&lt;a href="http://blog.opennetcf.org/ayakhnin/PermaLink,guid,0b5a9c02-0a44-4d5e-85f9-949cab4ad8f3.aspx" class="externalLink"&gt;http://blog.opennetcf.org/ayakhnin/PermaLink,guid,0b5a9c02-0a44-4d5e-85f9-949cab4ad8f3.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;The source code is provided but it was really specific to the need of the application and it was not possible to do the UI layout using the Visual Studio Form Designer. So I decided to create some controls to handle images with Alpha Channel and Alpha Blending, it is what I did, and decided to share it to everybody, and name it AlphaMobileControls.&lt;br /&gt;&lt;br /&gt;Only a few simple controls are currently available, they are &amp;quot;AlphaControl&amp;quot;:
&lt;ul&gt;&lt;li&gt;AlphaLabel&lt;/li&gt;
&lt;li&gt;AlphaPictureBox&lt;/li&gt;
&lt;li&gt;AlphaImageButton&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;They must be contained in a particular container, either an AlphaPanel or an AlphaForm.&lt;br /&gt;&lt;br /&gt;The Alpha Channel in images in managed by the Imaging API andthe Alpha Blending is managed by the AlphaBlend() SDK function. Here is a great article about theses 2 nice features available since Widows Mobile 5: &lt;a href="http://blogs.msdn.com/chrislorton/archive/2006/04/07/570649.aspx" class="externalLink"&gt;http://blogs.msdn.com/chrislorton/archive/2006/04/07/570649.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;A nice article has been published on CodeProject by Atanu Mandal: &lt;a href="http://www.codeproject.com/KB/mobile/Windows_Mobile_UI.aspx" class="externalLink"&gt;http://www.codeproject.com/KB/mobile/Windows_Mobile_UI.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Enjoy :o)&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>Statyk7</author><pubDate>Mon, 05 Oct 2009 20:14:06 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20091005081406P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/alphamobilecontrols/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Project Description
&lt;/h1&gt; &lt;br /&gt;AlphaMobileControls is a simple C&amp;#35; .NET Compact Framework API offering WinForm Controls for Windows Mobile able to handle image alpha channel and alpha blending.
&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Screenshots
&lt;/h1&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=alphamobilecontrols&amp;amp;DownloadId=25402" alt="Screenshot01.png" /&gt;       &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=alphamobilecontrols&amp;amp;DownloadId=25403" alt="Screenshot02.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Project Details
&lt;/h1&gt; &lt;br /&gt;I wanted to have some simple but nice controls to work on Windows Mobile devices using the .NET Compact Framework and I founded this article:&lt;br /&gt;&lt;a href="http://blog.opennetcf.org/ayakhnin/PermaLink,guid,0b5a9c02-0a44-4d5e-85f9-949cab4ad8f3.aspx" class="externalLink"&gt;http://blog.opennetcf.org/ayakhnin/PermaLink,guid,0b5a9c02-0a44-4d5e-85f9-949cab4ad8f3.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;The source code is provided but it was really specific to the need of the application and it was not possible to do the UI layout using the Visual Studio Form Designer. So I decided to create some controls to handle images with Alpha Channel and Alpha Blending, it is what I did, and decided to share it to everybody, and name it AlphaMobileControls.&lt;br /&gt; &lt;br /&gt;Only a few simple controls are currently available, they are &amp;quot;AlphaControl&amp;quot;:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;AlphaLabel&lt;/li&gt;&lt;li&gt;AlphaPictureBox&lt;/li&gt;&lt;li&gt;AlphaImageButton&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;They must be contained in a particular container, either an AlphaPanel or an AlphaForm.&lt;br /&gt; &lt;br /&gt;The Alpha Channel in images in managed by the Imaging API andthe Alpha Blending is managed by the AlphaBlend() SDK function. Here is a great article about theses 2 nice features available since Widows Mobile 5: &lt;a href="http://blogs.msdn.com/chrislorton/archive/2006/04/07/570649.aspx" class="externalLink"&gt;http://blogs.msdn.com/chrislorton/archive/2006/04/07/570649.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Enjoy :o)&lt;br /&gt;
&lt;/div&gt;</description><author>Statyk7</author><pubDate>Fri, 11 Jan 2008 01:07:27 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080111010727A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/alphamobilecontrols/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Project Description
&lt;/h1&gt; &lt;br /&gt;AlphaMobileControls is a simple C&amp;#35; .NET Compact Framework API offering WinForm Controls for Windows Mobile able to handle image alpha channel and alpha blending.
&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Screenshots
&lt;/h1&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=alphamobilecontrols&amp;amp;DownloadId=25402" alt="Screenshot01.png" /&gt;       &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=alphamobilecontrols&amp;amp;DownloadId=25403" alt="Screenshot02.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Project Details
&lt;/h1&gt; &lt;br /&gt;I wanted to have some simple but nice controls to work on Windows Mobile devices using the .NET Compact Framework and I founded this article:&lt;br /&gt;&lt;a href="http://blog.opennetcf.org/ayakhnin/PermaLink,guid,0b5a9c02-0a44-4d5e-85f9-949cab4ad8f3.aspx" class="externalLink"&gt;http://blog.opennetcf.org/ayakhnin/PermaLink,guid,0b5a9c02-0a44-4d5e-85f9-949cab4ad8f3.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;The source code is provided but it was really specific to the need of the application and it was not possible to do the UI layout using the Visual Studio Form Designer. So I decided to create some controls to handle images with Alpha Channel and Alpha Blending, it is what I did, and decided to share it to everybody, and name it AlphaMobileControls.&lt;br /&gt; &lt;br /&gt;Only a few controls are currently available, they are &amp;quot;AlphaControl&amp;quot;:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;AlphaLabel&lt;/li&gt;&lt;li&gt;AlphaPictureBox&lt;/li&gt;&lt;li&gt;AlphaImlageButton&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;They must be contained in a particular container, either an AlphaPanel or an AlphaForm.&lt;br /&gt; &lt;br /&gt;The Alpha Channel in images in managed by the Imaging API andthe Alpha Blending is managed by the AlphaBlend() SDK function. Here is a great article about theses 2 nice features available since Widows Mobile 5: &lt;a href="http://blogs.msdn.com/chrislorton/archive/2006/04/07/570649.aspx" class="externalLink"&gt;http://blogs.msdn.com/chrislorton/archive/2006/04/07/570649.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;Enjoy :o)&lt;br /&gt;
&lt;/div&gt;</description><author>Statyk7</author><pubDate>Fri, 11 Jan 2008 01:06:29 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080111010629A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/alphamobilecontrols/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Project Description
&lt;/h1&gt; &lt;br /&gt;AlphaMobileControls is a simple C&amp;#35; .NET Compact Framework API offering WinForm Controls for Windows Mobile able to handle image alpha channel and alpha blending.
&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Screenshots
&lt;/h1&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=alphamobilecontrols&amp;amp;DownloadId=25402" alt="Screenshot01.png" /&gt;       &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=alphamobilecontrols&amp;amp;DownloadId=25403" alt="Screenshot02.png" /&gt;&lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Project Details
&lt;/h1&gt; &lt;br /&gt;I wanted to have some simple but nice controls to work on Windows Mobile devices using the .NET Compact Framework and I founded this article:&lt;br /&gt;http://blog.opennetcf.org/ayakhnin/PermaLink,guid,0b5a9c02-0a44-4d5e-85f9-949cab4ad8f3.aspx&lt;br /&gt; &lt;br /&gt;The source code is provided but it was really specific to the need of the application and it was not possible to do the UI layout using the Visual Studio Form Designer. So I decided to create some controls to handle images with Alpha Channel and Alpha Blending, it is what I did, and decided to share it to everybody, and name it AlphaMobileControls.&lt;br /&gt; &lt;br /&gt;Only a few controls are currently available, they are &amp;quot;AlphaControl&amp;quot;:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;AlphaLabel&lt;/li&gt;&lt;li&gt;AlphaPictureBox&lt;/li&gt;&lt;li&gt;AlphaImlageButton&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;They must be contained in a particular container, either an AlphaPanel or an AlphaForm.&lt;br /&gt; &lt;br /&gt;The Alpha Channel in images in managed by the Imaging API andthe Alpha Blending is managed by the AlphaBlend() SDK function. Here is a great article about theses 2 nice features available since Widows Mobile 5.&lt;br /&gt;
&lt;/div&gt;</description><author>Statyk7</author><pubDate>Fri, 11 Jan 2008 01:05:06 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080111010506A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/alphamobilecontrols/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Project Description
&lt;/h1&gt; &lt;br /&gt;AlphaMobileControls is a simple C&amp;#35; .NET Compact Framework API offering WinForm Controls for Windows Mobile able to handle image alpha channel and alpha blending.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Screenshots
&lt;/h1&gt; &lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=alphamobilecontrols&amp;amp;DownloadId=25402" alt="Screenshot01.png" /&gt;       &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=alphamobilecontrols&amp;amp;DownloadId=25403" alt="Screenshot02.png" /&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Project Details
&lt;/h1&gt; &lt;br /&gt;I wanted to have some simple but nice controls to work on Windows Mobile devices using the .NET Compact Framework and I founded this article:&lt;br /&gt;http://blog.opennetcf.org/ayakhnin/PermaLink,guid,0b5a9c02-0a44-4d5e-85f9-949cab4ad8f3.aspx&lt;br /&gt; &lt;br /&gt;The source code is provided but it was really specific to the need of the application and it was not possible to do the UI layout using the Visual Studio Form Designer. So I decided to create some controls to handle images with Alpha Channel and Alpha Blending, it is what I did, and decided to share it to everybody, and name it AlphaMobileControls.&lt;br /&gt; &lt;br /&gt;Only a few controls are currently available, they are &amp;quot;AlphaControl&amp;quot;:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;AlphaLabel&lt;/li&gt;&lt;li&gt;AlphaPictureBox&lt;/li&gt;&lt;li&gt;AlphaImlageButton&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;They must be contained in a particular container, either an AlphaPanel or an AlphaForm.&lt;br /&gt;
&lt;/div&gt;</description><author>Statyk7</author><pubDate>Fri, 11 Jan 2008 01:00:14 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080111010014A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/alphamobilecontrols/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;AlphaMobileControls is a simple C&amp;#35; .NET Compact Framework API offering WinForm Controls for Windows Mobile able to handle image alpha channel and alpha blending.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Screenshots&lt;/b&gt;&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=alphamobilecontrols&amp;amp;DownloadId=25402" alt="Screenshot01.png" /&gt;     &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=alphamobilecontrols&amp;amp;DownloadId=25403" alt="Screenshot02.png" /&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;b&gt;Project Details&lt;/b&gt;&lt;br /&gt;I wanted to have some simple but nice controls to work on Windows Mobile devices using the .NET Compact Framework and I founded this article:&lt;br /&gt;http://blog.opennetcf.org/ayakhnin/PermaLink,guid,0b5a9c02-0a44-4d5e-85f9-949cab4ad8f3.aspx&lt;br /&gt; &lt;br /&gt;The source code is provided but it was really specific to the need of the application and it was not possible to do the UI layout using the Visual Studio Form Designer. So I decided to create some controls to handle images with Alpha Channel and Alpha Blending, it is what I did, and decided to share it to everybody, and name it AlphaMobileControls.&lt;br /&gt; &lt;br /&gt;Only a few controls are currently available, they are &amp;quot;AlphaControl&amp;quot;:&lt;br /&gt; - AlphaLabel&lt;br /&gt; - AlphaPictureBox&lt;br /&gt; - AlphaImlageButton&lt;br /&gt; &lt;br /&gt;They must be contained in a particular container, either an AlphaPanel or an AlphaForm.&lt;br /&gt;
&lt;/div&gt;</description><author>Statyk7</author><pubDate>Fri, 11 Jan 2008 00:57:49 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080111125749A</guid></item></channel></rss>