Page 1 of 1

Posted: Thu Oct 31, 2002 3:19 pm
by BackupUser
Restored from previous forum. Originally posted by Kendrel.

I have recently tried some pb commands i havent used yet,and while playing around with all that tray stuff i was wondering if there is a chance to add a foreign running programming to tray.

it seems that windowid() just return the handle of the window, and so i used findwindow_ to get the handle of the programm, but then it seems that i cannot send it to the tray.

maybe its a dumb question, and probably it is only possible to send the own up into the tray... but if there is a way or any tips to do it, then let me know please.

So long...

Posted: Thu Oct 31, 2002 6:59 pm
by BackupUser
Restored from previous forum. Originally posted by Kendrel.

No more help needed on this one!

I have worked out a workaround by just retrieving the handle of the window (findwindow_) and then just hide/show that window by using setwindowpos_

this way i can hide the every app from the task bar...

thx for attention!