Questions tagged as 'visual-studio'

2
answers

Change the font to comic sans in the Visual Studio editor

I need to change the default font that Visual Studio brings, I want to use a better typeface to program as comic sans . You can help me. I know that in eclipse if it can be changed, as this question says How to change the type and default f...
asked by 28.12.2017 / 16:40
4
answers

How can I hide and show a Tab from a TabControl?

I am using a TabControl within a form designed in C #, this TabControl has two Tabs and I need to be able to hide one and / or display it depending on a status that arrives as a parameter from another form. I can not find a propert...
asked by 23.04.2016 / 00:46
2
answers

Display data from a DataGridView column in float

I'm developing an application in Windows C # which takes the order inside a datagridview and when you press the "calculate total" button you have to add the "Cost" column. The problem is that I do not respect the decimals since it shows the whol...
asked by 12.09.2018 / 20:49
3
answers

How to predefine columns in a DataGrid filled with data from a database?

I want to give an already defined style of columns with their title and everything to a DataGrid, I present the records of a table called users where I use the following code made from C # with Visual Studio 2017 public void mostrarTabla()...
asked by 07.04.2018 / 21:38
4
answers

How can I attach a PDF file to a DB record in SQL with C #?

The need I am having is to know if there is any possibility of attaching PDF files or any type of file to a DB record in SQL Server 2008 R2 from a C # application made with VS 2012.     
asked by 09.02.2016 / 23:41
1
answer

screen print an unsigned char array with iostream

I have a console application in C ++ in Visual Studio Express 2013 with the following code: #include <iostream> #include <ostream> using namespace std; void GetValores(unsigned char* c) { // aquí va mucho código que asigna val...
asked by 21.09.2016 / 18:09
1
answer

dataGridView prevent relocation when updating

My program contains a dataGridView where a series of data is displayed, this is updated every X seconds with a Timer_tick , the problem is that in each update the selected row of DataGridView is again the first, the objective...
asked by 11.01.2018 / 10:39
1
answer

Do not allow access to defaultUrl in web.config file

I have a web application that has loginUrl="Index.aspx" and% defaultUrl="list.aspx" . This works well, because once I have the Index.aspx and I hope the user identifies, I get the page list.aspx . The problem is t...
asked by 08.02.2016 / 19:11
1
answer

Alternative to visual studio compile my programs without IDE [duplicate]

I want to compile my applications in Visual Studio that I normally do in Visual Basic and C# but without needing to start the IDE every time I need to compile. The project would look like this: I want to co...
asked by 22.12.2016 / 11:45
2
answers

What is the assembly reference for "RestClient, RestRequest and HttpBasicAuthenticator"

I am developing for Windows embedded 6.0 and since I want to send emails, researching I found Mailgun this gives me the code which should be in project which is this: public static RestResponse SendSimpleMessage() { RestClient...
asked by 26.09.2016 / 18:22