All Questions
1,905 questions
1
vote
0
answers
29
views
Several WebBrowser in Window Form and lots of blinking cursors
The problem comes down to a simple explanation.
There are several WebBrowse in the form (Windows Form).
When switching the cursor from one browser to another, a blinking cursor remains in the browser.
...
0
votes
0
answers
72
views
How to pass data to a physical webpage from NET MAUI application?
How do you pass (POST-)data to a physical webpage from within a NET MAUI application?
I would like to navigate to a webpage. The website is of the same origin as the app, meaning users can log into ...
0
votes
1
answer
54
views
TabControl with add button
So I'm building a Wpf Chromium Browser and right now I'm doing the Tabs. Everything works but the button to add a tab is handled as a own tab but it should only be a button. when i move it outside the ...
0
votes
0
answers
30
views
How to debug a C# wasm module within a Javascript webapp through VSCode
I am trying to debug a C# application compiled to WASM and embedded in a Javascript application. I need to debug the C# source code from within VSCode. I am not certain this can work because I have ...
-1
votes
1
answer
49
views
The website is called before pressing enter ASP.NET Core MVC
I created new project with ASP.NET Core MVC latest version. It shows a strange behavior.
My code:
public class VerificationController(TimeProvider timeProvider) : Controller
{
[Route("email-...
0
votes
0
answers
38
views
How to access https://localhost:44392/API/Get_Incomming_Message via AJAX in Chromium despite "Refused to connect" error?
The connection to 'https://localhost:44392/API/Get_Incomming_Message' was refused due to a violation of the Content Security Policy directive: "connect-src 'self' https://*.whatsapp.net".
I'...
0
votes
1
answer
3k
views
Error saying 'Your connection is not private' when running API project
When I started my C# API project in VS2022, I got an error 'Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out ...
0
votes
0
answers
158
views
What is the universal way to open a specified PDF chapter?
I want to open a pdf file programmatically at a specific chapter in Windows (with C#, but I think, this does not matter).
For Acrobat (and other standalone viewers), the following works:
System....
0
votes
1
answer
169
views
C# Download Resources From URL
I've been working on a browser on c# where I need to download all files from the URL. The problem is that not all files are downloaded.
I suspect there may be a problem with my implementation of my ...
0
votes
0
answers
31
views
Inserting string into a literal in the masterpage always fails in Chrome but sometimes works in FireFox?
I can't for the life of me see what the problem is... Works in one browser but not another? Both browsers are the latest versions.
When I say it doesn't work I mean that the first load of the page/...
0
votes
2
answers
173
views
C# - taking screenshots of browser while windows is locked (windows.forms)
I am making a program in windows.forms, that is controling a browser and frequently takes screenshots of the browser (to check in what state the browser is at different times). However there has been ...
0
votes
0
answers
149
views
Get URL from browser (GoogleChrome, Opera, Firefox, Edge, Brave) in WPF Desktop App
I have created a WPF desktop application. This detects active window, if active window is browser, app gets URL of current process.(the function is written below). This method 50% working and 50% not.
...
1
vote
1
answer
693
views
How to play a video in mxf format on the web?
Hello . Good time
I am looking for a player for browsers (chrome, firefox, edge) that can** play .mxf files** in the internal network and can get different positions with it and can jump to different ...
1
vote
0
answers
86
views
gRPC Failure after upgrading to .net 8 p6
After upgrading to .net 8 p6 our app fails on some devices showing this error:
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer (100)
Unhandled Exception rendering ...
0
votes
1
answer
1k
views
Override/Disable Android Back Button in Blazor Hybrid MAUI
I have a .razor page which takes a lot of time to load. Is it possible to disable/override the hardware Back button in Blazor Hybrid MAUI for a specific .razor page? The primary reason for doing so is ...