Results 1 to 4 of 4

Thread: *.aspx images in my activeX control

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2006
    Posts
    2

    *.aspx images in my activeX control

    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!

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: *.aspx images in my activeX control

    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."

  3. #3

    Thread Starter
    New Member
    Join Date
    Sep 2006
    Posts
    2

    Re: *.aspx images in my activeX control

    I wanted to use the image that is generated by the asp.net code as an actualy image on a form.

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: *.aspx images in my activeX control

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width