microsoft / microsoft/WindowsAppSDK

Support TaskbarManager (pinning to taskbar) from desktop apps

Open
#1,648 14 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area-Shell UX feature proposal theme-UwpParity
Dominant language
C++
Stars
4.7k
Forks
471
Avg merge
3d 13h
Merged PRs (30d)
28

Description

Summary

TaskbarManager API is supported in UWP apps but not desktop apps (the API doesn't have a way to pass through your HWND so it's non-functional in desktop apps). The API is used to pin your primary tile to the taskbar, along with pinning secondary tiles to taskbar (the secondary tiles are a limited access feature that we typically instead recommend using Hosted Apps for, but the primary tile pinning is a slightly more popular API).

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the TaskbarManager API documentation linked in the issue and the Windows App SDK desktop-app support surface. Confirm how desktop apps could provide the HWND that the API currently lacks, and define done as primary taskbar pinning working from desktop apps, with secondary-tile support considered separately.

Written by the indexing model from the issue text.

Assessment

Domain
api, desktop
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.