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. Manipulating taskbar right click applicatin menu

Manipulating taskbar right click applicatin menu

Scheduled Pinned Locked Moved C#
question
5 Posts 3 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.
  • A Offline
    A Offline
    Andreas X
    wrote on last edited by
    #1

    Hi! I need to remove Application launch and "Pin this application to taskbar" from the taskbar context menu for an application. Reason is that the application cannot start standalone, it must be feed with information from another application. Does anyone know how?

    Andreas Johansson
    Senior software developer at Tieto Sweden

    L Richard DeemingR 2 Replies Last reply
    0
    • A Andreas X

      Hi! I need to remove Application launch and "Pin this application to taskbar" from the taskbar context menu for an application. Reason is that the application cannot start standalone, it must be feed with information from another application. Does anyone know how?

      Andreas Johansson
      Senior software developer at Tieto Sweden

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      I'd recommend simply adding a messagebox if started without parameters; that way one is also warned when launching from another (unexpected) location.

      Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

      A 1 Reply Last reply
      0
      • L Lost User

        I'd recommend simply adding a messagebox if started without parameters; that way one is also warned when launching from another (unexpected) location.

        Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

        A Offline
        A Offline
        Andreas X
        wrote on last edited by
        #3

        Yes, i will do that as well. But it would be nice to have both solutions :)

        Andreas Johansson
        Senior software developer at Tieto Sweden

        1 Reply Last reply
        0
        • A Andreas X

          Hi! I need to remove Application launch and "Pin this application to taskbar" from the taskbar context menu for an application. Reason is that the application cannot start standalone, it must be feed with information from another application. Does anyone know how?

          Andreas Johansson
          Senior software developer at Tieto Sweden

          Richard DeemingR Offline
          Richard DeemingR Offline
          Richard Deeming
          wrote on last edited by
          #4

          Make sure the executable or shortcut name includes one of the restricted words:

          • Documentation
          • Help
          • Install
          • More Info
          • Read me
          • Read First
          • Readme
          • Remove
          • Setup
          • Support
          • What's New

          If it contains one of those words, you won't be able to pin it to the taskbar or start menu.


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

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

          A 1 Reply Last reply
          0
          • Richard DeemingR Richard Deeming

            Make sure the executable or shortcut name includes one of the restricted words:

            • Documentation
            • Help
            • Install
            • More Info
            • Read me
            • Read First
            • Readme
            • Remove
            • Setup
            • Support
            • What's New

            If it contains one of those words, you won't be able to pin it to the taskbar or start menu.


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

            A Offline
            A Offline
            Andreas X
            wrote on last edited by
            #5

            This page: http://msdn.microsoft.com/en-us/library/windows/desktop/dd378459(v=vs.85).aspx tells how to do it properly

            Andreas Johansson
            Senior software developer at Tieto Sweden

            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