Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Command Bars
  New Posts New Posts RSS Feed - Change TabWorkSpace LClick mousedown
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Change TabWorkSpace LClick mousedown

 Post Reply Post Reply
Author
Message
daveED View Drop Down
Newbie
Newbie


Joined: 16 August 2006
Location: Australia
Status: Offline
Points: 37
Post Options Post Options   Thanks (0) Thanks(0)   Quote daveED Quote  Post ReplyReply Direct Link To This Post Topic: Change TabWorkSpace LClick mousedown
    Posted: 26 January 2007 at 1:01pm
Hi, Team
 
With the tabs is the CammandBarsMID sample when i right click it changes the tab immediately  and changes the workspace but when i Left click as usual it only changes when mouse is up.
 
How can i have it so on mousedown it changes workspace?
 
 
Thanks Dave 
Back to Top
daveED View Drop Down
Newbie
Newbie


Joined: 16 August 2006
Location: Australia
Status: Offline
Points: 37
Post Options Post Options   Thanks (0) Thanks(0)   Quote daveED Quote  Post ReplyReply Direct Link To This Post Posted: 26 January 2007 at 1:03pm
Im using VB6, With v10.3.1 ATM
Back to Top
daveED View Drop Down
Newbie
Newbie


Joined: 16 August 2006
Location: Australia
Status: Offline
Points: 37
Post Options Post Options   Thanks (0) Thanks(0)   Quote daveED Quote  Post ReplyReply Direct Link To This Post Posted: 26 January 2007 at 1:30pm
Private Sub Workspace_SelectedChanged(ByVal Item As XtremeCommandBars.ITabControlItem)
   Item.Caption
   
     If Not Item Is Nothing Then
       
        Item.Selected = True
        Workspace.Refresh
     End If
   
   
End Sub
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.059 seconds.