Making Plugins

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • victorsk

    #1

    Making Plugins

    Hello,

    Is there a way to write a plugin for a Windows program in VB? I need to
    make it so when a program starts, it starts with custom-made functionalities .
    I already have a way to export functions to make a DLL but I need to find a
    way so that the parent program calls these functions when it starts. Any
    suggestions?

    Thank you,
    Victor.
  • Ken Tucker [MVP]

    #2
    Re: Making Plugins

    Hi,

    http://msdn.microsoft.com/msdnmag/is...s/default.aspx

    Ken
    ----------------
    "victorsk" <victorsk@discu ssions.microsof t.com> wrote in message
    news:71D65FD7-301D-4AE8-BEAE-BDF99636134A@mi crosoft.com...
    Hello,

    Is there a way to write a plugin for a Windows program in VB? I need to
    make it so when a program starts, it starts with custom-made
    functionalities .
    I already have a way to export functions to make a DLL but I need to find a
    way so that the parent program calls these functions when it starts. Any
    suggestions?

    Thank you,
    Victor.


    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: Making Plugins

      "victorsk" <victorsk@discu ssions.microsof t.com> schrieb:[color=blue]
      > Is there a way to write a plugin for a Windows program in VB? I need to
      > make it so when a program starts, it starts with custom-made
      > functionalities .
      > I already have a way to export functions to make a DLL but I need to find
      > a
      > way so that the parent program calls these functions when it starts. Any
      > suggestions?[/color]

      If the main application is written in .NET and you have the source code, you
      may want to take a look at the samples below:

      <URL:http://www.dnetmaster. net/source/SimplePlugins.z ip>

      LiveCode.NET
      <URL:http://www.codeproject .com/csharp/livecodedotnet. asp>

      PlugIns
      <URL:http://dotnet.mvps.org/dotnet/samples/codingtechnique/PlugIns.zip>

      --
      M S Herfried K. Wagner
      M V P <URL:http://dotnet.mvps.org/>
      V B <URL:http://classicvb.org/petition/>

      Comment

      • victorsk

        #4
        Re: Making Plugins

        Thank you very much. I also found this site while trying to figure out ways:



        Victor

        "Herfried K. Wagner [MVP]" wrote:
        [color=blue]
        > "victorsk" <victorsk@discu ssions.microsof t.com> schrieb:[color=green]
        > > Is there a way to write a plugin for a Windows program in VB? I need to
        > > make it so when a program starts, it starts with custom-made
        > > functionalities .
        > > I already have a way to export functions to make a DLL but I need to find
        > > a
        > > way so that the parent program calls these functions when it starts. Any
        > > suggestions?[/color]
        >
        > If the main application is written in .NET and you have the source code, you
        > may want to take a look at the samples below:
        >
        > <URL:http://www.dnetmaster. net/source/SimplePlugins.z ip>
        >
        > LiveCode.NET
        > <URL:http://www.codeproject .com/csharp/livecodedotnet. asp>
        >
        > PlugIns
        > <URL:http://dotnet.mvps.org/dotnet/samples/codingtechnique/PlugIns.zip>
        >
        > --
        > M S Herfried K. Wagner
        > M V P <URL:http://dotnet.mvps.org/>
        > V B <URL:http://classicvb.org/petition/>
        >
        >[/color]

        Comment

        • Carlos J. Quintero [.NET MVP]

          #5
          Re: Making Plugins

          http://msdn.microsoft.com/asp.net/co...nframework.asp

          http://msdn.microsoft.com/asp.net/co...forplugins.asp

          --

          Best regards,

          Carlos J. Quintero

          MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
          You can code, design and document much faster.
          Free resources for add-in developers:
          MZ-Tools has a single goal: To make your everyday programming life easier. As an add-in to several Integrated Development Environment (IDEs) from Microsoft, MZ-Tools adds new menus and toolbars to them that provide many new productivity features.


          "victorsk" <victorsk@discu ssions.microsof t.com> escribió en el mensaje
          news:71D65FD7-301D-4AE8-BEAE-BDF99636134A@mi crosoft.com...[color=blue]
          > Hello,
          >
          > Is there a way to write a plugin for a Windows program in VB? I need to
          > make it so when a program starts, it starts with custom-made
          > functionalities .
          > I already have a way to export functions to make a DLL but I need to find
          > a
          > way so that the parent program calls these functions when it starts. Any
          > suggestions?
          >
          > Thank you,
          > Victor.[/color]


          Comment

          Working...