Hi
We tried keeping UIAccess = true in appmenifest file, but we were getting some run time error.
Could you please try and check from your end for winui3 application and let us know if it is possible.
Please share the sample project if UIAccess = true works in WinUI3 or any other way to place the winui3 window on top of the start windows menu.
Hi,
with my current code, as mentioned in the screen shot when i give WS_EX_TRANSPARENT in SetWindowLong method, it is getting transparent its good.
But in that transparent window i have button. I want that button click event should fire and pass the focus to the other window which is there in background.
Thanks so much for your reply,
I need below helps here.
1.i want my window to be maximized always on screen.
2.i don't want any background on the window(only button should be visible) - all the background and border should looks transparent with no color.
3.Final design should looks like a overlay.
Best Regards,
Sunil

Thanks for the reply.
Now we are using visual studio 2019 for our project development.
Now which version of .net core(.NET Core 3.1 or .NET 5.0 .NET 6) i need to install to convert my .net framework 4.7 project to the .net core project?