Recently, I discovered the window function of Microsoft's Copilot

LoveC 61 Reputation points
2023-09-08T08:51:55.34+00:00

Hello everyone!

I have encountered a difficult problem!help me!~
Since I updated Microsoft's system and found out that Microsoft has provided a Copilot, this window will open on the right side of the desktop to achieve a stickup effect. However, when other windows are maximized, they will not be maximized to the area of this window, such as changing the size of the system software when maximizing. How can I achieve this effect in my own software?

I think it is necessary to modify the available area of the screen through the registry to ensure that other software does not exceed this desktop size when setting it, right?

Developer technologies | C++
Developer technologies | C#
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 90,686 Reputation points
    2023-09-08T09:07:05.3766667+00:00

    You can reduce the size of available screen area with an AppBar

    I had posted a sample in this thread : https://learn.microsoft.com/en-us/answers/questions/1093383/c-winform-making-a-topbar-app

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.