How to write plug-in that provide COM functionality

Hi all experts,
Is it possible to write plug-in for Acrobat 8 / 9 which expose COM functionality that I can use from other application for example C# application.
or you can suggest any other way.
Please help...
Thanks,
Vikram

Yes, it is possible.  I don't believe we provide a sample in the SDK any longer, however.
Just use standard Windows APIs to handle the COM aspects.

Similar Messages

  • How to write a program that runs on a port like a deamon or service?

    hi,
    how to write a program in java that runs on a port like a deamon or service, accepts requests from client, process the request and gives responce.
    for ex. tomcat runs on 8080 port as deamon or service.
    is it socket programming? if yes please give me a simple program which runs on a specific port.
    ex. a program running on a port talking two integers and return the total.
    thanks and regards,
    moses.

    I suggest you read
    [http://java.sun.com/docs/books/tutorial/networking/sockets/clientServer.html]
    For more
    [http://www.google.co.uk/search?q=serversocket+tutorial]

  • How to write a method that takes two arguments of same type

    Hi,
    I seldom do anything "advanced" in generics, but I've done my reading, and thought that I had an understanding of the basics, but I'm stuck on this. How do I write a method that takes two arguments that must be of exact same type.
    I've tried something like:
    public class GenericsTest1 {
        public static <T> void compare(T first, T second) {
    }But the compare method can in this case be called with e.g.
    String arg1 = null;
    Long arg2 = null;
    compare(arg1, arg2);I can restrict the call to something like GenericsTest1.<Long>compare(arg1, arg2), but I don't want to do it in the location that calls the method, and the method can still be invoked with subclasses of the specified type. E.g. this is valid (but I don't want it to be valid):
    Number arg1 = null;
    Long arg2 = null;
    GenericsTest1.<Number>compare(arg1, arg2);So I then changed the method into something like this:
    public class GenericsTest2 {
        public static <T, E extends T> void compare(T first, E second) {
    }It feels like I'm half way there now. Compare can't be called with e.g:
    Long arg1 = null;
    Number arg2 = null;
    compare(arg1, arg2);But this is still valid:
    Number arg1 = null;
    Long arg2 = null;
    compare(arg1, arg2);Hmm... So what to do? I only want the method to be callable when arg1 and arg2 is of exact same type. Everything else should give a compilation error.
    Kaj
    Ps. No, I don't have a need for this, I'm just curious.

    dannyyates wrote:
    I haven't gone through everything you've written, but I would expect that in the first instance, it's inferred <T> to be Object. This is a good reason to parameterise the class rather than the method wherever that makes sense.Thanks for you reply, but as I said this isn't related to anything that I'm going to use. I just want to know if it ca ben done with a static method and generics.
    Kaj

  • How to write sql query that display comma suppurated result using Group by

    Hi,
    I am having data like bellow ,
    Above result got from joining two tables VMTAGroupClient,VMTAipNames .
    Query i have written to display above result is,
    select vgc.VMTAGroupId,vn.VMTAName from VMTAGroupClient vgc inner join VMTAipNames vn
    on vgc.VMTAID=vn.VMTANameID group by vgc.VMTAGroupId,vn.VMTAName 
    using the VMTAGroupId column how to write query to display result result like,
    VMTAGroupID    VMTAs
       1                       VMTA1,VMTA3
       2                       VMTA2,VMTA4,VMTA5
    Regards,
    Anwar Shaik

    Satheesh,
    Here in my case data need to read from two tables VMTAGroupClient, VMTAipNames.
    VMTAGroupId is in one table and VMTAName column in some other table.Iin both the tables VMTAID is common.
    Please check the above result displayed data from two tables.
    can we write same query using join?
    Anwar Shaik

  • How to write a formula that includes the value of a cell from another external numbers file ?

    Hello,
    Maybe my Numbers is too old : Numbers '08 v 1.0.3
    But it doesn't seem to allow me to write a formula that includes the value of an external cell...
    Any answers ?
    Upgrading to Numbers '09 ?
    Thanks !

    Olivier,
    Be sure to Send Feedback to Apple using the Feedback tool in the Numbers menu. That will help the Numbers design team prioritize their feature requests for the next version.
    Jerry

  • How to write SQL query and apply aggregate functions on it

    Hello experts,
    Iu2019ve a task to write SQL query on tree tables and do inner join on them. Iu2019ve accomplish this task by using T-CODE SQVI. However now I need to write a query and apply SQL functions on it i.e. Add, Count, Max and Min etc. Please can someone tell me how I can write SQL query with aggregate functions in SAP?
    Thanks a lot in advance

    HI Mr. Cool
    you can see the below code for using aggregate functions.
    where ARTIST and SEATSOCCU are the field names for which you want to perform these functions.
    DATA: TOTAL_ENTRIES TYPE I,
          TOTAL_ATT TYPE I,
          MAX_ATT TYPE I,
          AVG_ATT TYPE I.
    SELECT COUNT( DISTINCT ARTIST )
           SUM( SEATSOCCU )
           MAX( SEATSOCCU )
           AVG( SEATSOCCU ) FROM YCONCERT INTO (TOTAL_ENTRIES, TOTAL_ATT,
    MAX_ATT, AVG_ATT).
    Thanks
    Lalit Gupta

  • How to write plug-in for JWS?

    Where can I look for a sample of JWS plug-in (and Java too), I mean how to wrap my link to jnlp to provide user with a possibility to download JWS and Java, assuming, he has none. What is a minimal size of download? (javaws-1_0_1_02-win-int-rt.exe file is 8M - can it be reduced?)

    I don't believe that JWS can boostrap itself onto a client. In my test so far, I have a link in my web page to the appropriate sun URL from which the user can download the JRE and/or the JWS. They must first do that before downloading my application using JWS.

  • UIX LOV: How to Design an LOV that provides lookup value to multiple field

    Hi,
    I've have an input form which has following fields.
    1) Task Name1: (input lookup field. invokes LookupTask.uix)
    2) Task Name2: (input lookup field. invokes LookupTask.uix)
    3) Task Name3: (input lookup field. invokes LookupTask.uix)
    4) TaskId1 (hidden form field. tied to field Task Name1)
    5) TaskId2 (hidden form field. tied to field Task Name2)
    6) TaskId3 (hidden form field. tied to field Task Name3)
    the way I intend to have the LOV work is as follows:
    The three Task Name input fields are populated by using the same LOV page LookupTask.uix. The user will select a task name from the LOV page.
    When the user invokes the LoV against the TaskName1 field, and selects a value from the LoV and closes it, then it should transfer the task name from the LoV to the Task Name1 field and the corresponding task id to TaskId1 hidden field on the input page. If the LoV was invoked from the TaskName2 field, then the lookup values should be transferred to the TaskName2 and TaskId2 fields correspondingly.
    I am able to make it work if there is just one pair of field, i.e. TaskName1 and TaskId1. I'm not able to make it work with multiple fields served by the LOV window.
    any suggestions on making this work will be greatly appreciated.
    thanks
    Lalit Agarwal

    Lalit -
    Have you tried setting the onLovSelect attribute on the lovInput to a javascript callback function that populates the hidden form fields?
    Matt Lee
    UIX Team

  • Is there a plug-in that provides a better mixing interface?

    Hello,
    I love GarageBand 2, but was wondering if there might be a way to get a slightly more user friendly mixing interface, with the standard vertical faders.
    Thanks for any help.
    Chris
    iMac G5 2.0 GHz 2GB RAM; PowerBook G4 15 1.67 GHz 1BG RAM   Mac OS X (10.4.2)  

    The only controller designed for (and working with) GB is the M-Audio iControl. It doesn't have faders for the volume, but knobs. Which isn't really important, since GB doesn't have any automation capabilities - if you want to vary the volume of a track in your song, you have to use the cumbersome volume curves.

  • How to write c wrapper it containing callback functions

    hi here shambhu below call can be containing some call back functions ,how can create wrapper for this,please suggest me
    _export int GDSRegisterStation(char *sPort, char* sPanel, int iStation, GDSCallback lpGDSTaskCall); /*
    This call hooks up user application onto the GDS environment. From this point on, the GDS application has continuous, concurrent access to the virtual machine representing the test system. As multiple independent test systems may be hooked onto the same host computer, the call needs to specify a "Port" (unsigned uPort) to which GDS memory access is sought. Character string sPanel (up to 63 chars) identifies the calling GDS task to the Virtual Machine. This entry will assist the System Manager in monitoring active GDS tasks by their assigned names. As multiple test stations (each with one or more control channels) may be associated with the same controller, (int) iStation specifies the station to which this application will be connected. (GDSCallback) lpGDSTaskCal specifies the subroutine in the user application that is to be installed as the real-time callback into the Virtual Machine. From this moment on, the specified subroutine will be automatically called by the Virtual Machine to periodically All subsequent calls to the GDS library will apply to this Station and its control channels. This call is made only once and prior to other GDS calls. 0 is returned upon normal completion -1 is returned if the call was a failure due to absence of GDS space associated with the call. Make sure station is connected and On-Line and make sure Port No was correct in the call -2 is returned if the application was already registered by a previous call

    You will have to write a wrapper DLL in C which converts the callback event into a LabVIEW compatible event. The most versatile way would be to generate a user event with the PostLVUserEvent() LabVIEW manager function. Callback functions are however an advanced C programming construct, so you should definitely have a pretty decent understanding of C programming before starting this endeavour. Otherwise you end up with a not working solution or maybe even worse, one that seems to work sometimes but doesn't really do the right thing.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • How do you recover laptop that has no function keys or CD?

    My less then 6 months old Satellite c855-s5350 laptop turns on, the logo comes, and then it goes to a black screen with nothing but the white arrow (curser)....thats all there is...so...im guessing i need to recover this
    But there is no cd....and no function buttons on this keyboard (this laptop doesnt come with the F1 - F12 buttons), so how do yo u recover?
    By the way, I tried presszing zero while turning it on...doesnt work...please help....

    Hi! You start by reading your user guild found here.
    http://forums.toshiba.com/t5/Windows-8-Knowledge-Base/What-can-I-do-if-my-Windows-8-laptop-won-t-sta...
    Dokie
    I Love my Satellite L775D-S7222 Laptop. Some days you're the windshield, Some days you're the bug. The Computer world is crazy. If you have answers to computer problems, pass them forward.

  • How I can make so that the other functions of my magic mouse work?

    I can only use the right-click and the left-click, I can't scroll or swipe. When I click on the system preferences, i can't costumize the way my mouse works as I wish.

    Without knowing what changes you made it's impossible to say what you can do to fix it, but I would suggest checking two things in the Preferences menu:  first, under the Parental Controls, make sure you haven't disabled any of the areas that won't play; second, go into the Sharing area and uncheck the "Share library on my local network" box, then go back to the main library and see if the songs will play.

  • How to write FCP Plug-ins - Anybody Know?

    I'm thinking I'd like to learn how to write Plug-ins for Final Cut Pro. What's a good online source that might teach me how to do that?

    Do you know C, Brian?
    The difficulty I find with FxPlug authoring is that, unlike FxScript, you have to write everything.
    In other words, if you want to blur an image, in FxScript, just pass your image to the Blur (or BlurChannel) routine:
    Blur(bimage, Dest, radius, aspectof(Dest))
    in FxPlug? You'll have to write a blur routine... how up are you on your Gaussian Blur algorithms?
    Same with keying - need to do a chroma key? In FxScript:
    RGBColorKey(src1, buf1, red, redsoft, green, greensoft, blue, bluesoft, softness, 1);
    How are you at writing an RGB keyer in C?
    I've only written one or two FxPlug plugins because of these limitations...
    Patrick

  • How to write Parallel DML in 2 node RAC Cluster

    Any ideas on how to write a DML that will run on a two node cluster in parallel? I would like to scale a DML statement within a RAC environment. Thanks

    Check out [this article|http://www.oracle.com/technology/pub/articles/conlon_rac.html].

  • How to write a java function for use in where clause in SQL statement

    Hi,
    Does anyone know a good tutorial on how to write and include a Java class/function into Oracle.
    I'd like to write mathematical function to use in my queries, but the resources available in PL/SQL are very limited.
    Many thanx

    Pim,
    I see you got an answer in the PL/SQL forum.
    But in case you haven't seen it, perhaps this Web page will help:
    http://www.oracle.com/technology/tech/java/jsp/index.html
    Good Luck,
    Avi.

Maybe you are looking for

  • Problem with Cross-tab report (RTF Template) null values, current-group()

    Hi, experts! I generate Cross-tab report using RTF Tamlpate and I have problem with grouping. My XML file have to be with one group only because I want to using dynamic regrouping inside the RTF template. Here is my data structure (XML file):(Look th

  • OS hang on permissions repair--help!

    Hi all- My Mac Pro started locking up the other day. The cursor still moved, but everything else frozen. It would happen consistently within about 5 minutes of finishing the booting process. There'd be some disk activity for about five minutes and th

  • Export for iPhone 4

    In the past I've exported full QT files and converted them in MPEG Streamclip for display on iPhone. To take advantage of the hi-rez screen on the iPhone 4, what settings should I change?

  • Number of zones running on machine

    May be this has been answered before. How to find out number of running zones on given machine?

  • Logic express on windows?

    Isit possible for me to install logic express on my windows pc aswell (the screen is 24" much bigger than macbook!) and transfer between the two without losing anything apart form apple loops? I most probably will just connect my mac to the screen as