tbwin.dll release history

--
v0.3

  * GetTBInfo now returns the correct dimensions of the toolbar even if no
    @windows are attached yet.
    
  * Updated to work with mIRC 6 and Windows XP.  Please note that with mIRC 6,
    you will probably want to use the -B switch when creating your windows.
    
  * Fixed dumb typo in the demo script.

--
v0.2

  * tbwin.dll now peacefully resides with tbtray.dll (v0.3+).  This means you 
    can use them both at the same time with no restrictions on the order that
    they must be loaded/unloaded.
    
  * Fixed $tbmouse identifier not working as planned.  It's now changed to the
    format $tbmouse(x/y/key/hover/win).
    
  * tbwin.dll now supports multiple windows simultaneously.  As a result, many
    things have been changed:

    Commands changed:
      Detach [@window]    
      OnMouse [@window] <event> [/command]
    
    New command:
      Select <@window>
      
    Select sets the active window, which is used if the @window parameter is
    omitted in the above commands.
    
    GetMouse / $tbmouse(win).  New property 'win', which returns the name of the
    window that triggered the event.
        
  * You no longer need to use a window handle to attach windows; instead, you
    can use just the name (eg, @window).  Both work in this version, though...
    
  * tbwin.dll no longer allows you to attach desktop windows or dialogs.
  
  * Made a workaround for a mIRC bug regarding relative paths and $dll().  See
    the dll comments for the variable NeedUnload for more information.
  
  * Read readme.txt for revised information...

--
v0.1 - First public release