mTips.dll by Andy

Basic Description:
A DLL which when loaded will mimic Visual Studio's parameter tooltips for mIRC identifiers in the scripts editor.

Loading the DLL - To start using mTips, simply type the following in mIRC:

//echo -a $dll(<pathtodll>,HookEditor,0) - Returns "S_HOOKED" or "E_ALREADY_HOOKED"

	OR

/dll <pathtodll> HookEditor

Unloading the DLL - If you want mTips to stop displaying tooltips type this:

//echo -a $dll(<pathtodll>,UnhookEditor,0) - Returns "S_UNHOOKED" or "E_NO_HOOK_SET"

	OR

/dll <pathtodll> UnHookEditor

Notes:
I'd recommend using $dll for now to check the return values then move on to /dll when you're happy you're not experiencing any problems.

What I personally do is put the command in an on START in the scripts editor to save me having to type it every time mIRC starts, it feels more built in that way too.

Thanks to Jigsy for letting me know about a couple things I forgot, and thanks to the people of #genscripts for all the input.

Bugs/Comments/Suggestions:

If you find any bugs or wish to comment or suggest something to do with the DLL please feel free to e-mail me at palmer.andy@gmail.com

Enjoy, Andy