Shoutbox

[help] using dll - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: [help] using dll (/showthread.php?tid=75900)

[help] using dll by MrT on 07-06-2007 at 09:18 AM

hi.
i trying ballonn tips and i have a dll but Plus can't find function :S
i don't know dll very well.

here is my code:

code:
Interop.Call(MsgPlus.ScriptFilesPath + "\\tray.dll","Notify","text","title","tip");

you can download dll from here:
http://www.teebo.com/tssTrayNotify.htm
RE: [help] using dll by Ezra on 07-06-2007 at 09:38 AM

You don't really need a dll for the NotifyIcon Balloon Popup, you can just use the Windows API.

http://msdn2.microsoft.com/en-us/library/ms647738.aspx


RE: [help] using dll by vikke on 07-06-2007 at 11:54 AM

Are you sure the DLL has an export called Notify?

Ezra: I don't think you can handle C structs in JScript easily.


RE: [help] using dll by ShawnZ on 07-06-2007 at 11:55 AM

quote:
Originally posted by vikke
Ezra: I don't think you can handle C structs in JScript easily.

you can with plus scripting... there's an object for them
RE: [help] using dll by Volv on 07-06-2007 at 04:24 PM

The DLL you're using is an ActiveX dll:
http://shoutbox.menthix.net/showthread.php?tid=62676&pid=690561#pid690561