Content
Repeating Code While Still Triggering Events
I have a set of code that I want to repeat continuously until I explicitly tell it to stop (basically an infinite loop). However, I also need to be able to detect events (such as clicking a button). How can I do this?
how to call direct3d in .net?
there is nothing in Windows.Graphics.DirectX I can call in .net I want write 2d game in .net and directx
Unable to see CollectionView after msix creation
Hi there, I'm quite new on maui and i have a problem regarding datas inside a collectionview. (Please find two images attached). My dev pc is a Win11 with VS2022 (.NET7). I have no error/warning shown in the event log, no crash at all. When…
How to catch the exception include exact line number and element where the error occurred in XML file C#
Anyone please help me out How to catch the exception include exact line number and element where the error occurred. I tried so many things but didn't worked. Please do the needful When deserialize I got the exception.. here is my code public static…
No duplicate items in a list
Good day everyone! Hoping to get some help on a problem. I have an application where users can enter events and then are assigned a random card, 1-14, but each user must have a card that isn't a duplicate of another user's card. So when Joe enters an…
How to integrate Windows authentication in vb.net (Framework2.0) client applications to achieve Azure login
Now I have a running client program (vb.net Framework 2.0). I want to change the login function of the application to use AzureAD and integrate Windows authentication. I found through investigation that to implement these functions,…
Why changing a form graphic property will affect the software?
Description: I create a VB.NET Windows Forms application [.net6+] that loads an HTML file using the HtmlAgilityPack library, extracts data from it, and displays it in a list box. Imports System.IO Imports HtmlAgilityPack Public Class Form1 Public…
Xamarin.Form can't make OutBound Call with SpeakerPhoneOn on Android 12&13
I was chatting with Microsoft Support regarding Xamarin AudioManager. They encouraged me to post the question on this Forum. I reminded them that I have been reprimanded by @Rob Caplan - MSFT and was trying to follow his instructions without success. I…
How To Use .NET Class Library For Outlook Web Add-In
Recently, I have created one add-in for Outlook web. I have to use one class library. How can I use that ?
File uploader component not triggering onUploadProgress in Blazor WASM hosted on IIS
I'm using a file uploader component in Blazor WebAssembly and I've implemented the upload action in JavaScript. The file upload works fine when I run the sample locally, but when I host the sample in IIS, the onUploadProgress function doesn't trigger and…
Required a Jquery | suming checkbox in aspx form
Hi, I have two gridvies, with one Label <asp:Label ID="Gender" runat="server"></asp:Label> If Lable having Gender Value is "Male" then count Limit is 2 if "Female" then count limit 4 Grid-1 …
Asp.Net Machine Account
Hello everyone. ASP.NET Machine Account. take over my computer. Every time I open an application, it asks for a password and I don't know what the password is. I have only local account. I need help...
failed to read PNG signature: file does not start with PNG signature.
hello dear : I have a problem on build android project in xamarin form error : failed to read PNG signature: file does not start with PNG signature.
Caret displays inside of asp:Label control instead of beside it
I am trying to have a caret display beside my asp:Label control so that when the caret is clicked, there will be a dropdown that will have logout, but the caret is displaying inside the label. How can I have caret display beside the Label instead of…
How to get Andoid SDK Tools up-to-date?
I'm trying to update my Android SDK Tools, but I don't see a version later than 7.0. How do I update it? I'm using VS 2022 (not the preview version). Thanks.
How to show buttons previous and next buttons when display pagination gridview ?
I work on asp.net web forms . I face issue I can't display previous and next button with Numeric page number . current status display page number numeric mode only as 1,2,3,4 etc. but I can't display previous and next with page numbers so How to make…
Java.Lang.NoClassDefFoundError com.google.android.exoplayer2.source.ConcatenatingMediaSource
I use Xamarin MediaManager version 1.2.2 to play songs in my Android and iOS applications: https://github.com/Baseflow/XamarinMediaManager But the problem is that it is not working in every Android project. For example, it works in a new empty Android…
How can I create an app icon on iOS?
I don't know how to create an app icon for my iOS application. I have tried to use Assets.xcassets but it's not working in Visual Studio for Mac 17.6 Preview (17.6 build 402) after adding Maui to my .csproj…
How do you invoke a simple dialog from a razor page
I am new to ASP, trying to learn how to develop a Razor Server application that contains a simple modal dialog within a razor page. I have taken the following steps from Visual Studio 2022 with ASP.NET Core installed: Create new Project Select Blazer…
Invoking azure functions server SignalR group functions from ASP.NET Core Client
I am trying to invoke azure functions server SignalR group functions from an ASP.NET Core client. The server side code that I am trying to invoke via an ASP.NET Core client can be found in this article. I have not found a single reference of a C#…