Examples?
"Michel Posseth [MCP]" <
[email protected]> skrev i meddelandet
I do not see anny problems in doing that ,as you can create menu items
in runtime
so you could initiate your plugin with the help of a interface and
reflection , in this interface you should create a generic mechanism
that builts the
menu item for the plugin , a event would in my opinion be the best
solution but you could also do it with a method or property to be
called by the callee
To invoke the at compile time of the invoker unknown methods ( the
methods that are going to be invoked in the plugin by selecting the
menu items that ere dynamicly generated by the event ) i use CallByname
http://msdn.microsoft.com/en-us/library/chsc1tx6(VS.80).aspx
In C# i would not have anny idea how to do this in a simular easy way
( without setting a refernce to the Microsoft.VisualBasic.dll )
regards
Michel Posseth
"Tomas Andersson" <
[email protected]> schreef in bericht
Does anyone have a good guide to build plugins for vb .net forms
applications.
Specificly if there is a way to have a menu in the form and add items
to the menu from the plugins that loads.
the plugin should also have some functions accessed by the menu items
Any info would be good