Questions tagged as 'c#'

0
answers

Telegram.Bot (Get file upload progress)

Hello friends, I am writing to you to see who can help me with the following, I am working with Telegram.Bot api and so far it is very good, the problem starts when I want to upload a file and even though I send it, if the file is very large, I...
asked by 28.07.2018 / 15:57
0
answers

How to generate the template from an image with Digital Persona and C #

I have the images of the employee's footprints, it is possible to generate the template from these images using the Digital Persona sdk and C # language. ?     
asked by 01.08.2018 / 22:07
0
answers

Get or convert a queries from TFS to WIQL to use with the TFS API (not Webservices)

I'm trying to get the data returned by the next querie launched from Visual Studio Team Foundation Server through a small program made in C #. While I manage to get the workitems on one hand, I would like to move the next one using the Microsoft...
asked by 02.08.2018 / 09:57
0
answers

Project Is Not Compatible with MonoAndroid 81

I was programming and suddenly this error came up:    Project is not compatible with   monoandroid81 (MonoAndroid, Version = v8.1). Project TaskX.iOS supports:   xamarinios10 (Xamarin.iOS, Version = v1.0) The truth, I do not know what you...
asked by 02.08.2018 / 02:36
0
answers

Error The item X was specified more than once in the "Sources" Folder

I have a Xamarin.Forms project and I drag and drop an image into my Android resource folder, then I copied and pasted it into my UWP project, but the image is not displayed, so I changed its Build Action to Content, but The error is displayed:...
asked by 28.07.2018 / 00:20
0
answers

how to remove the dialog boxes the webBrowser object c #?

My question is how to remove the dialog boxes that appear when launching the application without having to click with the mouse c # public partial class Form1 : Form { public Form1() { InitializeCompone...
asked by 26.07.2018 / 02:14
1
answer

Procedures stored in C # [closed]

I am scheduling a login in C # with user validations by Procedures stored in SQL Server . I'm trying everything and it does not give me a result. I would like to know if someone could help me with the code. Clase de validacion en C#:...
asked by 26.07.2018 / 01:55
0
answers

You can not implicitly convert the type "double" to "double [] using Math.Pow

Help I was using this formula: A * (Math.Pow(Xo, Potencia)) + B * (Math.Pow(Xo, Potencia2)) - C where Xo is entered by keyboard and converted with: Xo = Convert.ToDouble(Console.ReadLine()); And in the formula the error...
asked by 26.07.2018 / 02:50
0
answers

treeview - use of the enter

I'm putting together a treeview from an SQL table. In C # What I want to do now, is use the ENTER instead of the double click so that in the node (which is dynamic because it is armed from a table) call a form. In the event NodeMouseDouble...
asked by 27.07.2018 / 01:07
1
answer

load datagridview according to the parameter (stored procedure) [closed]

Hello good afternoon to all, along with greeting them again bothering with a doubt: I have to fill a datagridview with a stored procedure of mysql, which makes a select and by means of a where limits the query: CREATE PROCEDURE 'spMedicamentos...
asked by 23.07.2018 / 19:09