|
-
Jun 26th, 2000, 06:59 PM
#1
Thread Starter
Fanatic Member
I have created a program that does various functions. I would like to now separate these functions and the dialog controls associated with them into plugins. This way I can give the end user just the plugins that they need. Below is the process that I was going to try:
1. Move all of the dialog controls and procedures associated with this function into a DLL.
2. Modify the main program so that it looks in the plugin directory for any functions and then add the dialog controls to the main dialog.
Is this the correct way of going about this? Do you have any helpful words of advice before I embark on this?
-
Jan 16th, 2002, 03:10 AM
#2
Try this post (yeah, it's one of mine - I had a couple of long discussions about creating a plugin model a while ago, and while I'm bored - hence clicking you sig link - I'm not that bored as to want to write it all out again )
http://www.vbforums.com/showthread.p...ghlight=plugin
I'm more than happy to chat about expanding the plugin model out - since I wrote that sample project, I've redeveloped to the model substantially to support dynamic form loading and inter-plugin communication.
- gaffa
-
Jan 16th, 2002, 03:37 AM
#3
I didn't realise how old this post was until I looked at the date... whoops....
- gaffa
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|