Print Page | Close Window

How return event PaneClick ?

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=14139
Printed Date: 07 October 2024 at 4:23am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: How return event PaneClick ?
Posted By: redstarsoft
Subject: How return event PaneClick ?
Date Posted: 25 April 2009 at 1:50am
long time i trying make it more i dont know how return
event of object statusbar

someone can help ?

if possible a exemplo em C++ ou VB

thanks

-------------
Product: Xtreme SuitePro (ActiveX) version 13.0.0 (Trial)
Platform: Windows XP (32bit) - SP 3
Language: xHarbour

www.redstarsoft.com.br



Replies:
Posted By: Aaron
Date Posted: 25 April 2009 at 2:25am
Hi,
 
declare global variable:
Private WithEvents sbStatusBar As XtremeCommandBars.StatusBar
 
 
Create StatusBar panes:
 
Dim pane As StatusBarPane
Set sbStatusBar = CommandBars.StatusBar
Set pane = sbStatusBar.AddPane(1)
      pane.Text = "Pane caption"
       
 
 
Now you can use PaneClick event:
 
Private Sub sbStatusBar_PaneClick(ByVal pane As XtremeCommandBars.StatusBarPane)
    .....
End Sub
 
 


-------------
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2
Language: Visual Basic 6.0

Zero replies is not an option....


Posted By: redstarsoft
Date Posted: 25 April 2009 at 2:43am
Aaron can you add me in your MSN please.
Thanks

lailton.webmaster@hotmail.com

-------------
Product: Xtreme SuitePro (ActiveX) version 13.0.0 (Trial)
Platform: Windows XP (32bit) - SP 3
Language: xHarbour

www.redstarsoft.com.br



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