Questions tagged [toolbox]

The Toolbox displays icons for controls and other items that you can add to Visual Studio projects.

360 questions
3
votes
0 answers

Miscalculation of new function "pcsegdist" in Matlab R2018b

I try to test the new function "pcsegdist" in Matlab R2018b. However, the result is wrong for Segment point cloud into clusters based on Euclidean distance Example: I test with 3D data points- 1797 points (please see attached test.txt file). It is…
Thanh Ha
  • 139
  • 1
  • 6
3
votes
2 answers

Missing some components in SSIS toolbox in Visual Studio 2017

I am using Visual Studio Community 2017 for developing SSIS packages and I use SQL Server 2016. Some of components are not in SSIS Toolbox. This is that I have now: and this is my colleges have(They don't have the same version of Visual Studio that…
Ardalan Shahgholi
  • 11,967
  • 21
  • 108
  • 144
3
votes
4 answers

Missing Visual Studio 2010 toolbox items in ASP.NET Website or Web Application?

After installing Visual Studio Professional 2010, and creating a new website or web application, toolbox items are missing! I've tried also running Visual Studio in safe mode "devenv.exe /SafeMode", I got the same issue. I also tried reset toolbox…
Ahmed Atia
  • 17,848
  • 25
  • 91
  • 133
3
votes
3 answers

minikube install package using toolbox but the container does not internet conexion

I'm wondering how can install a package inside the minikube VM. I need some tools. I have tried the /bin/toolbox container, but It does not have internet conexion. [root@docker-fedora-24 ~]# dnf update --verbose cachedir: /var/cache/dnf DNF version:…
Jorgese
  • 551
  • 6
  • 14
3
votes
1 answer

Visual studio for Mac missing Toolbox items

Hi I've just installed Visual Studio for Mac. I've created a new solution/project (ASP.NET Core Empty Web Application), but for some reason I'm missing drag/drop items from the Toolbox. Any suggestions why its empty? Thanks :)
Michael Falck Wedelgård
  • 2,943
  • 1
  • 27
  • 39
3
votes
1 answer

Video Capture Compressed with VTCompressionSession plays too fast

I am receiving raw RGBA data from a AVCaptureVideoDataOutput and using VTCompressionSession to compress it to a raw H264 stream. The problem I have is that the resulting stream plays too fast (playing in VLC), about 3x the real speed. I am using…
3
votes
1 answer

Custom Control and Application in Same Project

I want to create a custom control in C# which I will use multiple times in my application, but will not likely use in any other applications. I have seen several websites which explain how to create a custom control and add it to the Visual Studio…
Brian
  • 1,201
  • 2
  • 14
  • 26
3
votes
7 answers

Visual Studio 2015 Blend - Toolbox

I recently installed Visual Studio 2015 Blend, but can't find the toolbox! I have searched and searched, but haven't been able to locate it, and it's quite essential, so any help would be appreciated.
Jon F
  • 61
  • 2
  • 4
3
votes
1 answer

Problems with symsum() function in Symbolic Math Toolbox

I'm having some problems when using the symsum function in MATLAB's Symbolic Math Toolbox. My code should be returning: ans = sin(x) + x*cos(x) - x^2 / 2 * sin(x) I think it has something to do with symbolic variables, but I'm new into MATLAB so…
hectorhfm
  • 105
  • 9
3
votes
1 answer

How to Set Path in Matlab?

I wrote some codes for my project in Matlab. These codes consists of some functions and a main run file which are all scripted separately and kept in a folder. When I want to run the project I must set the Matlab path to this folder and then run the…
Masan
  • 347
  • 1
  • 4
  • 17
3
votes
1 answer

What is the recommended way of adding components downloaded from nuget to toolbox?

I have a C# Windows Forms project in which I use a component that I obtained through nuget. Now I was wondering what is the correct way of adding this component to the toolbox in the designer. Should I make a separate copy of the component on my hdd…
jahu
  • 5,427
  • 3
  • 37
  • 64
3
votes
3 answers

(ArcGIS) Create new function for Arcpy

As a result for my graduation paper I am trying to create a new toolbox for ArcGIS using Python scripting. The problem is I am stuck with my code because none of the existing functions in Arcpy does what I need to do. So my question is, is it…
Gabriel_LB
  • 33
  • 3
3
votes
5 answers

No Report Items in toolbox (VS 2008 SP1)

I am using Visual Studio 2008 SP1 (version 9.0.30729.1). My problem is that the only reporting-related toolbox items I see are 3 "Textbox" controls. Where are the other stuff? Do I need to add a reference to a different assembly? Here are the steps…
Gus Cavalcanti
  • 10,527
  • 23
  • 71
  • 104
3
votes
1 answer

WPF: Error getting UserControl into ToolBox

I can remember that some time ago when I created a UserControl in Visual Studio 2008 the USerControls automatically appeared in the ToolBox. Now they don't. If use "Choose Items.." on the ToolBox I get the error message "The given assembly name or…
codymanix
  • 28,510
  • 21
  • 92
  • 151
3
votes
3 answers

VisualStudio - How to unattended install a 3rd party DLL control?

I'm trying to make a deployment of vs2012, The extensions are too easy to install because they are in VSIX format so i can call them silently, The question is how can I install a DLL control in my VS without opening the "choose toolbox items..."…