Questions tagged as 'c#'

1
answer

How to pass a post with an array to a URL of a WebFORM

I'm trying to send an array with some elements in a post to a url. I called WebBroser method, I passed the parameters, but I still had no idea how to finish implementing. Follow my code: private void webBrowser1_DocumentCompleted(obje...
asked by 09.10.2015 / 04:27
2
answers

Collate MongoDb

I need to do an auto complete that consumes a mongodb database. The words can be written with or without accent, uppercase or lowercase, that is, I need to define a collage in the mongo that allows me to do a search that ignores accent and case...
asked by 05.11.2015 / 13:47
1
answer

Scheduled Tasks on the Web

In Google Inbox, you can create reminders and postpone them to a certain date and time. The reminder is then taken from the main screen and when that exact date and time arrives it returns to the. In this way, the system schedules a task fo...
asked by 20.11.2014 / 21:21
0
answers

How to pass the value of a position to a variable, being this position received in ASCII? [closed]

So I send a piece of my script so you can help me. I need to return the variable rsp , which always brings the value equal to 0, which was not to be done. // Envia comando de Leitura de Posição serial.Write('R'); serial.Write('7');// co...
asked by 03.11.2015 / 12:40
0
answers

Is there a lot of difference in "binary writing" of a file when entering lists or dictionaries?

I'm developing a project in language C# where I need to use files to save the data that circulates in data structures. It turns out that I had the whole project badly drawn, I was not programming in layers. I was previously using Lists...
asked by 02.06.2015 / 23:25
1
answer

Auto-adjustable list in xaml

I have a list of BitmapImage and wanted it to appear as follows, 3 images per line, if you do not fill in a line, leave a blank at the end. For example, I have my list with 10 small images and I want it to appear 3 images in the first...
asked by 03.06.2015 / 21:45
0
answers

Update object from a serialized file

I'm having difficulty updating the amount of a retrieved object in a list of a serialized file. private void button1_Click(object sender, EventArgs e) { Estoque produtoEstoque = new Estoque(); produtoEstoque.P = (Produ...
asked by 31.05.2015 / 15:19
1
answer

Edit default ErroTemplate layout

I've implemented the IDataErrorInfo interface, which is working as shown below. I have not created my ErrorTemplate , which is being used is the .NET standard. I would like to know if there is somewhere the XAML code of this error t...
asked by 28.05.2015 / 16:01
0
answers

How to interconnect prolog with C #

I wanted to know how to create a knowledge base in prolog and use it in a interface created in c# or java , create new clauses via interface.     
asked by 30.05.2015 / 14:24
1
answer

Search email in the database through the name

Ihaveallclientsinsertedinlistbox1butIforexamplejustwanttoselectsome,andthosegotolistbox2.Inlistbox2Ihavetheidandthenameoftheclientsand,bypressingthe"send email" button, I need to automatically fetch the emails from them. private void button5_C...
asked by 13.05.2015 / 16:08