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. C#
  4. How to display windows application and windows service in System try

How to display windows application and windows service in System try

Scheduled Pinned Locked Moved C#
csharptutorialworkspace
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.
  • R Offline
    R Offline
    Rajesh_K_Sharma
    wrote on last edited by
    #1

    Hi, I have window application and windows service in C#. I want to display both application in System tray. I want to handle service like start ,service start up, stop using system tray . I would like to know how to create setup on project so that service can installed and it display in system try. with in system try I want to display one menu for open windows application. I want to merger windows application and windows service in one application and want to create setup .When we install setup ,service should be installed and it should displayed in System try. Please give me any idea !!!!!!

    rajesh

    M 1 Reply Last reply
    0
    • R Rajesh_K_Sharma

      Hi, I have window application and windows service in C#. I want to display both application in System tray. I want to handle service like start ,service start up, stop using system tray . I would like to know how to create setup on project so that service can installed and it display in system try. with in system try I want to display one menu for open windows application. I want to merger windows application and windows service in one application and want to create setup .When we install setup ,service should be installed and it should displayed in System try. Please give me any idea !!!!!!

      rajesh

      M Offline
      M Offline
      mfinky
      wrote on last edited by
      #2

      Partial Answer. Q: How to show an Icon for a running Windows Forms application? A: Use the NotifyIcon control. You can find it in the Toolbox. Steps: Create a Windows forms application. Add a "notifyIcon" control (.Net component). Assign an icon to your notifyIcon control. Make sure the notifyIcon.visible property is true. HTH, Marcelo

      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