uTools.dll v2b36
Copyright (C) 2001 Lathiat

This DLL is written to provide functions for mirc in a DLL which give you access to a number of thigns mirc doesnt do itself

ToggleBar:
This function toggles the state of the mIRC menubar from hidden to shown and back again
  dll uTools.dll ToggleBar NULL
  returns: S_OK <action>
    action is HIDDEN or SHOWN

MenuBarState:
This function returns the state of mircs menubar (HIDDEN or SHOWN)
  $dll(uTools.dll,MenuBarState,NULL)
  returns: S_OK <state>
    state is HIDDEN or SHOWN

KMBhwnd:
This functions kills the menubar of the window whos HWND is the one specified
  dll uTools.dll KMBhwnd <hwnd>
  returns: S_OK HIDDEN

GetMircTitle:
This functions allows you to get the text in the mirc titlebar
  $dll(uTools.dll,GetMircTitle,NULL)
  returns: S_OK <titletext>

SetMircTitle:
  dll utools.dll SetMircTitle <text>
  returns: S_OK SET

GetTitle:
This function allows you to get the text of the titlebar of a specified HWND
  $dll(utools.dll,GetTitle,HWND)
  returns: S_OK <titletext>

GetWindowsDir:
This function returns the path to the windows directory
  $dll(utools.dall,GetWindowsDir,NULL)
  returns: S_OK <path>

GetSystemDir:
This function returns the path to the windows system directory
  $dll(utools.dall,GetSystemDir,NULL)
  returns: S_OK <path>

DLLInfo:
This function returns the DLL name, version and author information
  $dll(uTools.dll,DLLInfo,NULL)
  returns: S_OK <DLL Info>

UnloadDll:
This function unloads the DLL from memory
NOTE: You will be unable to restore the menubar when you unload the DLL
  dll utools.dll UnloadDLL NULL
  returns: nothing

I would like to greatly thank;
  danielson - Lots of help in coding this DLL, like the most thanx!
  DragonZap - Helping me lots too with programming mirc DLLs
  dohcan - Some insight into C

- Lathiat <Lathiat@subdimension.com>

