I start my program in background and it intercept clipboard, and when it do it main window should apear. So, I use hide() and show(). But my program only apears on task bar (with orange colour under XP). And I can't find way to show window. My program window is show favlesly when I use right mouse menu on tray icon (with the same function show()). In perfect scenario main window of my program should apear with out focus (which should remain in previous application). I have many programs which shows various smal windows when some events ocurs (so I think it is feasible).
So: How to raise program from tray with out direct user action?
Bookmarks