Sending foreign apps to tray?!

Just starting out? Need help? Post your questions and find answers here.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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...
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post 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!
Post Reply