Click here to Skip to main content
       

C / C++ / MFC

 
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
Questionwriting a plug in for internet browsersmembermuharrem2 Jan '13 - 1:28 
Hi all,
I need to create a component which will be callable from a browser when it sees an object tag like the following
<object width="400" height="400" data="helloworld.swf" type="application/x-shockwave-flash"></object>
or like
 
<object data="data/test.pdf" type="application/pdf" width="300"; height="200";
Test.pdf
<object/>
 
My plugging will display an image file and give some response to user interactions like zoom-in, zoom-out, rotate etc.
 
I don't know start from where? I know c++ and c#. The library for the image processing that I need to use written with c++.
If any guru out there can guide me the road-map that I should follow, will be appreciated in a highly tonnage.
Thank in advance.
AnswerRe: writing a plug in for internet browsersmvpRichard MacCutchan2 Jan '13 - 1:33 
You can start here[^]. Also try searching in the CodeProject articles section, or using Google.
One of these days I'm going to think of a really clever signature.

GeneralRe: writing a plug in for internet browsersmembermuharrem2 Jan '13 - 2:07 
Thanks for your quick reply, Richard.
 
As far as my understanding from the link you sent, it is the way how you extend the behavior of ie browser.
It is possible to add a new toolbar to ie, for instance.
Or my understanding is not correct?
 
I need to write a something like an acrobat reader plug-in. See when your html page contains a pdf document, browser opens that
one in the acrobat reader plug-in. Then you can save it, zoom it, etc.
GeneralRe: writing a plug in for internet browsersmvpRichard MacCutchan2 Jan '13 - 4:20 
muharrem wrote:
It is possible to add a new toolbar to ie, for instance.

muharrem wrote:
I need to write a something like an acrobat reader plug-in.

In both cases you need to research these subjects from he link I gave you, or use Google to search for any articles on the subject.
One of these days I'm going to think of a really clever signature.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   


Advertise | Privacy | Mobile
Web02 | 2.6.130523.1 | Last Updated 23 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid