Click to See Complete Forum and Search --> : *.aspx images in my activeX control
markmil2002
Sep 16th, 2006, 08:18 PM
I got this great idea for an activeX control today, but I am already at a roadblock. My idea involves useing an .aspx file for an image. If you are not familiar with asp.net there is a way to drawimage programatiically and use them as images in an image tag. (IE img src="image.aspx") I was wondering if there is anyway to use such an image in an activeX control or if anyone knew of a place where I could start looking. Thanks!
mendhak
Sep 21st, 2006, 08:40 AM
I know what you mean by generating images in ASP.NET, but you'll have to explain what you mean by "to use such an image in an activex control."
markmil2002
Sep 21st, 2006, 08:41 AM
I wanted to use the image that is generated by the asp.net code as an actualy image on a form.
mendhak
Sep 21st, 2006, 08:44 AM
You would use the URL just like you would use any other image. You only need to specify the URL. If however you need to get the image to local hard drive before using in your ActiveX control, you're probably looking for some VB6 code for this. Unfortunately, I have forgotten VB6 so you would have a good chance if you asked in the Classic VB forum.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.