Content
Date in different format
Hi , i am creating a textbox which can display the date , in which the month is in short format . like sept , oct . Any suggestions for that
Customtextbox in customdatagridview
Hi , i have a Created a textbox which when gets the focus , changes its backcolor and forecolor . It also clear out its text when the user presses escape key . Moreover, it also have a custom caret in it which looks like Dos . Is it possible to create a…
Finding the parent'control
Hello , i am trying to find out the label control on the parent form and set its text property from the child form . to do this , i had tried many approaches and even set the modifier of that label to public but still can't access it . pls correct my…
MAUI: Listview isvisible property is not working from the code behind?
I am trying to show the selected image or file on my UI on a listview. So initially the listview's IsVisible I set to false and after picking item I set the IsVisible property to true. My problem is after picking item the listview is not visible on the…
Store a Value in application
Hi , Can the experts here suggest me a way how to store a value of a label from a particular form in such a way that can be made safe until next restart of a application and can be retrieved next time for use .
Maui mobile app using Signalr is encoding hub name in ConnectionData parameter on iOS 17
We have a mobile app in production built using Maui. The server running the api is it connecting to uses .net framework. There are issues connecting to signalR from iOS17 devices. From debug we can see the following: iOS 17 device sets the connectionData…
MVC CORE Scaffold view to create api postgressql view
How do I scaffold view in MVC CORE , as it is failing due to lack of primary key I am trying to create api using https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-web-api?view=aspnetcore-7.0&tabs=visual-studio CREATE TABLE public.visit…
Display Map in MVC CORE
I am displaying location from web browser I want to emebed map here and pass laltitude and longitude https://github.com/KalyanAllam/LatLongAddress/blob/master/LatLongAddress/Views/Home/Index.cshtml <!DOCTYPE html> <html> <head> …
removing focus from buttons
Hello , this is the what the main exit form looks when it loads . i found that when it loads the yes button has focus on it by default . Although i had hard coded that when the user presses enter here , the application should gets closed but what i am…
Not remembering source control plug-in (Git)
Since the last release, Visual Studio 2022 is not remembering the source control selection. Every time a project is opened, I must open the options dialog, go to Source Control, and select Git from the "current source control plug-in." Once I…
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…
MAUI: How to add splash screen in android platform
I am trying to add splash screen on my new MAUI application. I tried the implementation on this blog but the image is in circle (Android 12 device) and only showing black and white color on the icon. Is there anyway to show the real color of the icon on…
Logging in C# - To a text file
I am creating a console application and I understand that I need to use ILoggerFactory for logging purpose, but how can I get it to be written to a text file instead to the debug section or the console window.

Unable to get Tab bar and Flyout together in the shell.
Is there any way to get both Tab bar and Flyout in the Shell in. NET MAUI. Documentation says it is not possible, is there any way to create a custom Flyout or Tab bar in the same Shell.
Continue to running the application in the background?
Hello, I need my app to run in the background as my app keeps track of a workout's total time once it starts, when the user completes a set in the exercise, it has a timer that countdowns their rest time, say 30 seconds or so, when that is completed it…
Image inside a DataGrid in a FixedDocument Error
I have created this small demonstration project to highlight a problem I have encountered when working with an Image within a DataGrid created in C# and then utilised within a FixedDocument. Everything appears to work as expected until the mouse goes…
Printing panel on webform in a4 format
hello, how can I print the panel on the webform in A4 format?
Maui for android customizing keyboard issue
Hi all I have some entry fields and each one has different characters input I want when entry focus to display adequate keyboard that contains only the adequate characters for that entry field If this possible please give me a help how to do it. Thank…
Visual studio blazor wrap properly values issue
Hi all in visual studio in a blazor project the wrap properly have only the values soft and hard but not also the value off. This caused me problem because I didn't know about the off value . and that waste many time of me. why visual studio don't…
Maui - Burn data to CdRome in Mac
Hi, I want to burn data list of files to cdrome in MAC. Any program to show ? How is can be done in Maui ? Thanks