Is there a way to load / unload a script from another application, without having the confirmation box when loading a *.plsc file ?
With the plugins, I used (Delphi code) :
code:
hPluginChange := RegisterWindowMessage('MessengerPlus_PluginChange');
PostMessage(HWND_BROADCAST, hPluginChange, 0, 0);
But what can I do for scripts ?