quote:
Originally posted by CookieRevised
Simply don't reload the plugins until the user has clicked ok on the messagebox, it's that simple...
instead of:
ReloadPlugins
MsgBox "click here"
do:
MsgBox "click here"
ReloadPlugins
The idea is to unload all plugins including the caller one for updating or any other reason... so the command must be called from another dll that is not a plus pluginsto that Plus! will not unload it, when the command is called...
I have examined TB's plugin and fould an embeded plugin inside which is used to produce the nice message i wanted all along
So i can say that i have accomplished my objective