4

Does anyone know if it is possible (and if it is, how?) to put a Shoes application in MS Windows system tray?

Something like using minimize to put the window to system tray.

Edu
  • 1,949
  • 1
  • 16
  • 18

3 Answers3

6

done! with green shoes, see sample54.rb

raubarede
  • 423
  • 3
  • 6
2

A far as I know you'll have to mess with win32api (function Shell_NotifyIcon in shell32). This discussion might get you started.

steenslag
  • 79,051
  • 16
  • 138
  • 171
2

You cannot do this with Shoes, currently.

Steve Klabnik
  • 241
  • 1
  • 2