Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. Change application description at run-time

Change application description at run-time

Scheduled Pinned Locked Moved Visual Studio
jsonworkspace
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    coleydog
    wrote on last edited by
    #1

    Hello all, I'm sure this must be straight forward, I am just don't know where to look. I've tried googl'ing but can't figure out a precise search criteria to hone in on what I need. I've looked in the Application class and the Environment class to no avail. What I wish to do is change the application description (as appears in the description column of task manager) to reflect the particular action that the application is performing. I now it's possible because internet explorer does exactly that with web pages. Pointing me to the appropriate class or P/Invoke API call would be most appreciated. Thanks in advance, David.

    D 1 Reply Last reply
    0
    • C coleydog

      Hello all, I'm sure this must be straight forward, I am just don't know where to look. I've tried googl'ing but can't figure out a precise search criteria to hone in on what I need. I've looked in the Application class and the Environment class to no avail. What I wish to do is change the application description (as appears in the description column of task manager) to reflect the particular action that the application is performing. I now it's possible because internet explorer does exactly that with web pages. Pointing me to the appropriate class or P/Invoke API call would be most appreciated. Thanks in advance, David.

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      There's no special API for this. All it is is the text of the window title.

      myForm.Text = "something that shows up in TaskManager"
      

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups