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. WPF
  4. App WPF

App WPF

Scheduled Pinned Locked Moved WPF
csharpquestionvisual-studiowpfhelp
2 Posts 2 Posters 13 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.
  • N Offline
    N Offline
    Nelson1965
    wrote on last edited by
    #1

    Estoy haciendo una App(WPF) en Visual Studio 2022, mi pregunta es la siguiennte: quisiera que las ventanas que abro no aparezcan en el Administrador de Tareas, es una App que inicia con el sistema y al cerrar sesión a apagar la computadora me dice que hay ventanas abiertas, eso es lo que no quiero, si alguien me puede ayudar?, gracias Translation: I'm making an App(WPF) in Visual Studio 2022, my question is the following: I would like the windows I open not to appear in the Task Manager, it's an App that starts with the system and when I log out to turn off the computer it tells me that there are open windows, that's what I don't want, if someone can help me?, Thank you

    R 1 Reply Last reply
    0
    • N Nelson1965

      Estoy haciendo una App(WPF) en Visual Studio 2022, mi pregunta es la siguiennte: quisiera que las ventanas que abro no aparezcan en el Administrador de Tareas, es una App que inicia con el sistema y al cerrar sesión a apagar la computadora me dice que hay ventanas abiertas, eso es lo que no quiero, si alguien me puede ayudar?, gracias Translation: I'm making an App(WPF) in Visual Studio 2022, my question is the following: I would like the windows I open not to appear in the Task Manager, it's an App that starts with the system and when I log out to turn off the computer it tells me that there are open windows, that's what I don't want, if someone can help me?, Thank you

      R Offline
      R Offline
      Richard Deeming
      wrote on last edited by
      #2

      Nelson1965 wrote:

      I would like the windows I open not to appear in the Task Manager

      The dream of malware authors everywhere! No, you can't hide your application from the task manager. At least not without writing and installing a "rootkit", which will get your application banned with extreme prejudice.

      Nelson1965 wrote:

      when I log out to turn off the computer it tells me that there are open windows

      You don't need to hide your application from the task manager to avoid that. Any normal application will shut down when the user logs out. If you need to do something special when that happens, subscribe to the Application.SessionEnding event[^].


      "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

      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