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...
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...
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...
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...
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...
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 #
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...
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...
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
{...
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...