Questions tagged as 'visual-studio'

1
answer

Error in the script on this page

I'm trying to start C # studies with visual studio, but when I run the code the following error occurs: I already researched what happened but could not find out why this is happening     
asked by 01.09.2018 / 06:51
0
answers

USB Connection with Microcontroller in Visual Studio C #

I have a microcontroller programmed to send data in Visual Studio c # through class USB Hid Net Class . I have the license to use the class already and the application has run normally on several computers. The data is passed through the...
asked by 03.09.2018 / 13:26
0
answers

C # (windows form) progress bar using mysql data

I currently have this code in one of the forms of a developing application and would like to create a progress bar which, by clicking on the View button (which takes a while to populate the datagrid) would show the progress of the data. namespa...
asked by 22.08.2018 / 18:57
1
answer

How to disable the textchanged event in the load event in Visual Studio C #?

I have the following problem: I have a function that is called when the button triggers the textchanged event only when I start the program for the first time it calls the textchanged function in the load event. I want when the program starts th...
asked by 17.08.2018 / 18:06
1
answer

Is it possible to open a form with one common user and another as an administrator in the same application?

I have a program that in certain parts needs to be run as an administrator, while others need to be run as an ordinary user. Example: configuracoes.Show() 'Esse será executado como usuário comum' suporte.Show() 'Esse como administrador' The...
asked by 13.08.2018 / 22:58
1
answer

Capture event "Save work item" in TFS - Visual Studio 2015

Good morning everyone. Is that okay? I use Visual Studio 2015 to access TFS Work Items and I'm looking for a tool that stores some activity-specific information in an Excel spreadsheet, and when I finish a Work Item, send an email with specif...
asked by 09.08.2018 / 13:59
1
answer

C # flowchart component / organization chart

I am making a desktop application for product configuration, having as selection fields several options related to them, eg model, voltage, application ... when selecting each one, the others below are filtered according to what is registered in...
asked by 06.08.2018 / 19:03
1
answer

Asp.Net configure routes for multiple mvc projects

So that I can understand how this architecture of multiple MVC projects in a Solution works. How do you link (link) a project to another within the same solution? Forexample,IwouldlikethatintheHomeManagementViewIgetalinktoViewHomeOrdinance....
asked by 06.08.2018 / 21:38
0
answers

Web Service returns result only locally - Visual Studio

This is the following, I have a web service done in Visual Studio that has some methods. The problem is that I'm not able to access one of this methods through its full URL, just locally. Here is the method code so that you can check: [Route("...
asked by 01.08.2018 / 22:11
0
answers

give update in excel sheet with c #

I need to make a system that enters a website and enter the cpf, if cpf is registered in this site he can get the client's email and phone, after that impute this data in an excel worksheet. It takes the cpf's from a worksheet in excel as it...
asked by 25.07.2018 / 17:42