How to make programs that allow plugins

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • daniel aristidou
    Contributor
    • Aug 2007
    • 494

    How to make programs that allow plugins

    Hi guys...i was wondering how to make programs that allow plugins.... and how to create a plugin for my program.
    can anyone help me......also do plugins have to be written in the same programming language? as the program?
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    what sort of program you are designing ?

    Comment

    • daniel aristidou
      Contributor
      • Aug 2007
      • 494

      #3
      well i dont have a specific program .... however i would like to be able to make add ins for a database......w hich will allow the user new reports ect without having to update the database.....

      Comment

      • debasisdas
        Recognized Expert Expert
        • Dec 2006
        • 8119

        #4
        I didn't get you.

        What do you mean by add ins for a database...... ???

        You are designing an application or database ?

        Comment

        • daniel aristidou
          Contributor
          • Aug 2007
          • 494

          #5
          Well its a database.
          With forms....create d in vb........ sql backend
          i want to use add ins for printing....... so a user can download a new addin if they want it..... and use it to print special reports that add in provides...

          Comment

          • Ali Rizwan
            Banned
            Contributor
            • Aug 2007
            • 931

            #6
            ll the addons provide different printing styles or anything else?????

            >> ALI <<

            Comment

            • daniel aristidou
              Contributor
              • Aug 2007
              • 494

              #7
              Originally posted by Ali Rizwan
              ll the addons provide different printing styles or anything else?????

              >> ALI <<
              Sorry took long time to reply.......hol iday :)
              Yep.......
              Diff print styles...but more importantly a different analysis of data.

              Comment

              • sierra7
                Recognized Expert Contributor
                • Sep 2007
                • 446

                #8
                Hi
                I believe that you can write an app as an mdb file then change extension to mba and then add it into Access.
                Check out http://www.databasedev.co.uk/access-add-ins.html

                In the past I have also resorted to writing a report or two in a separate app linked to the main database. Can get untidy if there are many such reports needed but useful if you want to restrict who has the new report without invoking user level security.

                S7

                Comment

                Working...