in reply to Tk/Win32 "Dockable Windows"

The search terms are msdn application toolbar. Basically, you will have to call some Windows API to make your mainwindow into an Desktop Application Toolbar. Using Application Desktop Toolbars has a discussion of the whole thing, you will have to adapt the API calls to Perl yourself - I recommend Win32::API for that, if there are no provisions made in Tk (or some other Win32 module already.

Replies are listed 'Best First'.
Re^2: Tk/Win32 "Dockable Windows"
by boblawblah (Scribe) on Feb 12, 2008 at 07:36 UTC
    Great, thank you. This is exactly what I needed.
      Hi,

      Can somebody provide perl code example?

        Hi,

        Can somebody provide perl code example?

        I would like to do simple "to-do list" with Dockable Window.