![]() |
Have problem with FindControl Method |
Post Reply ![]() |
Author | |
RedPsyrus ![]() Groupie ![]() ![]() Joined: 17 November 2008 Status: Offline Points: 38 |
![]() ![]() ![]() ![]() ![]() Posted: 01 December 2008 at 9:12am |
Hi,,
I'm using VB 9 and xtreme commandbars 12.1.1 , when i try to find a control or a tab after loading the xcb file it makes error, Iuse this code
Dim resDir As String = System.IO.Path.GetDirectoryName(Application.ExecutablePath) + "\\res\\DBar2.xcb"
CommandBars.VisualTheme = XtremeCommandBars.XTPVisualTheme.xtpThemeRibbon CommandBars.DeleteAll() CommandBars.LoadDesignerBars(resDir, Nothing) Dim GroupFont As XtremeCommandBars.RibbonGroupGroupFont = RibbonBar.FindTab(ID.ID_GROUP_FONT) GroupFont.ControlsGrouping = True (it's make error here or when I try to change any think)please how to by pass this error..
thanks |
|
I'm using visual studio 2008 pro and codejock 12.1.1
|
|
![]() |
|
SuperMario ![]() Admin Group ![]() ![]() Joined: 14 February 2004 Status: Offline Points: 18057 |
![]() ![]() ![]() ![]() ![]() |
Don't you mean:
GroupFont = RibbonBar.FindGroup(ID.ID_GROUP_FONT) |
|
![]() |
|
RedPsyrus ![]() Groupie ![]() ![]() Joined: 17 November 2008 Status: Offline Points: 38 |
![]() ![]() ![]() ![]() ![]() |
excuse me thanks for reply
|
|
I'm using visual studio 2008 pro and codejock 12.1.1
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |