Questions tagged as 'visual-studio'

2
answers

Copy text from a textbox

HowcanImakethe"Copy" button copy all text from the textbox?     
asked by 04.10.2015 / 01:02
1
answer

Auto component alignment does not appear in Visual Studio

Do you know when you drag, for example, a textbox to one place and another to another location, and Visual Studio automatically aligns you so that form is more organized? I use Visual Studio 2013 and it suddenly stopped with thi...
asked by 24.08.2015 / 18:25
1
answer

Deploy WindowsForms with .mdf database

I made a program in Windows Forms (C #) in layers. Model DAO BLL Interface Create in the Model Project a Bank (Generator.mdf) and its Context (edmx). Now I want to publish, and how do I get the .mdf file to come with publish?...
asked by 11.08.2015 / 04:52
2
answers

CSharp Fill ComboBox with query, however bring already selected the option saved in the bank

I have a product registration screen with a LOCAL Combobox. Product table has LOCAL ID, called pro_local. And the local table the fields loc_cod and loc_descricao My combobox is populated with the function: public DataTable RetornaLocal()...
asked by 31.07.2015 / 19:11
1
answer

Questions about the datagridview

Hello, I have some questions about the datagridview of visual studio, I would like to know how I can change the values of the columns that appear to the foreign key of the sql server by the value of the table that is referenced to the primary key...
asked by 10.07.2015 / 02:56
1
answer

Visual Studio 2010 Outline Extension

I know there are extensions to Visual Studio 2010 that display outline specific to each environment: C #, css / javscritp, and HMTL? Are there any solutions in a single extension? Or do I have to set up and install multiple extensions for the...
asked by 24.11.2014 / 21:13
1
answer

Graphics with Crystal Reports

Good morning! I have a report that shows the sales performance by salesperson with period comparison. I would like to plot this data with a line chart as follows: Eixo vertical (Y): Soma de valor de venda (por mês) Eixo horizontal (X): Mese...
asked by 27.01.2015 / 12:47
1
answer

What do Visual Studio object browser icons represent?

We know by this link the meaning of the icons but there are still some that are unclear, and appear in Visual Studio , such as: or. Is there another table known with this legend and containing all the icons?     
asked by 13.08.2014 / 16:57
2
answers

Error Could not load file or assembly Microsoft.Web.Infrastructure

I created a website in C #, the same one runs on my machine, but when I publish and update on the server via FTP (Filezilla) this message appears, can someone give me a hint how to solve?    Could not load file or assembly 'Microsoft.Web.Infra...
asked by 26.10.2014 / 20:51
0
answers

How to integrate a Class Library into a Database Project in Visual Studio

Hello, I'm creating a solution in Visual Studio where I would like to separate all layers of the application into projects to have a more well-defined structuring. My solution so far looks like this: Solution | - Database (Database Project)...
asked by 11.09.2018 / 16:54