Proces-name in Task Manager

  • Thread starter Thread starter DraguVaso
  • Start date Start date
D

DraguVaso

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
 
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
 
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
 
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
 
* "DraguVaso said:
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.
 
Back
Top