Questions tagged as 'visual-studio-2015'

2
answers

How can I upload folder, subfolders and everything that these folders contain to my FTP server with C #?

How can I upload my folders to my FTP server and thus there are subfolders that are also uploaded along with all the files they have inside. I have the following code and this only uploads the name of the folder and the files inside. If there i...
asked by 13.12.2018 / 17:44
1
answer

How to add elements dynamically to a form c # from a class

Being more precise, I am trying to add (at the moment) some buttons to a form of c #, my dilemma is that I have no idea how to add these elements from the default class that has all the forms of c # , and the examples that I have seen have not w...
asked by 14.11.2018 / 05:03
1
answer

Insert all CheckedBox into an ingredients database table

I'm doing a project for a Pizzeria, the customer can choose the type of dough, quantity and different ingredients, everything works perfectly except the ingredients I do not know how to do it, I tried a CheckedListBox but I did not know how to d...
asked by 31.05.2018 / 10:47
1
answer

open a new window by clicking on a button in c #

I am trying to create a new function for a web application that I have been creating in C #, what I need to do is that by clicking on a button called guardar , the action of saving the data is performed and apart from that opens a n...
asked by 08.06.2018 / 17:16
1
answer

Avoid duplicate records in C # in modify

I have a function that does not allow me to enter the same data in the same row. at the time of entering a new product if it works I can not enter a product that is already in the database, the problem if I want to change and I only want to chan...
asked by 31.03.2018 / 02:08
3
answers

Comma decimal in the VS editor

It happens that the decimal separator, according to the Windows regional configuration is the comma, in Excel if I press the numerical keyboard the point appears a comma, the same happens with the calculator, but in the code editor of C #, if I...
asked by 17.03.2018 / 06:49
1
answer

how to make this line read the delete key back

I am using this line so that in a TextBox it is only numbers what it reads but when I make it delete with the back key it reads as if it were a letter; How do I solve it? Private Sub txt_id_KeyPress(sender As Object, e As KeyPressEventArgs) H...
asked by 30.11.2017 / 16:41
1
answer

Filter in DataGridView c #

I have a DataGridView whose DataSource is a DataTable with an already defined schema, it has 6 columns, Id , Computer_name , Serial , ... What I want to do is filter this DataGridView and show me only the rows that meet my conditi...
asked by 16.11.2017 / 01:31
1
answer

I can not connect to TFS 2017

I installed TFS 2017 on a company server. From within the server I can normally access https://server-name/tfs . But when I do it from my local machine it does not leave me. From IE:    Temporal DNS error. Try updating the page. Erro...
asked by 02.10.2017 / 18:05
1
answer

VB.NET- Enter values in an array

I'm making a one-dimensional array of size N (this value is entered by the user in a textbox) in Visual Basic.net. Now I want to enter the numbers to the arrangement but I can not find anywhere to do it from a textbox or a window appears and go...
asked by 02.05.2017 / 18:21