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

System.Drawing.Graphings.SmoothingMode getter throws ArgumentException "Parameter is not valid"

I have a large and resource intensive C# GUI application which uses the DotNetBar 3rd party UI library. Occasionally, it fails with the following exception and call stack: ==================================== ERROR…
uglycoyote
  • 1,555
  • 1
  • 19
  • 25
0
votes
0 answers

Remove icon space - Button Item DotNetBar

Is this possible to remove or hide icon space from SubItems collection ? Icon space
ADSJ
  • 1
  • 5
0
votes
1 answer

Dot Net Bar Button Click Area

When I was using the button noticed that part of it is not working. I wanted to know if it was normal? Or I need to change any settings to fix this. Image:» "Red range does not work" Note: The word "اضافة" within the red range Arabic and means "add"…
Aqeel
  • 1
  • 1
0
votes
1 answer

How to use UI Tests with DotNetBar components?

I'm trying to test user interface of WinForms application that contains DotNetBar components (ButtonItem, i.e.). But i can't get access to inherited elements. ComboBox in the ButtonItem. I've tried Teststack.White and FlaUI tests. Coded UI can't…
xaml
  • 172
  • 9
0
votes
0 answers

How to set Programmatically Min/Max value in DatagridviewIntegerInputColumn?

I want set MaxValue to DataGridViewIntInputColumn , After an hour of research. I could not find a solution , I can edit it from the (collection) of data gridview : but I want Edit it Programmatically please HELP !
Anouar khaldi
  • 772
  • 6
  • 15
0
votes
0 answers

How to loop through all dotnetbar advtreeview?

How can I loop through all of dotnetbar's "AdvTreeView's" children and parents?
0
votes
1 answer

how to can completely delete component DotNetBar from Visual Stuio 2015?

I installed DotNetBar 12.9, but i want Uninstall it and after that install DotNetBar 12.8.6 how can i do it? i did all of levels from here How to perform clean install of DotNetBar, but didn't delete component.
behnam
  • 1,095
  • 2
  • 11
  • 30
0
votes
0 answers

Changing of SuperTabItem by code

I have two SuperTabItems in a SuperTabControl. I want to change from SuperTabItem1 to SuperTabItem2 clicking a button. I'm using DotNetBar components. The function of a SuperTabControl is the same as a TabControl in the normal objects of Visual…
Emily13
  • 11
  • 5
0
votes
1 answer

Dotnetbar reference Errors In My Application After Re-Install

I have been using dotnetbar to make projects for a while now, but recentlyy i handed out my laptop to a friend of mine who happened to uninstall dotnetbar and then re-installed it with an older version (Had 12.8.0.6 Now 10.9) After this happened I…
B.Doe
  • 1
  • 2
0
votes
0 answers

How to use IAccessible Interface for providing coded UI support to a third party control?

I want to automate DotNetBar Controls using Coded UI. I came across a forum,in which it was stated like DotNetBar Controls supports Coded UI using IAccessible reference :…
0
votes
1 answer

Error after disposing form in MDI Parent

i have a MDI Parent as the parent form and i use it to open and organize other forms as child inside it. i use this method to open child forms : Public Sub OpenForm(ByVal frm As Form) frm.MdiParent = MainView frm.Show() End Sub the method…
Ali Hanifi
  • 408
  • 1
  • 5
  • 18
0
votes
1 answer

Char & behaviour on controls

Currerently I face strange behaviour on my controls when text is present either on advlistbox items or buttonx and probably rest as well. This happens when i use & charackter within string. For instance when i use double && it shows single one.…
user6156963
0
votes
1 answer

Remove WizardPage from Wizard dotnebar vb.net

I am using the dotnetbar libray, I added one wizardpage during design time and some others during run-time, then a final one after the user gets to the end of the wizard and I used a command to automatically switch to the newly (last) created…
BlackPearl
  • 2,532
  • 3
  • 33
  • 49
0
votes
1 answer

How to add a context menu to a supertabControl

I'm using DotNetBar component SuperTabControl, and I want to display the context menu if the user right click a tab, I found the following code but the problem is my SuperTabControl doesn't have the GetTabRect function. if (e.Button ==…
Badro Niaimi
  • 959
  • 1
  • 14
  • 28
0
votes
0 answers

SelectionChanged event occurs more times than it should

I have grid and those grid is populate on Form's load event. At the end line of that event i am hooking method handler for my SelectionChanged event of this grid. I want to get current selected row's zero cell's 1 value. Unfortunately when i run…
user6156963