<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>alphamobilecontrols Forum Rss Feed</title><link>http://www.codeplex.com/alphamobilecontrols/Thread/List.aspx</link><description>alphamobilecontrols Forum Rss Description</description><item><title>New Post: Alphablend function in Windows CE 5.0?</title><link>http://alphamobilecontrols.codeplex.com/discussions/57656</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello lordon.&lt;/p&gt;
&lt;p&gt;Your issue as well as many others are solved in the third-party control pack - Bee Mobile iPack.&amp;nbsp;They contain their own Windows CE PNG image decoder,&amp;nbsp;AlphaBlend function, Gradient-Fill function and other functions&amp;nbsp;needed for Windows CE applications to have a good looking GUI.&amp;nbsp;Find out more information on the web site &lt;a href="http://beemobile4.net/"&gt;http://beemobile4.net/&lt;/a&gt;. If you have any questions, do not hesitate to write me here.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Vladimir Gregor&lt;/p&gt;&lt;/div&gt;</description><author>BeeMobile</author><pubDate>Tue, 25 Oct 2011 12:53:00 GMT</pubDate><guid isPermaLink="false">New Post: Alphablend function in Windows CE 5.0? 20111025125300P</guid></item><item><title>New Post: Improved version of AlphaMobileControl</title><link>http://alphamobilecontrols.codeplex.com/discussions/75001</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have added some controls like an AlphaAnimation, AlphaRadioButton and the alphaLabel can now be a link aswell. Where can I send you that changes?&lt;/p&gt;&lt;/div&gt;</description><author>HyperCraKeR</author><pubDate>Wed, 07 Sep 2011 16:01:59 GMT</pubDate><guid isPermaLink="false">New Post: Improved version of AlphaMobileControl 20110907040159P</guid></item><item><title>New Post: Can't Create AlphaPanel</title><link>http://alphamobilecontrols.codeplex.com/discussions/269923</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;When I'm Trying to drag AlphaPanel From The Toolbox,&amp;nbsp;I get An Exeption:&lt;/p&gt;
&lt;p&gt;&amp;quot;Failed To Create component 'AlphaPanel'......&lt;/p&gt;
&lt;p&gt;System.Runtime.InteropServices.COMException(0x8000000A): the data necessary to complete is not yet avaiable..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;help please...&lt;/p&gt;
&lt;/div&gt;</description><author>unicorn6684</author><pubDate>Mon, 22 Aug 2011 09:43:53 GMT</pubDate><guid isPermaLink="false">New Post: Can't Create AlphaPanel 20110822094353A</guid></item><item><title>New Post: alphamobilecontrol for for .net cf 3.5</title><link>http://alphamobilecontrols.codeplex.com/discussions/242406</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Just include the source code in your project/solution and compile. &amp;nbsp;It worked great for me.&lt;/p&gt;&lt;/div&gt;</description><author>daleykd</author><pubDate>Thu, 21 Apr 2011 17:33:48 GMT</pubDate><guid isPermaLink="false">New Post: alphamobilecontrol for for .net cf 3.5 20110421053348P</guid></item><item><title>New Post: Application Crashes without throwing exceptions</title><link>http://alphamobilecontrols.codeplex.com/discussions/251827</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I was able to capture the error. Here is the stack details:&lt;/p&gt;
&lt;p&gt;PlatformAPI.IImage.GetImageInfo()&lt;/p&gt;
&lt;p&gt;AlphaMobileControls.AlphaImage.Draw()&lt;/p&gt;
&lt;p&gt;AlphaMobileControls.AlphaPictureBox.Draw()&lt;/p&gt;
&lt;p&gt;AlphaMobileControls.AlphaControl.DrawInternal()&lt;/p&gt;
&lt;p&gt;AlphaMobileControls.AlphaContainer.OnPaint()&lt;/p&gt;
&lt;p&gt;AlphaMobileConrols.AlphaForm.OnPaint()&lt;/p&gt;
&lt;p&gt;System.Windows.Forms.Control.WnProc()&lt;/p&gt;
&lt;p&gt;System.Windows.Forms.ContainerControl.WnProc()&lt;/p&gt;
&lt;p&gt;System.Windows.Forms.Form.WnProc()&lt;/p&gt;
&lt;p&gt;System.WIndows.Forms.Control._InternalWnProc()&lt;/p&gt;
&lt;p&gt;Microsoft.AGL.Forms.EVL.EnterMainLoop()&lt;/p&gt;
&lt;p&gt;System.Windows.Forms.Application.Run()&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So, this happens when I try to open a form with AlphaMobileControls on it. I believe it is a GC issue. We need to be disposing the form correctly.&lt;/p&gt;&lt;/div&gt;</description><author>elmsafer</author><pubDate>Fri, 01 Apr 2011 13:30:05 GMT</pubDate><guid isPermaLink="false">New Post: Application Crashes without throwing exceptions 20110401013005P</guid></item><item><title>New Post: Why I get an unspecified error?</title><link>http://alphamobilecontrols.codeplex.com/discussions/251160</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I am having the same issue. Did you find a solution?&lt;/p&gt;&lt;/div&gt;</description><author>elmsafer</author><pubDate>Wed, 30 Mar 2011 21:09:25 GMT</pubDate><guid isPermaLink="false">New Post: Why I get an unspecified error? 20110330090925P</guid></item><item><title>New Post: Application Crashes without throwing exceptions</title><link>http://alphamobilecontrols.codeplex.com/discussions/251827</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Since I applied the &lt;span style="font-size:10pt; color:black"&gt;Alpha controls to my application, it started to crash randomly while using it. The problem is that it is not displaying any error messages nor any exception is being caught. My application use
 to work fine before I replaced the traditional controls with the Alpha controls. This problem happens only when I am switching between forms.&lt;br&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt; color:black"&gt;I am suspecting a memory leak or something to do with the external
&lt;/span&gt;&lt;span style="font-size:10pt; color:black"&gt;AlphaMobileControl DLL calls.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:10pt; color:black"&gt;Anyone had similar problems?&lt;br&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>elmsafer</author><pubDate>Wed, 30 Mar 2011 16:20:35 GMT</pubDate><guid isPermaLink="false">New Post: Application Crashes without throwing exceptions 20110330042035P</guid></item><item><title>New Post: Why I get an unspecified error?</title><link>http://alphamobilecontrols.codeplex.com/discussions/251160</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;What was worse, I just found that this exception will occur not only when the phone enter the idle status but also when I open a new window and then close it.&lt;/p&gt;
&lt;p&gt;In fact, this exception will occur when the AlphaMobileForm repaint.&lt;/p&gt;
&lt;p&gt;Can any one tell me how to solve this problem?&lt;/p&gt;&lt;/div&gt;</description><author>yybsqwh</author><pubDate>Fri, 25 Mar 2011 11:07:00 GMT</pubDate><guid isPermaLink="false">New Post: Why I get an unspecified error? 20110325110700A</guid></item><item><title>New Post: Why I get an unspecified error?</title><link>http://alphamobilecontrols.codeplex.com/discussions/251160</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I have used the AlphaMobileControls in my project. I have to say that those controls are really beautiful.&lt;/p&gt;
&lt;p&gt;However, the forms generated from the AlphaMobileForm will generate an unspecified error when the phone enter the idle status while the forms generated from the Form class won't.&lt;/p&gt;
&lt;p&gt;The stack information of this exception is:&lt;/p&gt;
&lt;p&gt;PlatformAPI.IImage.GetImageInfo()&lt;/p&gt;
&lt;p&gt;AlphaMobileControls.AlphaImage.Draw()&lt;/p&gt;
&lt;p&gt;AlphaMobileControls.AlphaPictureBox.Draw()&lt;/p&gt;
&lt;p&gt;AlphaMobileControls.AlphaControl.DrawInternal()&lt;/p&gt;
&lt;p&gt;AlphaMobileControls.AlphaContainer.OnPaint()&lt;/p&gt;
&lt;p&gt;AlphaMobileConrols.AlphaForm.OnPaint()&lt;/p&gt;
&lt;p&gt;System.Windows.Forms.Control.WnProc()&lt;/p&gt;
&lt;p&gt;System.Windows.Forms.ContainerControl.WnProc()&lt;/p&gt;
&lt;p&gt;System.Windows.Forms.Form.WnProc()&lt;/p&gt;
&lt;p&gt;System.WIndows.Forms.Control._InternalWnProc()&lt;/p&gt;
&lt;p&gt;Microsoft.AGL.Forms.EVL.EnterMainLoop()&lt;/p&gt;
&lt;p&gt;System.Windows.Forms.Application.Run()&lt;/p&gt;
&lt;p&gt;......&lt;/p&gt;
&lt;p&gt;Can any one tell me how to solve this problem?&lt;/p&gt;
&lt;/div&gt;</description><author>yybsqwh</author><pubDate>Fri, 25 Mar 2011 09:25:25 GMT</pubDate><guid isPermaLink="false">New Post: Why I get an unspecified error? 20110325092525A</guid></item><item><title>New Post: Alpha controls</title><link>http://alphamobilecontrols.codeplex.com/discussions/245799</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am really very interesting in this and very new to mobile development. Can someone please tell me, how can i use these controls in my project.&lt;/p&gt;
&lt;p&gt;Please reply..................&lt;/p&gt;
&lt;/div&gt;</description><author>vikas21081987</author><pubDate>Sat, 12 Feb 2011 23:41:09 GMT</pubDate><guid isPermaLink="false">New Post: Alpha controls 20110212114109P</guid></item><item><title>New Post: alphamobilecontrol for for .net cf 3.5</title><link>http://alphamobilecontrols.codeplex.com/Thread/View.aspx?ThreadId=242406</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i need this source for .net cf 3.5 can anyone give me a link regarding this ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;i cant use this dll in vs 2008 , its prompts me an error[application encountered an serious error and it must be shutdown] and it blinking once ..&lt;/p&gt;
&lt;p&gt;Please guide me .?&lt;/p&gt;
&lt;/div&gt;</description><author>maanikmca</author><pubDate>Wed, 19 Jan 2011 13:36:11 GMT</pubDate><guid isPermaLink="false">New Post: alphamobilecontrol for for .net cf 3.5 20110119013611P</guid></item><item><title>New Post: NullReferenceException from AlphaImage.CreateFromResource()</title><link>http://alphamobilecontrols.codeplex.com/Thread/View.aspx?ThreadId=231714</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;You need to call AlphaImage.CreateFromResource() from the assembly that has the required resource.&lt;/p&gt;
&lt;p&gt;The change I made that caused this to stop working was that I moved the class that was calling AlphaImage.CreateFromResource() into a separate library from the one that had the image resource. Therefore Assembly.GetCallingAssembly() which executes from inside&amp;nbsp;AlphaImage.CreateFromResource()&amp;nbsp;is returning the assembly that does not have the resource.&lt;/p&gt;&lt;/div&gt;</description><author>INTPnerd</author><pubDate>Thu, 21 Oct 2010 05:44:10 GMT</pubDate><guid isPermaLink="false">New Post: NullReferenceException from AlphaImage.CreateFromResource() 20101021054410A</guid></item><item><title>New Post: NullReferenceException from AlphaImage.CreateFromResource()</title><link>http://alphamobilecontrols.codeplex.com/Thread/View.aspx?ThreadId=231714</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have posted an updated version of this question with my updated progress at&lt;/p&gt;
&lt;p&gt;&lt;a href="http://stackoverflow.com/questions/3983250/nullreferenceexception-from-alphaimage-createfromresource"&gt;http://stackoverflow.com/questions/3983250/nullreferenceexception-from-alphaimage-createfromresource&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I will post the answer here too when I find it.&lt;/p&gt;&lt;/div&gt;</description><author>INTPnerd</author><pubDate>Thu, 21 Oct 2010 02:22:15 GMT</pubDate><guid isPermaLink="false">New Post: NullReferenceException from AlphaImage.CreateFromResource() 20101021022215A</guid></item><item><title>New Post: NullReferenceException from AlphaImage.CreateFromResource()</title><link>http://alphamobilecontrols.codeplex.com/Thread/View.aspx?ThreadId=231714</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I am using AlphaImage.CreateFromResource(imageResourceName) to create an AlphaImage object. This was working fine before, and now it is not and I can't figure out why. I am passing a valid resource name. It is a resource that I added using the Resources tab of the project properties. Also in the resources folder the image file is there and the Build Action is set to Embedded Resource. I even used this code to retrieve the available resources, and the one I am using was one of the returned values:&lt;/p&gt;
&lt;p&gt;string[] names = Assembly.GetCallingAssembly().GetManifestResourceNames();&lt;/p&gt;
&lt;p&gt;Then I was thinking that maybe by the time the AlphaImage.CreateFromResource() method code is running the available resources might be different. So I modified the code to include the above statement and then throw an InvalidOperationException if the passed resource is not an available resource. When I run the program and step through the code with the debugger, the added code is not there anymore and an InvalidOperationException is not thrown and the code keeps running until the NullReferenceException occurs. I searched my projects to see if maybe there was a reference to another version of AlphaMobileControls other than the one with the modified code, but I could not find any.&lt;/p&gt;
&lt;p&gt;Any help will be appreciated, thanks in advance!&lt;/p&gt;&lt;/div&gt;</description><author>INTPnerd</author><pubDate>Wed, 20 Oct 2010 23:20:02 GMT</pubDate><guid isPermaLink="false">New Post: NullReferenceException from AlphaImage.CreateFromResource() 20101020112002P</guid></item><item><title>New Post: SizeMode of Image</title><link>http://alphamobilecontrols.codeplex.com/Thread/View.aspx?ThreadId=80864</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;In order to do that, change the Draw method of AlphaImage:&lt;/p&gt;
&lt;p&gt;
&lt;div style="color:black;background-color:white"&gt;
&lt;pre&gt;&lt;span style="color:green"&gt;// Draw the image, with alpha channel if any&lt;/span&gt;
IntPtr hdcDest = gx.GetHdc();
Rectangle dstRect = &lt;span style="color:blue"&gt;new&lt;/span&gt; Rectangle(bounds.X, bounds.Y, bounds.X + bounds.Width, bounds.Y + bounds.Height);&lt;span style="color:green"&gt;//(int)imgInfo.Width + bounds.X, (int)imgInfo.Height + bounds.Y);&lt;/span&gt;
_image.Draw(hdcDest, &lt;span style="color:blue"&gt;ref&lt;/span&gt; dstRect, IntPtr.Zero);
gx.ReleaseHdc(hdcDest);
&lt;/pre&gt;
&lt;/div&gt;
&lt;/p&gt;&lt;/div&gt;</description><author>laedit</author><pubDate>Tue, 31 Aug 2010 15:14:36 GMT</pubDate><guid isPermaLink="false">New Post: SizeMode of Image 20100831031436P</guid></item><item><title>New Post: Enable Autoscroll for AlphaPanel</title><link>http://alphamobilecontrols.codeplex.com/Thread/View.aspx?ThreadId=222797</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I want to enable Auto Scroll for Alpha panel.&lt;/p&gt;
&lt;p&gt;I also set the Auto Scroll property to true, but the scrolls bars do not appear.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any idea what needs to be done for this.???&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Nike&lt;/p&gt;&lt;/div&gt;</description><author>nikeshnewaskar</author><pubDate>Sat, 07 Aug 2010 09:47:18 GMT</pubDate><guid isPermaLink="false">New Post: Enable Autoscroll for AlphaPanel 20100807094718A</guid></item><item><title>New Post: Dynamically adding a AlphaPictureBox inside an AlphaPanel </title><link>http://alphamobilecontrols.codeplex.com/Thread/View.aspx?ThreadId=219670</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;This is fixed.&lt;/p&gt;
&lt;p&gt;Do not call the show() method. That simple ! :)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks and Regards,&lt;/p&gt;
&lt;p&gt;Nike.&lt;/p&gt;&lt;/div&gt;</description><author>nikeshnewaskar</author><pubDate>Mon, 19 Jul 2010 08:56:09 GMT</pubDate><guid isPermaLink="false">New Post: Dynamically adding a AlphaPictureBox inside an AlphaPanel  20100719085609A</guid></item><item><title>New Post: Dynamically adding a AlphaPictureBox inside an AlphaPanel </title><link>http://alphamobilecontrols.codeplex.com/Thread/View.aspx?ThreadId=219670</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I want to dynamically add a picture box to the AlphaPanel.&lt;/p&gt;
&lt;p&gt;However when is try to do so. the picture box appears as just a white box with no image. is it because it does not get added as a conrol inside the Alpha panel.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;AS given in the examples in source code, there are two images on alpha panel. i want to redesign it as - the alpha panel will have only one alpha picture box in it at design time. at run-time when the application runs, i will create another picture box and add it to the alpha panel and have the transparency effect as seen in the examples.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please let me know a way through this. Is what i am trying to do achieveable ???/&lt;/p&gt;
&lt;p&gt;Here is the piece of code -&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;
&lt;p&gt;&lt;span style="font-size:x-small"&gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&amp;lt;/font&amp;gt;&lt;/span&gt;&lt;span style="color:#2b91af;font-size:x-small"&gt;&lt;span style="color:#2b91af;font-size:x-small"&gt;AlphaPictureBox&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt; request = &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;new&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt; &lt;/span&gt;&lt;span style="color:#2b91af;font-size:x-small"&gt;&lt;span style="color:#2b91af;font-size:x-small"&gt;AlphaPictureBox&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt;();&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;
&lt;p&gt;request.Image =&lt;/p&gt;
&amp;lt;/font&amp;gt;&lt;span style="color:#2b91af;font-size:x-small"&gt;&lt;span style="color:#2b91af;font-size:x-small"&gt;AlphaImage&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt;.CreateFromResource(&lt;/span&gt;&lt;span style="color:#a31515;font-size:x-small"&gt;&lt;span style="color:#a31515;font-size:x-small"&gt;&amp;quot;Barmate.Images.Active_A.gif&amp;quot;&lt;/span&gt;&lt;/span&gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;);&amp;lt;/font&amp;gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt;
&lt;p&gt;request.Image.Alpha = 200;&lt;/p&gt;
&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;
&lt;p&gt;request.Location =&lt;/p&gt;
&amp;lt;/font&amp;gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;new&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt; &lt;/span&gt;&lt;span style="color:#2b91af;font-size:x-small"&gt;&lt;span style="color:#2b91af;font-size:x-small"&gt;Point&lt;/span&gt;&lt;/span&gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;(200, 200);&amp;lt;/font&amp;gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&amp;lt;/font&amp;gt;&lt;/span&gt;&lt;span style="color:#2b91af;font-size:x-small"&gt;&lt;span style="color:#2b91af;font-size:x-small"&gt;Size&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt; reqS = &lt;/span&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;new&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt; &lt;/span&gt;&lt;span style="color:#2b91af;font-size:x-small"&gt;&lt;span style="color:#2b91af;font-size:x-small"&gt;Size&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt;(); &amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;
&lt;p&gt;request.Size =&lt;/p&gt;
&amp;lt;/font&amp;gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;&lt;span style="color:#0000ff;font-size:x-small"&gt;new&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt; &lt;/span&gt;&lt;span style="color:#2b91af;font-size:x-small"&gt;&lt;span style="color:#2b91af;font-size:x-small"&gt;Size&lt;/span&gt;&lt;/span&gt;&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;(50,50);&amp;lt;/font&amp;gt;&lt;/span&gt;&lt;span style="font-size:x-small"&gt;
&lt;p&gt;alphaPanel1.Controls.Add(request);&lt;/p&gt;
&lt;p&gt;request.Show();&lt;/p&gt;
&amp;lt;font size=&amp;quot;2&amp;quot;&amp;gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&amp;lt;/font&amp;gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;/p&gt;
&lt;div id="_mcePaste" style="width:1px;height:1px;overflow:hidden;top:0px;left:-10000px"&gt;﻿&lt;/div&gt;
&lt;p&gt;Thanks and Regards,&lt;/p&gt;
&lt;p&gt;Nike.&lt;/p&gt;&lt;/div&gt;</description><author>nikeshnewaskar</author><pubDate>Fri, 16 Jul 2010 09:22:58 GMT</pubDate><guid isPermaLink="false">New Post: Dynamically adding a AlphaPictureBox inside an AlphaPanel  20100716092258A</guid></item><item><title>New Post: Problem in appending images for AlphaImageButton and AlphaPictureBox</title><link>http://alphamobilecontrols.codeplex.com/Thread/View.aspx?ThreadId=48072</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;As yrameshrao wrote:&lt;/p&gt;
&lt;p&gt;1) Check if pic added to resource folder&lt;/p&gt;
&lt;p&gt;2) choose pic&amp;nbsp; and see it's properties&lt;/p&gt;
&lt;p&gt;3) find in properties &amp;quot;Build Action&amp;quot;&lt;/p&gt;
&lt;p&gt;4) set for &amp;quot;Build Action&amp;quot; - Embedded Resources.&lt;/p&gt;
&lt;p&gt;5) if you not sure what resources name write in&amp;nbsp; this function AlphaImage.CreateFromResource(&amp;quot;???????&amp;quot;);&lt;/p&gt;
&lt;p&gt;6)&amp;nbsp; for testing what embedded resources you have add inside CreateFromResource(&amp;quot;???????&amp;quot;)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;this :&amp;nbsp; string[] resources = Assembly.GetCallingAssembly().GetManifestResourceNames();&lt;/p&gt;
&lt;p&gt;in debug mode stop on this line and see what resources you have and their name.&lt;/p&gt;&lt;/div&gt;</description><author>ray_ps</author><pubDate>Sun, 21 Mar 2010 15:10:50 GMT</pubDate><guid isPermaLink="false">New Post: Problem in appending images for AlphaImageButton and AlphaPictureBox 20100321031050P</guid></item><item><title>New Post: Layers Transparency</title><link>http://alphamobilecontrols.codeplex.com/Thread/View.aspx?ThreadId=83360</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi all!&lt;br&gt;&lt;br&gt;I'm developing&amp;nbsp; a library for mobile device applications.&lt;br&gt;&lt;br&gt;This library should allow to create some layers (a layer is an image) that are place on an original image, that is a basically function of gis systems. So, the problem is this: the interface of an application, in particulary the container of the original image, is not created using the AlphaMobile Controls, but with normally WinForm Controls.&lt;br&gt;The goal is to have one or more layers and see these and the original map.&lt;br&gt;&lt;br&gt;Therefore, is there a way for stack one layer and achieve its transparency using AlphaMobileControls?&lt;br&gt;How make if there are more than one layers, and all of these must to be transparent?&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;&lt;br&gt;E.&lt;/p&gt;&lt;/div&gt;</description><author>enricova16</author><pubDate>Sat, 06 Feb 2010 17:14:24 GMT</pubDate><guid isPermaLink="false">New Post: Layers Transparency 20100206051424P</guid></item></channel></rss>