I googled some and found that in the AssemblyInfo.cs file you can set assembly information:
[assembly: AssemblyTitle( "MyAssembly" )] [assembly: AssemblyDescription( "Description of MyAssembly")] However I need to be able to set this dynamically in runtime (because I dont want the same description everytime I start up the application). I actually have another application A which only purpose is to start application B and then exit. Perhaps application A could set the description for B somehow before launching it? Is this possible you think? Regards Marcus On 18 Maj, 08:57, Marcus <[email protected]> wrote: > Thanks > Now I am able to change the description of my process. This is > better... > > The best however would be if I could set this programmatically or by > some Windows tool with CLI so that I can set this from code. Is this > possible? > > Regards > Marcus > > On 17 Maj, 07:50, "Shameem A. Sathar Thalapurath" > > > > <[email protected]> wrote: > > In .Net Windows Application, Goto Properties/Application/Assembly > > Information, Here you can put your description. > > > Please do not jump with insulting remarks before reading question properly. > > > Best Regards, > > Shameem. > > > > Date: Sun, 16 May 2010 22:12:27 -0700 > > > Subject: [DotNetDevelopment] Re: How can I set the description of my > > > process > > > From: [email protected] > > > To: [email protected] > > > > OHOHO ... you want to change PID/ user name for your process ????????? > > > > One easy way to do that will be using winVista DDK not .NET :) > > > > On May 16, 2:44 pm, Marcus <[email protected]> wrote: > > > > When using the Windows Task Manager to look at all processes running > > > > on the computer, one can see columns for processname, PID, user, > > > > description, ... > > > > > How can I set this description of my application? > > > > > I am using c# and VS2008 > > > _________________________________________________________________ > > Hotmail is redefining busy with tools for the New Busy. Get more from your > > inbox.http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTA...Dölj > > citerad text - > > > - Visa citerad text -- Dölj citerad text - > > - Visa citerad text -
