Content
Win32 EnumFontFamiliesEx doesn't call the callback I provide
I wrote a class to test if a WPF font is fixed width. But the only way I could find to do that was to get the LOGFONT and test it. So I went through a lot of P/Invoke hoops to get there. I created a DC for the display and asked it to enumerate the…


Reducing opacity of swipe images
How do I reduce the opacity of images in a swiper container, except for the image that is swiped to display in the middle? For example, as the images are swiping through, any image that appear in the middle will be clear while the other ones beside will…
How to automatically swipe images in gallery
Hi, Please I have 3 images in gallery. Is a way to automatically swipe these images using javascript or CSS? As the image in front swipes to the right, the image on the left should swipe to the right and vice versa. .gallery{width:…
How to grant or deny users access by admin in MVC 5 ?
Hi, I have an MVC 5 project where users can add themselves: I'd like not to allow users self register. Instead they need to request access & admin can grant\deny that account. Does anyone have an example ? Thanks.
Three material Design TextBoxes inside one MaterialDesignFloatingHintTexbox in WPF
I have a MaterialDesignFloatingHintTextBox which displays a "Date of Birth" hint to my users when it is empty. Here is what I want to implement: the TextBox to display three TextBoxes to the user when clicked in like this, so that my users…
Maui android screen keyboard for entry when keyboard is showing
Hello all. I use entry handler to prevent keyboard pop when the entry has focused and it works ok but if the keyboard is already showing and I tap the entry field the keyboard still showing and I need to manually hide it. How I can fix that…
How to fix ASP.NET Core with angular API 500 Internal Server Error when uploading file in Development Environment in azure app Service
I am trying to upload a file to the wwwroot folder, but it shows an API status code 500 internal server error in the development environment. It works on my local machine but not in my development environment.
how to remove realm database used in swift iOS in .NET MAUI?
Hello, I rebuild iOS app using .NET MAUI. There was data stored in realm database in iOS app. In MAUI, i want to remove it because it's no longer needed. Is there any way to do that? update Hello I mean that i build MAUI with the same configuration of…
Jwt Token implementation not working on azure app service when using secured private key
I have created a .net core application in which there is implementation of Jwt token generation and then use it for authentication. The token generation is using a private key to generate the key and public key to validate the key for protected routes.…
Binding library with xcfranework
How to use xcframework in xamarin ios binding library
Can we export Microsoft Teams Chats?
We would like to understand why we cannot export the Team Chat data of meetings? Would there any possibility to introduce this request? Many thanks, Ingrid

Push notification on MAUI application using FCM
I am trying to implement push notification on my MAUI application using FCM. I follow this blog and I did everything as per the blog. They suggest to install only 2 NuGet packages, Plugin.Firebase and Plugin.Firebase.Crashlytics. (I installed it by…
Working on a tutorial and cannot find the Web Site Administration Tool.
Hello, I am working on a login tutorial and cannot find the Web Site Administration Tool to use to configure asp.net. Here is a link to the tutorial: https://learn.microsoft.com/en-us/previous-versions/aspnet/yh26yfzy(v=vs.100) I vaguely…
How can I effect the Swipe touch gesture equivalent with a mouse on desktop Maui WinUI?
With touch gesture (on Touchscreen) everything works both on Android and WinUI wrt Swipe, say, when SwipeView control is implemented for CollectionView item to give it a context menu. What about for desktop WinUI where a mouse is used? I thought…
Text area issue
The text area is not shown well, using the codes below. What to adjust? <asp:Label ID="Label4" Text="..." Width="150px" Font-Names="標楷體" …
Text area issue
The text area is not shown well, using the codes below. What to adjust? <asp:Label ID="Label4" Text="..." Width="150px" Font-Names="標楷體" …
How to Fix unhandled exception in windows when closing a secondary window using the close button in the title bar
When Multiple windows are opened using Application.Current.OpenWindow() Closing a window (not the primary application window) using the close button in the title bar (specially when the window is not in the foreground) raises an unhandled…
staticwebapp.config.json is being ignored
I'm hosting a blazor wasm app in azure static web apps but my staticwebapp.config.json is being ignored. I've tried placing it in the root folder and /wwwroot. I'm deploying through visual studio This is the contents of the json file: { …

Failed integrity metadata check for Blazor application (NET7)
0 I have a project in NET7 and Blazor hosted in an ASP.NET Core web application. The website is hosted by a service provider. When I deploy the application on the server in a hosting provider, I check the application with different browsers. The…

How to create a Splash screen on Andriod
Hi, What is the easiest way to create a Splash screen for my Xamarin project. I can't get it to work. Now my app won't work at all. Some help would be appreciated.