When you select debug / attachment in Visual Studio, the "Heading" column is displayed in the dialog that is displayed by default. Shows captions of main window related to For example, it might appear that "it was a dark and stormy night - notepad".
How can I set this field to an application that does not have main window (like Windows Service)?
I have many services running with the same executable name, and I want to be able to easily distinguish between them when I add them.
c: \ windows \ system32 \ inetsrv This app does not give you a title, but when it is attached
Comments
Post a Comment