Questions tagged [toolbox]

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

360 questions
0
votes
2 answers

Pattern to implement a toolbox in .Net/Wpf (not the visual part)?

I'm building a Wpf app that currently has a toolbox which looks and functions similarly to the Visual Studio toolbox. I have a range of classes that are represented in the toolbox and different types of objects that can each contain some, but not…
awx
  • 97
  • 2
  • 6
0
votes
1 answer

Normalization of handwritten characters w.r.t size and position

I am doing a project on offline handwriting recognition.In the preprocessing stage,I need to normalize the handwritten part in binary image w.r.t its size and position.Can anyone tell me how to access just the writing part(black pixels) in the image…
abc2013
  • 1
  • 2
0
votes
1 answer

the map in label2rgb function

I want to use the label2rgb function to construct a color image with a labeled image issued from a segmentation process. So I compute a color map n-by-3 which contain the meanvalue of each region detected in the segmentation. and I make this: Lrgb…
mariem
  • 11
  • 3
0
votes
1 answer

Creating Toolbox objects (e.g. Labels etc.) in code

I'm new at using Microsoft Visual Studio, but I have some knowledge about C++ language. I'd like to create object can be found in Toolbox, such as Labels, Button, etc., but without putting them onto the window by hand. How can I do it?
Zoltán Schmidt
  • 1,286
  • 2
  • 28
  • 48
0
votes
2 answers

How to add image between blog posts

I'm trying to figure out how to add an image between blog posts (i.e., a graphic basic divider line, not a border) on my website: www.sacspartans.org I know how to create and div, add the image, etc. But I don't know what file to make the…
jthespartan
  • 33
  • 1
  • 2
  • 10
0
votes
1 answer

Calling A Tool From Another Form to Another?

im working on a code-editor(winforms) and Im just wondering if its possible to call a specific box from a form to another? sample for this set of codes: int line = 1 +…
Elegiac
  • 366
  • 10
  • 25
0
votes
1 answer

Visual Studio 2010 toolbox empty when run in XPSP3 Compatibility Mode in Win 7?

I have found that the only way to get a non-empty toolbox in the Visual Studio 2010 designer in Win 7 is to not run the IDE in XPSP3 Compatibility Mode. Why is this the case?
CJ7
  • 22,579
  • 65
  • 193
  • 321
0
votes
1 answer

Any control like context menu in DevExpress?

I'm using controls from DevExpress to develop desktop application in VB.NET. Now, I want to add context menu also from DevExpress. But I cannot find such control in toolbox. Is it missing only in my version or DevExpress has not developed such…
Pradip Kharbuja
  • 3,442
  • 6
  • 29
  • 50
0
votes
1 answer

Does WooCommerce work ok with Toolbox wordpress child theme?

I'm going to be using WooCommerce and I need to figure out whether my best bet is to create a child theme of twentytwelve or to create a child theme of toolbox. It's a difficult one to research due to the generic name of toolbox, so I was wondering…
ban-geoengineering
  • 18,324
  • 27
  • 171
  • 253
0
votes
1 answer

How to make custom control DLL which can be added onto toolbox?

I'm not sure what to call this. I've made a C# program that contains GUI controls/components for the Visual Studio Toolbox. Once you add the *.CS source it automatically adds the controls into the toolbox: However once I made this into a DLL, I…
K_X
  • 173
  • 9
0
votes
1 answer

WinForms.net: a control for one project only

I want to make a composite control which I could drag to form multiple times, but this control should reside in one project only. I do not like the idea of making a control, and installing it to be visible to all projects in a Visual Studio 2010…
Paul
  • 25,812
  • 38
  • 124
  • 247
0
votes
2 answers

LayoutTemplatePath for ImageControl Sitefinity

We're trying to create an extended version of the built in Sitefinity ImageControl by creating a separate toolbox.config entry with a custom LayoutTemplate specified. This essentially works, however when dragging the control from the toolbox in the…
Kiwimoisi
  • 4,086
  • 6
  • 33
  • 64
0
votes
1 answer

How to Add Controls To The Visual Studio 2010 Express Toolbox (Code, System Files, etc)?

We need to enhance the installer for our WindowsForms.NET grid component: we should have the ability to add it to the Toolbox in a VS 2010/2012 Express edition (VB, C#, ...) while installing the product. We can do that for all non-Express editions…
TecMan
  • 2,743
  • 2
  • 30
  • 64
0
votes
2 answers

Do I need to redrop a custom component after changes?

I'm using a custom control I created derived from DataGridView in an app. If I change the source code for this custom control, do I need to remove my control from the form and then add back to the rebuilt version of it from the toolbox? I hope not,…
B. Clay Shannon-B. Crow Raven
  • 8,547
  • 144
  • 472
  • 862
0
votes
0 answers

Time not displaying on Obout Calender control?

I am using an obout calender control in asp.net using c#.I have set the code for the control using this tutorial Obout http://www.obout.com/calendar/tutorial_settime.aspx.I am using this control as I require the time and date to be obtained from a…
user1259076
  • 43
  • 1
  • 11
1 2 3
23
24