Questions tagged as 'visual-studio'

1
answer

How to show in the VB6 IDE in tabs, open project forms

How to show in the VB6 IDE in tabs, the open forms of the project? In Delphi it already shows everyone, but in VB6 I do not know, I've never seen VB6, it's the first time. How to close open forms? This is in design time, not run time. It is not...
asked by 25.04.2017 / 18:20
0
answers

How to escape HTML code inside an attribute of type data-text?

I wrote the following code: <label class="form-input"> <i class="material-icons"><span class="glyphicon glyphicon-lock" aria-hidden="true"></span></i> <input class="password-mask...
asked by 06.04.2018 / 00:10
1
answer

"dotnet run" command too slow

When I run the dotnet run command via the command line in my ASP.NET Core project I have to wait for 8 to 10 seconds until I can access the browser to test any changes. I downloaded Visual Studio 2017, I run the application quietly if I start...
asked by 02.04.2017 / 17:37
0
answers

How to update an application made in Windows Forms online?

I created an application in windows forms and, as I'm still developing and adjusting it, I need to be updating periodically. My program is being used on a five different machines and whenever one of the users asks for an update I do the follo...
asked by 16.03.2017 / 22:10
1
answer

MainWindow resizes by itself when I run the application

Greetings! I created a small window in XAML in a WPF project where Design view is perfect, but when I run the application in Debug mode the window changes size alone. What do I do to make the window size not change? Below are the screen...
asked by 07.04.2017 / 23:23
0
answers

Error using NuGet Package Manager in VS 2017

I installed VS 2017 community 2017 and give this error when I need to use the Nuget Package Manager? PM> enable-migrations enable-migrations : O termo 'enable-migrations' não é reconhecido como nome de cmdlet, função, arquivo de script ou...
asked by 22.03.2017 / 11:25
1
answer

Error installing - NuGet - Unable to connect to the remote server [closed]

My Nuget was not able to download any packages and I could not see the packages installed in Manager Package , so I researched a bit and decided to uninstall and install again. The problem starts when I try to reinstall the nuget, as so...
asked by 21.03.2017 / 18:12
2
answers

Error DispatcherTimer C # (Universal app win 10)

I'm new to programming and I was able to do this code with help, but an error is occurring. follow image. public sealed partial class MainPage : Page { private MySqlConnection _connection; DispatcherTimer mytimer = new DispatcherTimer...
asked by 11.03.2017 / 02:33
0
answers

Error opening project files

I am trying to open files in my project but it is giving error when I try to access any of them. I can compile anyway. The files exist, I can edit them out of the IDE, the names are correct. How can I fix this?     
asked by 12.04.2017 / 02:56
1
answer

Strip Status Label does not display image in Image Margin (Context Menu Strip)

I'm trying to insert an image into a StripStatusLabel, but for some reason it is not displayed in the left corner, just like a StripMenuItem. Inserts are being made in the same way: Dim teste As New ToolStripStatusLabel("Teste") Dim sair As...
asked by 06.02.2017 / 17:33