Posts by Frederico Peixoto • 11 points
3 posts
-
-1
votes1
answer213
viewsQ: How to Integrate a Web Application to Call a C# Biometric Desktop Application
Good afternoon, I need to make the request by the browser (Chrome) by calling a windows form c# on the same computer, which is a biometric application, both use c#. I have both codes, I made through…
-
-3
votes1
answer591
viewsA: Query a web service every 1 minute
Good morning friend, Voce is using windows or linux ? I did this using windows, which takes web service information through a PHP page and records hourly. As I use windows as a server I did the…
-
0
votes2
answers250
viewsA: Display sum in span
To put a value in a text field and not in an input, you have to use the $('idDoCampo').text(valorFinal) , or is the property text and not the val. I used the example in Jquery, now you just adapt.…