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
0 answers

How to change DateTimePicker border color in VB .NET

Is there any easy way to change the border of DateTimePicker Control ? I want it to have a LightGray border to match my application theme. I also tried DateTimeInput control of DotNetBar, it has an option to change border color, but the…
Zain Ul Abdin
  • 189
  • 4
  • 13
0
votes
1 answer

Dotnetbar-populate only Single externally added column of supergrid from table

I am using DotnetBar, Have used Supergrid and populated its grid panel by data from particular table, Now I have dynamically added a Column as shown below, GridPanel panel = superGridControl.PrimaryGrid; string query = @"select ........"; …
Reshma
  • 864
  • 5
  • 20
  • 38
0
votes
1 answer

Programmatically fill a Treeview at runtime with given structure

I'm working on a little program, which grabs some data and should display them on a Treeview or DotnetBars advTree control. On a button click event there will be collected some data and the (string)output looks like this. (structure of…
MrMAG
  • 1,194
  • 1
  • 11
  • 34
0
votes
0 answers

VB NullReferenceException and InvalidOperationException upon Form2.Show?

Upon opening the second form I receive two errors which I cannot find a way around. The errors are: System.NullReferenceException & System.InvalidOperationException Is there any code that is conflicting with Form2.Show()? Is there a way to fix this?…
0
votes
0 answers

Background bleeding through in Windows Forms tab click

I have an application that has a 3rd party tab strip (DotNetBar) across the top of a parent form in a WinForms application. The issue that is occurring is that when clicking on a tab to switch forms and then moving the mouse around the screen, the…
atconway
  • 20,624
  • 30
  • 159
  • 229
0
votes
1 answer

Dotnetbar Slide Panel - Resizing

I am using dotnetbar with visual studio 2010. I added dotnetbar slide panel to form. When a button is clicked, the panel slides-in & when cancel button pressed, the panel slides out. But, when the form is maximized or re-sized, the slide panel not…
uboy
  • 1
  • 4
0
votes
1 answer

Dotnetbar Tab Control TabItem Closing Prompt

I am using dotnetbar with visual studio 2010. I added dotnetbar tabcontrol to my form, with close buttons on tabs visible. I just wanna get a message box prompt, when closing a tab by clicking on their close button on the tab, whether to close it or…
uboy
  • 1
  • 4
0
votes
1 answer

advtree unable to resize final column

I cannot resize the right most column in an advtree. I have set the foloowing flags in advtree to true Allowusertoreordercolumns = true Allowusertoresizecolumns = true Gridcolumnlineresizeenabled = true Gridcolumnlines = true Dragdropenabled =…
f1wade
  • 2,877
  • 6
  • 27
  • 43
0
votes
0 answers

mouseenter makes button visible but button click event then doesn't fire

I have made a button (btnImageRemove) get shown and hidden based on if the mouse is inside the component, but when i then click that button the event doesnt fire. Private Sub btnImageRemove_Click(sender As Object, e As EventArgs) Handles…
f1wade
  • 2,877
  • 6
  • 27
  • 43
0
votes
1 answer

AdvTree select all nodes programmatically

I am trying to select all nodes on Ctrl + A on an AdvTree. it is set to allow multiselect. I have the event PreviewKeyDown to check ctrl, and A are pressed. I tried this: For Each nd As Node In tvComputers.Nodes nd.SetSelectedCell(nd.Cells(0),…
f1wade
  • 2,877
  • 6
  • 27
  • 43
0
votes
2 answers

devcomponents adding items to ribbonpanel on the fly

I need to show and hide various buttons that are all on the ribbonbar in designer. Depending on what the user has selected on the form at the time depends on what i want to show/hide. I cannot figure out how to get the ribbon to refresh properly,…
f1wade
  • 2,877
  • 6
  • 27
  • 43
0
votes
1 answer

devcomponents ribbon bar quick access toolbar

I trying to use the Quick access toolbar on Dev Components Ribbon Bar, it works fine if I set it in the designer. But if I change the 'CanCustomize' flag on a 'BaseItem' on the form load event the customize dialog does NOT pick this up. I wondered…
f1wade
  • 2,877
  • 6
  • 27
  • 43
0
votes
1 answer

SuperGridControl in DotNetBar has something weird?

I used GridControl in DevExpress and at first it puzzled me a little to find out how to use it, but now SuperGridControl in DotNetBar is another one which is even harder to use. This has a GridPanel (returned from PrimaryGrid property)which is like…
King King
  • 61,710
  • 16
  • 105
  • 130
0
votes
1 answer

DevComponents - Dotnetbar2 add a style by runtime

I want to add a style to a Combobox at runtime like this: Dim cbo as DevComponents.DotNetBar.Controls.ComboBoxEx cbo = new DevComponents.DotNetBar.Controls.ComboBoxEx With cbo .Style=eDotNetBarStyle.Windows7 .width=200px End…
0
votes
2 answers

Could not load file or assembly DevComponents.DotNetBar2

So I got this file which is supposed to convert an access database into SQL (for a specific program called PROFFIX, but that's not so important...). However, if I try to run it, it produces the following error: Fehler beim Starten von PROFFIX…
zhm
  • 191
  • 2
  • 7