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

LoveC 41 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?

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
8,972 questions
C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,178 questions
0 comments No comments
{count} votes

Accepted answer
  1. Castorix31 77,191 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