Questions tagged as 'c#'

2
answers

Press Keyboard Keys

I try pulsar una tecla del teclado in C # with código but I do not know how this can be achieved several times I tried to achieve this but without success but it is possible that such in C ++ I heard that it communicates more direc...
asked by 15.04.2017 / 15:44
1
answer

The requested URI is not valid for this FTP command

I'm having problems trying to upload a file via FTP, I get the error    The requested URI is not valid for this FTP command. Code: FtpWebRequest resquest = (FtpWebRequest)WebRequest.Create(new Uri(NombreServidor)); resquest.Method = Web...
asked by 21.04.2017 / 22:13
1
answer

Entity framework Read an Excel file and show in datagrid in c #

Good afternoon I am trying to read an excel file with entity framework, I have a class which I want to be filled with the data from the excel file and at the end show me the excel in a datagrid c #. What is the way to do it? xfavor private v...
asked by 21.04.2017 / 00:15
2
answers

How to apply binary search with String when reading a txt?

Good friends, you will see that I have to read a txt file with data "name", "phone" and then perform the binary search of a name in the. I have already read the txt file and separated the data in the commas, however I do not understand how I...
asked by 14.04.2017 / 22:59
1
answer

Error with DB NULL in datagridview

I'm trying to pass a column from one datagridview to another and I need to add more days, but at the time of making the conversion and showing it on the other table I get the following error. System.InvalidCastException' en mscorlib.dll Infor...
asked by 11.04.2017 / 15:39
2
answers

Delete cookies from navigating by methodo C # [closed]

Good afternoon Community, I want to know if there is any way to click on a button that can delete the cookies that the browser has. This management would be by c #     
asked by 07.04.2017 / 19:48
2
answers

How can I link a textbox to a mysql database from visual studio 2010 c #?

Hi, I'm a university student and I have a project that deals with a point of sale, I have a problem with linking a textbox with my mysql database, I previously linked a combobox but I do not know how to link a textbox, AYUDAAAAA Link from combob...
asked by 11.04.2017 / 22:46
1
answer

C # fixes vs Python lists

In Python the lists could contain other lists for example lista = ["x",["a","b"],["c","d"],"z"]; print lista[1][1]>>>>>>>>>> output "b" my question is ... in c # can other fixes be contained in an array...
asked by 30.04.2017 / 14:26
1
answer

C # - Can a struct list be done? How do you declare?

Can a struct list be done? How do you declare? How would an element be added or deleted? Thanks. What I intend to do is something like: List<T_POC> DatosActu= new List<DatosActu>(); public struct DatosActu {...
asked by 02.05.2017 / 07:27
2
answers

Problem with inheritance in c #

I have the following slogan: Make a programmer view (name, surname, hours worked, button calculate ()) The method calculate returns the result in a programmer view 2 (name, surname - read only). (Time value and incentive in the class as private...
asked by 30.04.2017 / 01:43