-
Through get_WindowHandle method gets the window handle and creates the window
```
void SetOpacity(HWND hWnd, int nOpacity)
{
SetLayeredWindowAttributes(hWnd, 0, (BYTE)(255 * nOpaci…
-
It’s not apparent if this repo is going to be a viable Microsoft driven effort in the immediate future. Compared to repos like WinUI or Dotnet, which experience frequent updates, release targets, feat…
-
I was trying your sample and thought surely this has been resolved by now, after reading through [Printing in WinUI3](https://github.com/microsoft/microsoft-ui-xaml/issues/4419)
![image](https://gi…
-
Description:
app is getting crash if use InfiniteCanvas control on Winui3 Desktop Application
Steps to reproduce the behavior:
1.Create a new WinUI 3 Desktop App
2.Add a InfiniteCanvas to MainW…
-
### What happened?
I have successfully set up sharing from my WinUI3 app utilizing the interop functionality. All is working and when I select to share with Microsoft Mail the Data Package is wor…
-
### Describe the bug
From https://github.com/microsoft/terminal/issues/18063
> Typically when mouse click the scrollbar(not the thumb), hold the mouse button down. The scrollbar will:
page up, , page…
-
**Description**
Following instructions in https://github.com/MicrosoftEdge/WebView2Feedback/issues/2529#issuecomment-1164508491 for WinUI3 project made in https://github.com/krschau/WinUI-WebView2-Sa…
-
Note: Updating to WinUI2 will address this accessibility issue: [31569532](https://microsoft.visualstudio.com/OS/_workitems/edit/31569532)
EDIT: the accessibility issue has now been resolved. Repur…
-
### Pixeval's version
WinUI3
### Description of the problem
如标题
### Screenshot
![QQ截图20240723160239](https://github.com/user-attachments/assets/fa4ad35f-a2e1-44e1-b203-e82ff8f73cdc)
### Error …
-
Good day.
New to both WinUI and Win2D.
As a test application, I followed the steps found there (for a C# WinUI3 desktop app)
http://microsoft.github.io/Win2D/WinUI3/html/Introduction.htm
It …