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

Is it reliable & consistent to use Scala ToolBox for Creating Akka FSMs Dynamically?

I'm working on a rules project that involves FSMs(AKKA) to be created dynamically using input parameters defined by the user. Unfortunately, I found weired exceptions by Toolbox while evaluating the tree and it is not giving me the consistent…
Avis
  • 496
  • 1
  • 5
  • 18
1
vote
2 answers

How can I get toolbox icon of standard WPF control at runtime?

I tried something like this: var attrs = typeof(System.Windows.Controls.ComboBox).GetCustomAttributes(typeof(System.Drawing.ToolboxBitmapAttribute), true); ...but attrs is empty collection. I also tried to look up for icons resources in assemblies…
Win4ster
  • 896
  • 1
  • 8
  • 15
1
vote
1 answer

Difference between DSP system toolbox and signal processing toolbox in MATLAB

I come up with a question when studying MATLAB for signal processing purposes. What is the difference between DSP system toolbox and signal processing toolbox in MATLAB. Thanks in advance
Shirin Najdi
  • 63
  • 2
  • 8
1
vote
1 answer

Moving the window in the Form1.cs[DESIGN]

The problem is when i open the toolbox it blocks some of the form. Like in the picture. So how do i move the form to the middle of the screen or somewhere else? Off curse this is VS2013 Using c# Windows forms application.
God
  • 1,238
  • 2
  • 18
  • 45
1
vote
0 answers

Urllib works in Python editor but not Python Toolbox - Permission Denied Error

This piece of code works fine in a Python editor, but when I create a simple Python Toolbox with no input paramaters, messages, or anything, and just try to execute, I get error message "Permission Denied". I think it has something to do with the…
1
vote
1 answer

Opera in a C# application

I have a C# application for on a pocket pc. It looks as a browser but some underlaying extra things. Currently im using the webbrowser of .net but I want to use the Opera browser due functionality. Is it possible to add a opera item on my form? And…
PoweRoy
1
vote
1 answer

How to install toolbox in Visual Studio 2008 Tester mode

I installed VS 2008 Team System and chose mode for testers. But there is no Toolbox in View (buttons, textboxes etc). How can I install toolbox or launch VS in other mode? Thanks.
greatromul
  • 1,069
  • 2
  • 15
  • 42
1
vote
0 answers

Cannot find an exact (case-sensitive) match for 'lteRMCDL

I tried to use the function lteRMCDL.m, but then it returns this: x=lteRMCDL('R.5') Cannot find an exact (case-sensitive) match for 'lteRMCDL' The closest match is: LteRMCDL in /usr/local/MATLAB/R2014a/toolbox/lte/lteobsolete/LteRMCDL.m Then, I…
viniciuslb
  • 11
  • 3
1
vote
1 answer

How to add my custom WPF control to the ToolBox by using the WPF ToolBox Control template

I have a custom control packed as myControl.dll. How to install it in VS2010 by using the WPF ToolBox Control template? I do not want to use the "Choose Toolbox..." or "Drag and Drop" techniques.
ricardo
  • 11
  • 1
  • 2
1
vote
1 answer

How to use All XAML Control in toolbox - Visual Studio 2012 Windows Phone 8

I'm new in developing windows phone apps. I've tried using Ms Visual 2013 (WP 8.1) and in the toolbox we can use All Xaml Control, but when i want use Ms Visual 2012 (WP 8) i can't use all xaml control. So, is it possible to use all xaml control in…
anombhayu
  • 61
  • 1
  • 7
1
vote
1 answer

Matlab "Out of Memory" error when running "Stacked Auto-encoder example" program (deep learning toolbox) using MNIST dataset

i'm new to deep learning and i was using matlab's deep learning toolbox. i wanted to run : "test_example_SAE.m" which builds a stacked auto-encoder and trains and tests it using MNIST dataset, but i couldn't because of this error : * Error using…
Mahdi k
  • 25
  • 3
1
vote
1 answer

Is there any fault in my assumption that the following class Should be usable in the Visual Studio Component Toolbox?

I have a large number of Windows forms components that I have created in one DLL. I have historically had to import the project in which those reside into other solutions in order to utilize these components. I am attempting to resolve that…
DigitalJedi805
  • 1,486
  • 4
  • 16
  • 41
1
vote
1 answer

How to add Controls to my ToolBox from another project

Im having issues adding UserControls into my Toolbox from another project in my solution. The main project is "AppDesigner" the new Project is "AppDesigner.UI" Both reflect the namespace. Withing the main project (AppDesigner) I added a reference to…
IEnumerable
  • 3,610
  • 14
  • 49
  • 78
1
vote
0 answers

Tabs on Silver.UI not updating

I need to programitically add tabs to a Silver.UI toolbox after load, and after I add the tabs and call refresh, it still does not show them. But for some reason, when I put the code in load, it works! Here's my code: //Load the objects into the…
Noah
  • 124
  • 3
  • 10
1
vote
3 answers

VBA favourite code management

Just like Visual Studio allows us to drag our favourite code to toolbox and then use it later in any project. Do VBA allows this kind of functionality by any chance.? What is the best way to manage the favourtie/reptitive vba code which i can use…
user2063626