Questions tagged as 'c#'

1
answer

How to get the coordinates of all the joints of a body in an Array?

Well, I'm trying to program in C #, I'm a newbie and using the Microsoft bodybasics code, with the latest version of Kinect and visual studio 2013. I'm trying to save all the coordinates in an array of the 25 joints that the Kinect camera, but I...
asked by 11.05.2017 / 10:38
1
answer

C # Pass dataTable to web service SOAP

I have a question about sending information to a Web Service. From code I have a DataTable that is filled with a query to Database, which I want to send to the Web Service in xml format. How to send a DataTable to a webservice in XML format?...
asked by 10.05.2017 / 17:01
1
answer

DateTime where do you get the format, depends on the language? [closed]

I am working with windows server with its English version, but on the client system it takes the date format in "M / d / yyyy". Already change the language and date format of the server but it is not changed. Any ideas?     
asked by 26.04.2017 / 14:31
0
answers

Control projector from C #

I'm starting with C # , I had previously done a program with Visual Basic , which was projected using a beam video. Now I want to migrate this program to C # and I wanted to know if this language has any tool or function to deactivate the...
asked by 11.03.2017 / 15:21
1
answer

Windows Form: xlWorkBook.SaveAs

I am starting in the world of programming, and I have made a simple application, which is composed of a combobox (called cmbItemsEquipos), and when using the reference in excel to save the XLS file, I throw error. String NameFile = String.Form...
asked by 07.03.2017 / 14:26
0
answers

PostgreSQL connection with C #

then I leave the code I am using to connect and insert records in my database NpgsqlConnection conn = new NpgsqlConnection("Server=localhost;Port=5432;Database=demoluis;User Id=Luis;Password=micontraseña;"); conn.Open(); Npgsql...
asked by 13.03.2017 / 07:59
0
answers

PictureBox moves when it should not in Event MouseDown c #

Good morning! I have a problem with an application that I am developing. I have my own class that inherits from PictureBox, with several events. Among them a MouseDown and a MouseMove. The fact is that when I click on that object in my cla...
asked by 08.03.2017 / 07:58
1
answer

c # - x509 certificate does not recognize it in windows server 2008 R2

I'm trying to access the certificate store on a 2008 R2 server and it says clientCertStore.Certificates.Count = 0 The same request with the same certificate in my localhost if you return it to me, the only difference is that my PC is a W7....
asked by 24.03.2017 / 10:23
0
answers

Error (401) Unauthorized, when consuming WSDL service

I am trying to consume a service that is done in PHP from a Windows Forms application, but I get this error: Error image capture: This is the code: private void btn_getBalance_Click(object sender, EventArgs e) { try {...
asked by 10.03.2017 / 13:51
1
answer

Error "FileNotFoundException" when sending parameters with HttpURLConnection

I have my ASP.NET Web Api service where I make a simple login, which I tried with Postman (from Google Chrome) and it returns the data correctly but in Android I get the error back:    java.io.FileNotFoundException AsynTask: private c...
asked by 10.03.2017 / 18:54