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

Visual Studio toolbox items disabled after updating to 17.7.2

After updating to version 17.7.2 of Visual Studio 2022, I can no longer use controls in the toolbox. I see the following: If I try to drag an item that appears to be enabled it does not work and the item immediately shows as disabled. I am working…
rrirower
  • 4,338
  • 4
  • 27
  • 45
1
vote
0 answers

how to fix a visual studio toolbox?

I can't select or drag any item from the toolbox on visual Studio, how can I fix it? I've been searching around for the same problem
1
vote
1 answer

With the toolbox container tool, can I run an Ubuntu toolbox on top of a Fedora host?

https://github.com/containers/toolbox is a system for integrating containers more closely with a host environment, so that you can switch into a toolbox, automatically give it access to your home directory, and install some compilers. Can toolbox be…
joeforker
  • 40,459
  • 37
  • 151
  • 246
1
vote
0 answers

Is there a way to add the GRASS v.centerline function to the QGIS Toolbox GRASS functions?

The standard GRASS plugin in QGIS does not include the v.centerline function in the Toolbox.. it may be an extension that needs to be added.. is there a way to add v.centerline to the GRASS functions in the QGIS toolbox? Would prefer not having…
user199837
  • 11
  • 1
1
vote
1 answer

Razor : Where is Server side controls

I am new to MVC 3. When I generated a file called NewEmployee.cshtml, I could see only HTML controls. Where is the server side controls ? If it does not support those controls, why should I go for Razor ?
Rauf
  • 12,326
  • 20
  • 77
  • 126
1
vote
1 answer

Visual Studio 2022 dont open "Choose Toolbox Items" window

I just installed Visual Studio Community 2022 on a new computer with windows 11. It presents the following problem: When I go to the toolbox and right-click and go to "Choose Items...", it was to open a window called "Choose Toolbox Items", but…
Nayala
  • 31
  • 6
1
vote
0 answers

Visual Studio Code 2022 Community: get and enable all windows elements (controls) from toolbox

I am using Visual Studio Code 2022 Community IDE. When I am working on a web form designer and opening the toolbox not all windows forms elements (controls) are available. I do right-click on toolbox - show all and when I click on all windows forms…
1
vote
1 answer

Echarts - toolbox, how to change icon color after click?

I have custom icon for zoom. import zoomIcon from "common/assets/icons/zoom.svg"; feature: { dataZoom: { yAxisIndex: "none", icon: { zoom: `${urlImgBase}${zoomIcon}`, back: `${urlImgBase}${resetIcon}`, …
Dell Opp
  • 41
  • 6
1
vote
1 answer

Silverlight UserControls Don't Appear in Toolbox

I started with a Silverlight Business Application project in VS 2010 and added two user controls. If I create an instance of either user control in the code behind of the main form and add them to the page, they appear properly. However, they are…
Eric J.
  • 147,927
  • 63
  • 340
  • 553
1
vote
1 answer

WinForms Toolbox shows not existing controls?

I pressed the right mouse button and selected the "Show All" option. After that, a lot of duplicates of the same controls appeared. However, there are controls that I have not seen before. The problem is that they are disabled, I can't put them on…
Demexis
  • 25
  • 7
1
vote
1 answer

Change the Icon of the Selected Item of the QToolBox in PyQT

Following is the PyQT code, from PyQt5.QtWidgets import * import sys class Window(QWidget): def __init__(self): QWidget.__init__(self) layout = QGridLayout() self.setLayout(layout) # Add toolbar and items …
Sakib Khan
  • 305
  • 2
  • 13
1
vote
1 answer

Systems with multiple constraints in PyMacroFin

I have a question regarding the toolbox PyMacroFin. Is handling simultaneous constraints possible? I mean for example we>1 && wr<0? (we and wr are two endogenous variables that need to be constrained at the same time)
Mojtaba
  • 13
  • 2
1
vote
3 answers

is it possible to change the default layout forms from the toolbox in Visual studio?

I have already tried to find an answer in google but I am probably not using the correct words to get an useful link. I designed a C# GUI using the toolbox in Visual Studio 2008. The thing is at the end my GUI is not good looking, but the…
Carolina M
  • 33
  • 4
1
vote
1 answer

.NET Core Windows Forms app: can't find System.Timers.Timer in visual studio 2019 toolbox

Starting an app in Visual Studio 2019. It is a Windows Forms app using .NET Core 5. I have used System.Timers.Timer previously and found it to be of low jitter. However, I am not able to find it in Visual Studio toolbox. There is a timer under All…
HBC531
  • 47
  • 6
1
vote
0 answers

Can't find BackroundWorker in the Toolbox of Visual Studio

For some reason, I can't find "BackroundWorker". It should be under Components but I cannot find it. I have updated my Visual Studio to the latest version and my project type is windows forms apps (.NET core) Proof my BackgroundWorker isn't there: