Creating images on the flyhttp://forums.asp.net/t/488239.aspx/1?Creating+images+on+the+flySun, 29 Feb 2004 13:51:30 -0500488239488239http://forums.asp.net/p/488239/488239.aspx/1?Creating+images+on+the+flyCreating images on the fly This question should apply to both win/web apps. I would like to create images on the fly for an application and place them side by side in their main window, kind of like thumbnails -- next to each other. I was wondering if anyone had an example or maybe if you knew what the easiest way of doing this was? In addition, I was wondering what the easiest way is, having created an image, to set its background to be transparent. What I would like is to create a bunch of images that collage into the background but do not hide it. 2004-02-26T16:04:26-05:00490568http://forums.asp.net/p/488239/490568.aspx/1?Re+Creating+images+on+the+flyRe: Creating images on the fly Below two links could lead you <a href="http://www.msdnaa.net/Resources/Display.aspx?ResID=1487"> http://www.msdnaa.net/Resources/Display.aspx?ResID=1487</a> You have to assing the image to img tag, then you could display it where ever you want! Below example might helps you to understand it! Live example <a href="http://www.w3coder.com/contest/examples/showipinimage.aspx">http://www.w3coder.com/contest/examples/showipinimage.aspx </a>and code for it at <a href="http://www.w3coder.com/contest/examples/ImageIPonaspxpage.zip"> http://www.w3coder.com/contest/examples/ImageIPonaspxpage.zip </a>Hope these helps! 2004-02-29T13:51:30-05:00