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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. Grouping similar taskbar buttons in the Taskbar

Grouping similar taskbar buttons in the Taskbar

Scheduled Pinned Locked Moved C#
sysadminhelptutoriallearning
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.
  • S Offline
    S Offline
    stanley18
    wrote on last edited by
    #1

    My application behaves unpredictably as I turn on the 'Group similar taskbar buttons' option in the Taskbar properties. Strangely, the problem occurs only on some computers. It is as follows: I enable the Group similar taskbar buttons option in the Taskbar properties. As the taskbar buttons begin to get too small Windows automatically groups buttons so that all of the open buttons from the application are grouped into one taskbar button. This works fine. The icon of the groupped button is Application's default resource icon which is also OK. The problem is that the caption of the groupped button is set to the AssemblyName not the AssemblyTitle defined in the AssemblyInfo.cs file. As I mentioned this problem occurs only under some conditions. I can not determine them. For example the feature works fine as I run the application from local disk while it does not work as I run the application from network disk (same machine, same application). Best regards, David

    M 1 Reply Last reply
    0
    • S stanley18

      My application behaves unpredictably as I turn on the 'Group similar taskbar buttons' option in the Taskbar properties. Strangely, the problem occurs only on some computers. It is as follows: I enable the Group similar taskbar buttons option in the Taskbar properties. As the taskbar buttons begin to get too small Windows automatically groups buttons so that all of the open buttons from the application are grouped into one taskbar button. This works fine. The icon of the groupped button is Application's default resource icon which is also OK. The problem is that the caption of the groupped button is set to the AssemblyName not the AssemblyTitle defined in the AssemblyInfo.cs file. As I mentioned this problem occurs only under some conditions. I can not determine them. For example the feature works fine as I run the application from local disk while it does not work as I run the application from network disk (same machine, same application). Best regards, David

      M Offline
      M Offline
      Michael J Eber
      wrote on last edited by
      #2

      I doubt this will really help you much...but are you aware of the fact that .NET applications running from a network share are treated as security risks? Maybe that ties into your issue somehow.

      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