Making Plugins

G

Guest

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.
 
K

Ken Tucker [MVP]

Hi,

http://msdn.microsoft.com/msdnmag/issues/03/10/Plug-Ins/default.aspx

Ken
----------------
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.
 
H

Herfried K. Wagner [MVP]

victorsk said:
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?

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.zip>

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

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top