Hi,

I want to change the name of my application in the list of Processes in the
Taks Manager. But whatever I change, it stays the same. I changed the
AssemblyTitle, the Solution-name, the Project-name, the Root Namespace, the
Project File, but none of these changes had any effect...

Does anybody where I can find it?

Thanks a lot in advance!

Pieter

Re: Proces-name in Task Manager by Mattias

Mattias
Wed Jul 14 03:55:06 CDT 2004

>I want to change the name of my application in the list of Processes in the
>Taks Manager.

That should be the same as the executable file name, which you set in
the project properties dialog box.



Mattias

--
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.

Re: Proces-name in Task Manager by Richard

Richard
Wed Jul 14 04:11:39 CDT 2004


Hi Pieter

You'll set the name in Project Settings Assembly name. This determines the
name of the assembly which when executed (if an .exe) becomes the process
name.

hth
Richard



Re: Proces-name in Task Manager by Cor

Cor
Wed Jul 14 04:10:01 CDT 2004

Hi Pieter,

When I took a short look I got the idea that it is with a form the text name
of the current form

Cor



Re: Proces-name in Task Manager by hirf-spam-me-here

hirf-spam-me-here
Wed Jul 14 05:04:48 CDT 2004

* "DraguVaso" <pietercoucke@hotmail.com> scripsit:
> I want to change the name of my application in the list of Processes in the
> Taks Manager. But whatever I change, it stays the same. I changed the
> AssemblyTitle, the Solution-name, the Project-name, the Root Namespace, the
> Project File, but none of these changes had any effect...

You can only change this name by changing the name of your executable.
As you can see in the "Processes" tab, the name of the executables is
used there.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>