Results 1 to 4 of 4

Thread: ECW rendering.

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2011
    Posts
    2

    ECW rendering.

    I used a ECW renderer during Visual Basic 6, and I can't find a VB.Net equivalent. I'm trying to use ECW files as background images, either of the form or a picturebox.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,274

    Re: ECW rendering.

    Was it an ActiveX control you used in VB6? If so then you can use it in VB.NET too. It's best to avoid unmanaged code if possible but if you have no choice then you have no choice.

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2011
    Posts
    2

    Re: ECW rendering.

    It was supplied by the company that has been bought out by Erdas INC.
    I haven't done much code with it though, it was fairly simple to use in VB6, but it just isn't coming up in VS 2010. (It used to come up as a control)

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,274

    Re: ECW rendering.

    It sounds like it is an ActiveX control without a UI, which aren't supported in .NET.

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