The Toolbox displays icons for controls and other items that you can add to Visual Studio projects.
Questions tagged [toolbox]
360 questions
1
vote
2 answers
What are the equivalents for DesignTimeVisibleAttribute and ToolBoxItemAttribute in WP7?
What are the equivalents for DesignTimeVisibleAttribute and ToolBoxItemAttribute in WP7?
We can use those two attributes to show/hide a certain control in design time, but the WP7's FCL does not include them.
What is the alternative…

Cui Pengfei 崔鹏飞
- 8,017
- 6
- 46
- 87
1
vote
0 answers
Android superuser access from my application
I'm writing an application that should modify some files it doesn't have access to: another application's database, default.prop, etc.
Currently, it is done with "su" request and temporary "chmod 0777" to required files. But I think that's not the…

Demiurgous
- 53
- 4
1
vote
1 answer
How to populate HTML Toolbox in Visual Studio?
I'm coming to you with this question because I'm trying to learn ASP.NET Core MVC pattern and I can't quite remember all the elements in HTML + HTML Helper and so I was thinking of adding them to my toolbox.
I know of the existence of "Code…

Florent DERUE
- 11
- 2
1
vote
1 answer
Javascript Image Toolbox
I want to know if there is a jquery or javascript plugin that allows you to add an element into a div and move it across it and resize it (just like you would in photoshop).
I have to make a business card editor and I'm looking for a easy way out…

Ciprian Mocanu
- 2,166
- 3
- 25
- 44
1
vote
1 answer
How to install WFDB Toolbox for MATLAB on Code Ocean?
I am trying to run the wfdbdemo in Code Ocean.
In the postInstall script on Code Ocean, by following the instructions, I have tried to install WFDB toolbox for MATLAB and Octave on Code Ocean without success.
Does anyone have an idea how to do it?

Miguel Altuve
- 21
- 4
1
vote
1 answer
Is it possible to add a custom toolbox repository to the add-on explorer?
Is it possible to add a custom (potentially private) toolbox repository to the MATLAB Add-On Explorer? Something like this:
In other words: is it possible to integrate a custom binary repository manager with MATLAB? Has anyone explored this…

Rody Oldenhuis
- 37,726
- 7
- 50
- 96
1
vote
2 answers
C# how to design html in a xaml page
So I want to make a htmlpage in a xaml-window. I searched the net, but the only thing I found was how to edit the text, but not how it is shown in the page. I want to create (or use, if it already exists) a toolbox for html. and i want to put this…

Stef
- 149
- 3
- 13
1
vote
0 answers
Why does my Visual Studio 2019 IDE show gibberish for the Toolbox
I have the latest Visual Studio 2019 and my MFC project has now started to show the toolbox items in a weird way in the resource editor:
It also does this for new projects. The Dialog node in the toolbox is fine though.

Andrew Truckle
- 17,769
- 16
- 66
- 164
1
vote
2 answers
can we add silverlight application in tool box of asp.net web application
can we add silverlight application to tool box of asp.net web form application so that instead of writing HTML to include silverlight application i can just drag n drop it from tool box.

Sumit
- 2,932
- 6
- 32
- 54
1
vote
1 answer
Why toolbox in Visual Studio 2017 xamarin project is empty
I want to write a program in xamarin c#.net by Visual Studio 2017
So I new a xamarin project and when I want to drag and drop controls into xaml form but I noticed that there is no control in toolbox panel. How to solve this?

user10667847
- 11
- 2
1
vote
1 answer
How to access the container server in Docker Toolbox
I am running a container in localhost with Python Django (python manage.py runserver 0.0.0.0:80) and I want to access this service in my wifi network...
When I run the server locally (no Docker), it works fine, I can put the IP of my computer in my…

Jackson D
- 130
- 6
1
vote
1 answer
Image Processing Toolbox(MATLAB) in Python
Good day everyone! Is it possible if I can import the toolbox to Python? I am currently converting a script from MATLAB to Python and the script used some IPT toolbox functions and I don't really know what libraries I should use as an alternative to…

Paulo Estrella
- 25
- 11
1
vote
0 answers
start docker tool-box: Unable to find image 'image:latest' locally
I am newbie into docker did the following:
couldn't install docker engine on my windows 7, but instead:
installed docker tool-box (engine should be already included)
the terminal from the docker tool-box shows me the sign of the docker and…

Snymeh
- 255
- 1
- 3
- 9
1
vote
1 answer
How do I make components from other dlls accessible in the VS 2005 Toolbox?
I have the "Tools->Options->Windows Forms Designer->General->AutoToolboxPopulate" property in VS 2005 set to true.
I am referencing a DLL file with (public) custom components and forms in my project, but the components are not in the Toolbox. I…

Mike Webb
- 8,855
- 18
- 78
- 111
1
vote
0 answers
Change height and icon position of QToolBox tabs, using proxys
Ok, so I want to customize the height and the position of icons of the tabs from a QToolBox widget. I am not able to do it using stylesheet (I tried different options, but none worked, see question: Customizing QToolBox: tab height), so I decided to…

laurapons
- 971
- 13
- 32