Process C#| How To Make A Process Into system tray -


so, have process running in c#, , want make system tray. possible?

this code using:

process proc = process.start("xxxx"); 

it process control whether should show task on taskbar, or in notification area; such, couldn't control process you're starting unless documents command line option purpose.

of course, can control own winforms applications using components such notifyicon component (part of .net framework).


Comments

Popular posts from this blog

python - Why doesn't list have safe "get" method like dictionary? -

razor - Is this a bug in WebMatrix PageData? -

sql server - Stored procedure -