Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Start command minimized to system tray #46

Closed
fubar-1 opened this issue Jun 4, 2020 · 2 comments
Closed

Feature request: Start command minimized to system tray #46

fubar-1 opened this issue Jun 4, 2020 · 2 comments

Comments

@fubar-1
Copy link

fubar-1 commented Jun 4, 2020

I have a primitive little network monitoring script that currently runs minimized at startup. I want to get it off the taskbar. Rather than run as a hidden task scheduler job which deprives it of desktop UI notifications, I would like to simply be able to run 'rbtray X' where X is an arbitrary command line that I can specify (in this case run a batch file). This would get the script out of the visible UI until an event triggers an alert.

I see a lot of requests for "start in tray" questions online so this new enhancement might be popular.

From a glance, all that seemingly needs to happen is a method to pass the command line arguments into an exec() call of some sort, grab the window handle created, then send that handle the minimize to tray windows message.

To me, ideally this behavior would take over the left-click minimize behavior of the window and would minimize it back to the notification area with no right-click required.

@benbuck
Copy link
Owner

benbuck commented Jun 4, 2020

Hi @Dave--G,

Agreed, this would be a nice feature. I think it's the same request as issue #20, so I'm closing it as Duplicate. Please let me know if you think it's different.

Thanks,
Benbuck

@benbuck benbuck closed this as completed Jun 4, 2020
@fubar-1
Copy link
Author

fubar-1 commented Jun 4, 2020

Thanks for the feedback, I missed that issue. Is the feature actively being worked on or do you suggest I fork & do it myself? I have Win32/64 API & windows message experience but not a lot of spare time...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants