Questions tagged as 'visual-studio-2015'

0
answers

How to check if pepflashplayer.dll was started and get Pid

I'm getting the modules being used by Chrome to see if the pepflashplayer.dll (FLASH PLAYER) has started I'm using this code for this void ListAllProcesses() { var hProcessSnap = WinAPI.CreateToolhelp32Snapshot(WinAPI.SnapshotFlags.TH3...
asked by 11.05.2017 / 21:06
1
answer

Printing DataGridView C #

I need to print the selected columns in a DataGridView. I can not generate an image because there are many columns (15 in all) and they do not all appear on the screen. I can print in landscape or portrait as long as all the information appears....
asked by 16.05.2017 / 22:11
1
answer

Auto List Member does not work with javascript

I use Visual Studio 2015, I'm having trouble not displaying auto list member in javascript.    * I've been in the configuration > Text Editor > JavaScript > General .       * I've noticed Visual Studio 2015 in the control pa...
asked by 19.02.2017 / 20:50
1
answer

Error after migrations (backend .Net)

My backend is built in .NET, and by including a certain table in the solution, I get the following error:    Can not create more than one clustered index on table 'dbo.Favorit'.   Drop the existing clustered index 'PK_dbo.Favorit' before   cr...
asked by 29.01.2017 / 21:18
0
answers

intellisense - Visual Studio

Hello I am developing a VB application with two forms, the first frmCadastroEndereco, to store addresses in the database, another one to register clients. I also use a module (modEndereco) that should access the objects of the form frmCadastr...
asked by 12.12.2016 / 02:28
1
answer

TFS could not find part of the path

I'm trying to check in a project for my repository in Visual Studio Online (Team Foundation Service). But I'm getting the following error message: Has anyone ever had this problem?     
asked by 17.12.2016 / 01:43
0
answers

Toolbar item to select default project

Applications Xamarin-Forms has option to select the project I want to start Startup Projects from the toolbar as below: You can enable this option for other projects, for example, I have a solution with web-api...
asked by 23.12.2016 / 16:17
0
answers

Error creating Windows Form in Visual Studio 2015 C ++

I created an empty CLR project I went to in project > > add new item > > UI > > Windows Form but he gives this error there, how to solve it?     
asked by 15.11.2016 / 02:16
0
answers

cmake source_group has no effect

I'm trying to organize the project generated in visual studio, so I'm using the source_group function to add the directories I want, but it does not seem to have any effect: set(CPP_FILES_REGEX "\b(\w|\d)+\b\.(hpp|cpp|c|h)") source_gro...
asked by 02.12.2016 / 01:33
1
answer

Connect Visual Studio to the database [closed]

Hello, I am trying to connect my project in Visual Basic, in Visual Studio, with my MySQL database, it presents the error below, could someone tell me how to solve this problem? I have already installed mysql odbc. An unhandled exception of typ...
asked by 24.08.2016 / 01:48