I have a WPF application of which I am doing an installer with wix, the installer is generated without problems but when I click to open it simply does not open as it was installed and it is, I have the reference of one project to another and ot...
I am creating a Xamarin Forms application with a Webview that loads a local web (pdfjs) to display PDF.
I have made custom renderers for UWP, Android and iOS, following the official documentation and they are working, but now I have added sup...
I have a WPF application that allows me to use the digital person sdk to capture fingerprints, and I have a web application that sends the generated exe from the wpf application, but I want to run that application from an application or website....
Valid with the following method in C # with a WPF window a text that should only accept valid names, as well as accept 2 names but no more, such as the following:
Correct examples:
Alejandro
Richard Yordy
Erroneous examples:...
I'm making an application in WPF (C# y XAML) .
I used these instructions to import an image to Visual Studio : which I then want to show in a part of the application.
link
Now, what I want to achieve is to manipulate this ima...
Very good community I am developing an application and I have this problem that I have not been able to solve, I hope you can help me.
My need is to copy a captcha image of my WebBrowser control to the Clipboard and show it in an Image contro...
Good morning, I am developing a desktop application using WPF, in visual Studio 2017 ; and I'm using the PetaPoco library for CRUD with SQL.
I would like to know if you could advise me in this case, since I do not find much information on...
I have a project in WPF (Windows Presentation Foundation).
In a WebBrowser within a Window I show a web page that contains some links that trigger pop-ups, then:
1) How to enable by default the option to allow all pop-ups?
2) How to displa...
I am adding columns dynamically from rows with the following prepared statement in mysql.
SET @sql = null;
SELECT
GROUP_CONCAT(DISTINCT
CONCAT(
'SUM(IF(PC.id_competencia='
,PC.id_competencia
,',PC.puntaje,0) ) AS P...