Questions tagged [dotnetbar]

DotNetBar Suite is set of user interface components for Windows Forms, Silverlight and WPF.

DotNetBar Suite for Windows Forms is toolbox of 75 stunning components for creating professional user interface with ease using Visual Studio 2005 through 2012. For over 10 years DotNetBar is helping developers like you create sleek professional Windows Forms (WinForms) user interfaces with unparalleled ease.

DotNetBar for Silverlight is toolbox of user interface components designed to help you develop professional Silverlight applications with ease. Please checkout Live-Demo that shows controls included and then download fully functional trial version to try it in your project.

DotNetBar Suite for WPF is toolbox of over 30 native Windows Presentation Foundation controls for creating professional WPF applications.

84 questions
0
votes
1 answer

VB.NET Parameter is not valid

I have used dotnetbar devcomponents advanced treeview to create multiple directory trees for one of my projects. Functionality wise, everything is working fine. I have now added images to the directory file nodes (e.g. pdf image if its a pdf file)…
Nayon
  • 37
  • 6
0
votes
1 answer

Devcomponent AdvTree: Nodes aligns to bottom of the tree if node text reaches the horizontal border

I have created a file management system using the DotNetBar AdvTree. Everything is working fine until I came across this bug which aligns all the nodes of a treeview to the bottom on expand. This only happens when the length of the node text reaches…
Nayon
  • 37
  • 6
0
votes
1 answer

C# DotNetBar switchButton not working

So, I would double click here on my designer and it should create me the code, but well it doesn't. And there is no value changed event in the events either. So if anyone knows how to fix this, it would be nice. (I doubt it) so how would I get…
0
votes
1 answer

Common Language Runtime detected an invalid program when run at x64

I have built a small project to show a MetroAppForm of Dotnetbar and it run fine when I run with .net-2.0. But when I run it with .net-4.0 or 4.5 it will thrown an "InvalidProgramException: Common Language Runtime detected an invalid program". How…
dangquang1020
  • 496
  • 3
  • 7
  • 23
0
votes
1 answer

Get All Selected Nodes of Dev Components AdvanceTreeView Control

I am using Dev Components Advance TreeView controls in my C# Win Forms application. The tree view nodes have check boxes to select/deselect the node. I have enabled multiple selection of nodes in the tree view. I want to get all the selected nodes…
V.B
  • 1,191
  • 7
  • 29
  • 55
0
votes
1 answer

How to set background color of Metro Statusbar

I have used Dotnetbar to create a Metro Form application. In my form, there is a metro statusbar on bottom. How can I set its background color ? I tried to set BackColor in Properties but nothing changed.
0
votes
1 answer

How can I display the contents windows Form in a DotNetBar SuperTabControl tab page?

I've been working with the DotNetBar objects and controls to redesign my web browser's UI and functionality in VB.NET. (I've been using Visual Studio 2012 just in case that's pertinent or helpful.) I wanted to use the SuperTabControl for my tab…
0
votes
1 answer

DotNetBar 10.0.0.3 HScroll not working

I downloaded DotNetBar version 10.0.0.3 and tried to use its ItemPanel control. When I added buttonItems with LayoutOrientation HORIZONTAL, and AutoScroll property to TRUE, it didn't add any Horizontal Scroller to it. It's working fine when the…
Sadiq
  • 786
  • 1
  • 10
  • 35
0
votes
1 answer

How to add checkbox as column header in grid control dotnetbar winforms

I'm a beginner with DotNetBar(devComponents). I'm using a gridControl which needs to have a checkbox as column header. If I select that checkbox all checkboxes under the column would need to get selected, and vice versa. I googled for this, but…
user1966548
0
votes
1 answer

Add maximizebox and minimizebox RibbonControl Dotnetbar

First I'm working in C# with Windows Forms, I have a question about how can I add the maximizebox and minimizebox to RibbonControl, what is the property that let me add this buttons, tell me if I can do it from designer or the code to do that.…
0
votes
1 answer

How to move a control to another tab programmatically in C#?

I have a TabControl which contains some tabs. each tab includes a Word component control which loads Microsoft office word. Every time User opens a new tab, a new Word component control has to be add to it which takes a little time. Is there a way…
Ghasem
  • 14,455
  • 21
  • 138
  • 171
0
votes
1 answer

How to set backgroung color to the selected node of DevComponents.AdvTree.AdvTree?

I am using DevComponents.AdvTree.AdvTree in my c# project to which i new.Now i want to change the Background color of selected node of that tree on a button click. I have searched a lot but did not found any property that can set BackColor as in…
Anonymous
  • 1,726
  • 4
  • 22
  • 47
0
votes
1 answer

how to change color of comboBoxEx Dotnetbar as form has StyleManager with different style

My mdiMain StyleManager properties are below ManagerStyle :Office2013 MetroColorParameters:CanvasColor:black, baseColor:White and my child form i wanted to give different back color and border color to Combo Box as with StyleManager it is black…
prasy
  • 250
  • 1
  • 14
0
votes
0 answers

DevComponents - Get out the properties "Name" and "Text" from SideBarPanelItems by Code

How can I get out the properties name and text from SideBarPanelItem or SuperTabItems with Code? I don't have a idea. Used language: vb.net
Rene
  • 1
0
votes
1 answer

Resize a control inside a Ribbon Panel

I have a form with a ribbon bar and I want the controls that are on the RibbonPanel to resize with the rest of the form. The docked RibbonControl resizes fine and the RibbonPanel resizes with it but the controls that Docked/Anchored on the…
Wayne
  • 477
  • 9
  • 16