ShowTabWorkspace and ToolTips |
Post Reply |
Author | |
wwolf
Newbie Joined: 24 June 2016 Location: Germany Status: Offline Points: 4 |
Post Options
Thanks(0)
Posted: 24 June 2016 at 3:06am |
I test the commandbar for a new application. I have the Version 17.2.0 and VB6.
My code: CommandBars.Options.ToolBarScreenTips = True CommandBars.Options.ToolBarAccelTips = True Set Workspace = CommandBars.ShowTabWorkspace(True) Workspace.PaintManager.ShowIcons = True With New Form1 'show new MDIChild .Show Workspace.Item(Workspace.ItemCount - 1).ToolTip = .hWnd End With Tooltips are not displayed. Why? |
|
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 |