Questions tagged as 'c#'

0
answers

How to use a rule engine in C # at run time [closed]

Let's say that the model is a device (which could be an air conditioner), an actuator (which is responsible for, for example, lowering the temperature) and a sensor (which only takes the ambient temperature). The idea would be for the user to...
asked by 16.05.2018 / 20:25
0
answers

Because the word api Microsoft.Office.Interop.Word.dll does not count the same number of characters as the word

I use the word api Microsoft.Office.Interop.Word.dll and it does not tell me the same number of characters that the Microsoft Word tells me. Some of you may have an answer to this incognita that has been stuck in this for several weeks. Word...
asked by 25.05.2018 / 17:04
2
answers

Get file sent by POST

How do I get the file that is received here: [HttpPost] public async Task<IHttpActionResult> Post(HttpRequestMessage request) I am attaching the file like this, but it is sent without extension and with a name I do not want...
asked by 16.05.2018 / 03:07
0
answers

How to debug .xaml files? [closed]

I have decompiled the executable of a slightly old application in order to recover the sources. It is a WPF application made with VS2010. Decompilation is relatively easy with the available tools but recompilation requires time and a certain...
asked by 25.05.2018 / 13:01
1
answer

how to make a query with a parameter in angularjs

I need help I am new at angularjs and I am attentive when making a query with parameter could you help me I mark error in the post, someone who could guide me the code is the following angularjs controller $scope.GetArticulos = function () {...
asked by 17.05.2018 / 19:06
0
answers

Send a dataset to a view in MVC 2

PD: Lack of information: what I want to show in the gridview are only the data that I insert into the database from the excel I do not want to show ALL the records of this one. good afternoon community my question is the following it turns out t...
asked by 07.05.2018 / 20:24
0
answers

Application for IP camera with Ozeki SDK

I am developing the Ip camera manipulation with the Ozeki library, download and install it but at the moment of executing my source code it does not recognize the OzekiSDK.dll library code: using System; using System.Collections.Generic; using...
asked by 21.08.2018 / 00:19
2
answers

display a message instead of displaying the result of the search in a gridview

I'm new to this in C # and I have this project which asked me that they no longer want to show the data in a table, they just want a message that says "that person is found" and if your rfc is not in that one Base says 'person is not in this are...
asked by 04.05.2018 / 17:00
0
answers

How can I create a queue in memory with C #

I currently have a problem in which I am presented with the option to generate a queue in RAM so that the data that enters it can be processed and used quickly without having reached the BD yet. In my work we use C # as the main language and...
asked by 04.05.2018 / 16:59
0
answers

C # Desktop: How do I get the current cursor icon?

Get the current cursor I have a form in which I change the icon to the cursor to add a certain icon to a TableLayoutPanel, but I can not find a way in which I can get the icon that currently has the cursor, I was reviewing the properties of t...
asked by 27.06.2018 / 22:47