CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1998
    Posts
    5

    Help:Activex as TIFF plugin for IE..How to write..?

    Hi.
    1.IE can view images like jpeg,gif etc..
    i want to be able to drag TIFF image or to give
    an URL whice point to such file and ie
    will display it the way it does with other types

    i guess i need to use activex
    (i dont want to write netscape pluggins) but not sure what exactly
    to implement

    2.can some one please explain what is the difference
    between:
    a.dragging tiff file to ie
    b.use file open\give URL
    c.use HTML <IMG SRC="TEST.tiff">


    BTW:I know how to display tiff on windows so that is not a problem

    10x

    tomer



  2. #2
    Guest

    Re: Help:Activex as TIFF plugin for IE..How to write..?

    This is more of a query, how did you display the tiff files from within your programs?

    Do you need a separate set of libraries to do this or is there functionality for this within visual C++?

    Thanks,
    TurtleUK


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

Featured