Questions tagged as 'c#'

1
answer

Does Point Class accumulate Ram Memory with each New C #?

I have a problem. I'm doing a simple game which consists of moving a picturebox every time I press a key and to move the PictureBox I use: pictureBox1.Location = new Point(pictureBox1.Location.X+10, pictureBox1.Location.Y); And I've noticed...
asked by 04.02.2018 / 17:28
0
answers

Doubt with checkedListBox in c # (Visual studio)

First of all thank you for reading ... I am new programming. Everything is in a windowsForm: I have 2 textbox to enter figures. I need to do the operations of addition, subtraction, multiplication and division with a checkedListBox. Every...
asked by 05.02.2018 / 00:10
0
answers

Pass first row of datagridview to another data

I want to pass the first row of the datagridview, make a type of clipping that is to say that the first element goes out and passes to the second datagrid. How could I do that?     
asked by 05.02.2018 / 02:22
0
answers

Modal window with 02 bootstrap views with c # mvc

Someone could help me, I have a mvc c # master-type detail application, to add detail in the main view I load a modal window (bootstrap) that contains another view (not partial view) I select an option of a dropdownlist, when I I accept, return...
asked by 20.02.2018 / 02:30
3
answers

Passing data from a selected row of a datagridview to an SQL table

Good community I hope you are very well. My question is the following: I have a datagridview in which I load certain information according to a search that I do, from that datagridview I can select 1, 2, 3 or all the rows if I want it. Now I wan...
asked by 19.02.2018 / 21:55
0
answers

Print to a file

Good morning everyone. It turns out that I've been trying for a while trying to do what it says in the title and I'm running out of ideas. A few months ago I developed a print module with the PrintDocument class that draws the lines of t...
asked by 05.02.2018 / 18:01
0
answers

Problem with PromptBuilder

I have created this code in order to be able to copy everything that speaks in a text box, but I want it to be able to be done outside the text box. Here is the code that implements Code: using System.Windows; using System.Speech.Synthesis;...
asked by 03.02.2018 / 23:30
1
answer

Help with this query

I am bringing information from several tables for a general information report based on the date but the problem is that I duplicate information SELECT insumos.fecha,insumos.producto,insumos.cantidad, mano_obra.nombre,mano_obra.pago,m...
asked by 01.02.2018 / 00:01
0
answers

CultureInfo.GetCultureInfo (String) does not recognize some cultural references

The fact is that I'm doing tests for a multilanguage app in c #. I have these lines: rsp = Console.ReadLine(); Thread.CurrentThread.CurrentUICulture = CultureInfo.GetCultureInfo(rsp); Console.WriteLine(strings.strings.Hello); In the string...
asked by 01.02.2018 / 10:32
2
answers

ASP.NET ListBox

Good afternoon I have a listbox ( webcontrols ) in ASP.net that I charge in the following way: ListPatentesAsignadas.DataSource = patente.RecuperarPatenteFamilia(i, Padre); ListPatentesAsignadas.DataValueField = "Nombre"; ListPat...
asked by 29.01.2018 / 20:42