Questions tagged [toolbox]

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

360 questions
1
vote
0 answers

using valition in toolbox in visual studio

I'd like to use valition in toolbox to validate my forms,but it seems something wrong. If I open toolbox,there are only HTML en General tags available. If you right-mouse klink 'show all',i can well find 'Validation' tag,but the items are not…
congying pan
  • 999
  • 1
  • 7
  • 10
1
vote
1 answer

iptPointerManager error when using roipoly (MATLAB)

I'm trying to use roipoly(I) to allow user selection of a region within an image. When I run the example code from MATLAB documentation: img = imread('eight.tif') imshow(img) bw = roipoly(img) I'm getting the following error: Undefined function or…
guyts
  • 899
  • 2
  • 17
  • 34
1
vote
2 answers

What are my options for filtering custom .net controls from the WinForms toolbox of Visual Studio 2008?

Visual Studio 2008 does a much better job of detecting and adding controls from projects to the toolbox for use in the forms designer. If you have an assembly with a UserControl- or DataSet-derived type, then it will automatically detect and add…
el2iot2
  • 6,428
  • 7
  • 38
  • 51
1
vote
1 answer

Change the XAML auto generating text when a custom control is dropped from the toolbox onto Mainwindow

When a wpf custom control is added to the toolbox and dragged onto the MainWindow, the automatically generated text in the XAML editor contains some properties=values by default. How can I alter this text so that automatically includes some new…
1
vote
0 answers

trying to play an mp3 file in bluej and toolbox isn't initializing (on a mac)

this is my code, its meant to play an mp3 file which I put in my bluej folder, im really stumped with the toolbox error though. import javafx.scene.media.Media; import javafx.scene.media.MediaPlayer; import java.io.File; import java.net.URI; import…
1
vote
0 answers

Visual Studio crashes when trying to accses Toolbox -> COM Componets

Visual Studio crashes when trying to access Toolbox -> COM Components This happens on my desktop dev PC with VS 2015 Pro and 2017 Community. I also tried it with visual studio in SaveMode (from the command line using: devenv.exe /SafeMode). In…
Markus
  • 942
  • 9
  • 17
1
vote
1 answer

C# WPF - The longer I press on a button the faster will be counted

I just "build" a Numeric Up Down button. Now I have a question, I would like that if I press the button longer the longer the presses are counted faster. But only after 1-2 seconds. As well as the normal Numeric Up Down Button. If you clicked on the…
user7597016
1
vote
1 answer

How to mute output in apple aurio Touch (audio sessioin example) application?

I have wrote detector of breath based on apple's aurio Touch example application. But i can not figure how to set audio unit or audio session not to play sounds from audio input. Now when blowing in the mic, i can hear the breath from iphone…
flagman
  • 502
  • 4
  • 18
1
vote
2 answers

docker toolbox on windows then docker run hello-world gets x509: certificate signed by unknown authority

Tried many of the examples but none work for me. My Docker version: C:\>docker version Client: Version: 1.12.2 API version: 1.24 Go version: go1.6.3 Git commit: bb80604 Built: Tue Oct 11 17:00:50 2016 OS/Arch: …
R Wheeler
  • 21
  • 3
1
vote
2 answers

Using an instance as on item in ToolboxControl in WF rehosted debugging interface

I'm creating an application that rehost workflow designer. What I did is following the tutorial from Apress' Pro WF 4 books. The principle of the tutorial is: 1. Use WorkflowDesigner class to read workflow xaml file, and bind WorkflowDesigner.View…
arinto
  • 143
  • 10
1
vote
2 answers

Adding Vlc.DotNet controls to the toolbox

I am beginning development using the Vlc.DotNet project for my own applications. I grabbed Vlc.DotNet via the NuGet Package Manager and all 4 of the dlls are successfully listed as references. I am trying to add the controls to the toolbox. I have…
Jody Sowald
  • 342
  • 3
  • 18
1
vote
1 answer

How to adjust Visual Studio Toolbox to active document?

I have implemented a set of ASP.NET web custom controls and added these to my Visual Studio 2008 Toolbox. I also created some user item templates, which are basically ASP.Net Webforms pages with some preconfigurations. I would now like to assign…
jfs
  • 293
  • 1
  • 3
  • 9
1
vote
4 answers

Move snippets to VS2015 toolbox

I have two development PCs, a win7 and a win10. On the win7, my vs2015 express toolbox has a tab containing the bootstrap snippets. Although I can use the bootstrap snippets in the usual manner of right-clicking and "insert snippet", it's very…
Bicycle Dave
  • 484
  • 1
  • 7
  • 25
1
vote
0 answers

cross validation matlab toolbox issue

Labels=[1; 0]; k=5; groups = Labels; cvFolds = crossvalind('Kfold', groups, k); I am getting error of no bio informatics toolbox. Is there a way I could rewrite this function without using crossvalind?
shr m
  • 27
  • 1
1
vote
0 answers

SqlDataSource control is hidden in ToolBox of Visual Studio 2012

I'm a fresher started my career with SharePoint. I created a visual web part and tried to bind data with grid view of a SqlDataSource. But I cant see the SqlDataSource control in the toolbox and its hidden. I can see its being disabled when I…