Questions tagged as 'visual-studio-2015'

0
answers

Clean datagridview connected to data c #

Well I'm making an invoice which is that the invoice consists of two tables detail purchase and purchase she keeps and everything perfect! My problem is that when I save correctly if I want to return an invoice without closing the form, the prod...
asked by 03.04.2018 / 11:20
1
answer

How to set up Visual Studio 2015 Community Update 3 to work with ES6 (jsx files)

Good day, I'm starting in the library react JS, I would like to know how is the correct way to configure visual studio 2015 community to work with react using ES6 and also be able to create jsx files, right now creating a file with that extensio...
asked by 20.10.2016 / 18:21
2
answers

Why does it return zero value?

in my programming class in form I have to show the area in a message, only that they want the data of height and width to get it from the inheritance of the class and in the way that the I'm doing it always returns zero in t...
asked by 04.10.2018 / 08:54
1
answer

DataGridView change background color

I have a datagridview which will change the background color in the BackGroundColor property but when I run the app the background color looks as if it has not changed it. How can I change the color of the DataGridView at runtime?     
asked by 29.04.2016 / 23:31
1
answer

How can I avoid opening a User Control?

I'm working on a windows forms app. At the moment of calling a user control if it is open that you do not call it again. I want to do something like this: public static Boolean OpenForm(Form Formulario) { Form F = Application.OpenF...
asked by 31.05.2016 / 03:37
3
answers

Remove WPF buttons by default

Does anyone know what they are and how to remove the buttons that are added by default when creating a project WPF ? I attach an image with the buttons to which I refer: In windows forms, it does not appear only in WPF     
asked by 08.07.2016 / 14:09
2
answers

Import data from CSV to database from MVC5 using a form

I am doing a project and at this moment I need to import data from a CSV file "Excel" Delimited by commas (,) certain information, I need that by means of a form they can upload the excel and that this excel is automatically imported in the tabl...
asked by 25.05.2017 / 17:56
2
answers

Error creating class .CS with xsd.exe in VisualStudio 2015

I am creating a class with the xsd.exe tool and when executing the command I get the following error: Schema validation warning The element ' link '. Line 667, position 6. This is line 667 of the file <xs:element ref="ds:Signature" minO...
asked by 30.08.2017 / 21:33
1
answer

Syntax problem of the SQL statement in Visual Studio C #, with Access

I am new in the world of programming; This semester the professor has put us a project in C# , managing the database in Access (I use the Access 16, since I have the license of it). The problem is that when I save the data of one...
asked by 14.07.2017 / 00:43
4
answers

Unable to connect to the configured development web server

A few days ago I had to format my computer for some problems with Windows 10, when reinstalling Visual Studio 2015 and trying to run some web services projects, it sends me that error message that I do not completely know what it is. I hope some...
asked by 13.10.2016 / 18:22