Print Page | Close Window

ShowTabWorkspace and ToolTips

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Command Bars
Forum Description: Topics Related to Codejock Command Bars
URL: http://forum.codejock.com/forum_posts.asp?TID=23057
Printed Date: 18 May 2024 at 3:32pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: ShowTabWorkspace and ToolTips
Posted By: wwolf
Subject: ShowTabWorkspace and ToolTips
Date 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?



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net