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

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -