KillMenuBar v1.2 by Lathiat < Lathiat @ windows-sucks.com >

The purpose of this DLL is to hide the mIRC menubar

Usage 1:
Hides the mIRC menubar

/dll kmb.dll KillMenuBar NOT_USED
or
//echo -a $dll(kmb.dll,KillMenuBar,NOT_USED)
Returns: S_OK <DLLINFO>

Usage 2:
Kill a specified hWnd's menubar (you shouldnt need to us this and is untested)

/dll kmb.dll KMBpass <hwnd>
or
//echo -a $dll(kmb.dll,KMBpass,<hwnd>)
eg /dll kmb.dll KMBpass $dialog(testdlg).hwnd

Usage 3:
Returns the DLL Info of this DLL
//echo -a $dll(kmb.dll,DLLInfo,NOT_USED)

If you use $dll, the functions will return S_OK or S_ERR, in form with Necroman's DLLs and I encourage other DLL writers to do the same

DISCLAIMER: I take no responsibility for this DLL, if it makes your computer blow up and take the universe with it, its not my problem.

Have fun ;o)