Questions tagged as 'wpf'

0
answers

get map coordinates using MapControl from DevExpress WMS, WPF C #

<dxm:ImageLayer> <dxm:WmsDataProvider ServerUri="http://10.9.12.159:8080/geoserver/wms" ActiveLayerName="{Binding SelectionBoxItem, ElementName=comboBox}"/> </dxm:ImageLayer> <dxm:Infor...
asked by 28.05.2018 / 17:48
0
answers

wix with a wpf application using usercontrols

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...
asked by 21.05.2018 / 19:19
0
answers

Xamarin.Forms Webview custom renderer for MacOS and WPF

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...
asked by 04.05.2018 / 22:40
2
answers

WPF Browser aplication in C #

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....
asked by 17.04.2018 / 17:45
0
answers

How to Validate TextBox content with pattern?

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:...
asked by 18.04.2018 / 01:37
1
answer

How to use from the code the image that I import to visual studio?

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...
asked by 05.04.2018 / 18:50
0
answers

Copy image from the Web browser control and show it in an Image control in wpf c #

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...
asked by 01.04.2018 / 02:33
0
answers

Error with Insert MSSQL, PetaPoco and C # (WPF)

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...
asked by 30.03.2018 / 22:11
0
answers

WPF WebBrowser Control pop-ups

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...
asked by 08.02.2018 / 17:13
0
answers

How to use a prepared statement from mysql in WPF

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...
asked by 09.01.2018 / 00:23