Creating and Utilising Plugins

Cheetah

Well-known member
Joined
Oct 12, 2006
Messages
232
Programming Experience
Beginner
Hi there,

I am creating an application that uses searches to query different sites to get information.

I would like this to have functionality for plugins so the user can create a plugin that would search a different site, but it would be for the same information.

Ideally what I would like to be able to do, is search the application directory for any .DLLs that have a specific search algorithm, allow the user to choose the algorithm and it run and return the results.

How would i go about doing this?

Thanks.
 
Back
Top