If im writing an application using a plugin model, what power do i have, im like getting confused to what can be done with plugins...
ok so, say for example ive made my app and the first .exe is the host to the plugins, some of the features of the .exe will be already there for the user.
So ok my customer decides to buy a Human Resources Plugin for example, So the setup installer for this plugin simply sticks the dll in the plugins folder, now when he opens my app(host) it checks to see what plugins are installed by searching the plugins directory. I guess here i would have to code the menu items
ie = (below code is just a example- it wont work)
If pluginame = "HumandResources" then
mainMenu.button17.visable = true
End if
ok so my host application shows the menu items to the win forms within my plugin. My main real question is = Would i code the HR forms within the vb.class plugins so when it calls a interface of a certain HR dll it will load the form from that interface.
If this is how the forms are loaded can someone give me examples of the form code to go into the interface.......
I guess this whole thing is a massive concept and would need more QandA that can be provided on a forum, So if any of your nice people would like to advise and help me on this my MSN is [email protected] please feel free to add me to your list and advise me of stuff ref this....
Many Thanks
Carl Blanchard
